1	Script started on 2024-01-28 17:47:48-08:00 [TERM="xterm" TTY="/dev/pts/1" COLUMNS="143" LINES="52"]
     2	[?2004h]0;root@ryzwork:/home/jlpooleryzwork /home/jlpoole # ls -la /var/db/repos/ryz7950/app-emulation/xen-tools/ /var/db/repos/ryz7950/app-emulation/xen-tools/
 /var/db/repos/ryz7950/app-emulation/xen-tools/
 /var/db/repos/ryz7950/app-emulation/xen-tools/
/var/db/repos/ryz7950/app-emulation/xen-tools/
 /var/db/repos/ryz7950/app-emulation/xen-tools/
 /var/db/repos/ryz7950/app-emulation/xen-tools/
t /var/db/repos/ryz7950/app-emulation/xen-tools/
r /var/db/repos/ryz7950/app-emulation/xen-tools/
e /var/db/repos/ryz7950/app-emulation/xen-tools/
e /var/db/repos/ryz7950/app-emulation/xen-tools/
 /var/db/repos/ryz7950/app-emulation/xen-tools/
- /var/db/repos/ryz7950/app-emulation/xen-tools/
h /var/db/repos/ryz7950/app-emulation/xen-tools/

     3	[?2004l
[ 123]  /var/db/repos/ryz7950/app-emulation/xen-tools/
     4	├── [1.4K]  config.log
     5	├── [  44]  config-temp
     6	│   ├── [  89]  qemu-conf.c
     7	│   └── [1.2K]  qemu-conf.o
     8	├── [4.0K]  files
     9	│   ├── [ 572]  README.gentoo
    10	│   ├── [ 537]  stubs-32.h
    11	│   ├── [ 109]  xencommons.confd
    12	│   ├── [1.4K]  xencommons.initd
    13	│   ├── [  44]  xenconsoled.confd
    14	│   ├── [ 783]  xenconsoled.initd
    15	│   ├── [  63]  xen-consoles.logrotate
    16	│   ├── [ 291]  xendomains.confd
    17	│   ├── [2.7K]  xendomains.initd-r2
    18	│   ├── [ 890]  xendomains-screen.confd
    19	│   ├── [ 156]  xenqemudev.confd
    20	│   ├── [1.8K]  xenqemudev.initd
    21	│   ├── [  42]  xenstored.confd
    22	│   ├── [ 916]  xenstored.initd-r1
    23	│   └── [ 181]  xen-watchdog.initd
    24	├── [2.2K]  Manifest
    25	├── [1.5K]  metadata.xml
    26	└── [ 16K]  xen-tools-4.18.0.ebuild
    27	
    28	3 directories, 21 files
    29	[?2004h]0;root@ryzwork:/home/jlpooleryzwork /home/jlpoole # cat -n /var/db/repos/ryz7950/app-emulation/xen-tools/
/var/db/repos/ryz7950/app-emulation/xen-tools/xen-tools-4.18.0.ebuildxen-tools-4.18.0.ebuild
    30	[?2004l
     1	# Copyright 1999-2023 Gentoo Authors
    31	     2	# Distributed under the terms of the GNU General Public License v2
    32	     3	
    33	     4	EAPI=7
    34	     5	
    35	     6	PYTHON_COMPAT=( python3_{9..11} )
    36	     7	PYTHON_REQ_USE='ncurses,xml(+),threads(+)'
    37	     8	
    38	     9	inherit bash-completion-r1 flag-o-matic multilib python-single-r1 readme.gentoo-r1 toolchain-funcs
    39	    10	
    40	    11	if [[ ${PV} == *9999 ]]; then
    41	    12		inherit git-r3
    42	    13		REPO="xen.git"
    43	    14		EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
    44	    15		S="${WORKDIR}/${REPO}"
    45	    16	else
    46	    17		KEYWORDS="~amd64 ~arm ~arm64 ~x86"
    47	    18	
    48	    19		SEABIOS_VER="1.16.0"
    49	    20		EDK2_COMMIT="b16284e2a0011489f6e16dfcc6af7623c3cbaf0b"
    50	    21		EDK2_OPENSSL_VERSION="1_1_1t"
    51	    22		EDK2_SOFTFLOAT_COMMIT="b64af41c3276f97f0e181920400ee056b9c88037"
    52	    23		EDK2_BROTLI_COMMIT="f4153a09f87cbb9c826d8fc12c74642bb2d879ea"
    53	    24		IPXE_COMMIT="3c040ad387099483102708bb1839110bc788cefb"
    54	    25	
    55	    26		XEN_GENTOO_PATCHSET_NUM=
    56	    27		XEN_GENTOO_PATCHSET_BASE=
    57	    28		XEN_PRE_PATCHSET_NUM=
    58	    29		XEN_PRE_VERSION_BASE=
    59	    30	
    60	    31		XEN_BASE_PV="${PV}"
    61	    32		if [[ -n "${XEN_PRE_VERSION_BASE}" ]]; then
    62	    33			XEN_BASE_PV="${XEN_PRE_VERSION_BASE}"
    63	    34		fi
    64	    35	
    65	    36		SRC_URI="
    66	    37		https://downloads.xenproject.org/release/xen/${XEN_BASE_PV}/xen-${XEN_BASE_PV}.tar.gz
    67	    38		https://www.seabios.org/downloads/seabios-${SEABIOS_VER}.tar.gz
    68	    39		ipxe? ( https://xenbits.xen.org/xen-extfiles/ipxe-git-${IPXE_COMMIT}.tar.gz )
    69	    40		ovmf? ( https://github.com/tianocore/edk2/archive/${EDK2_COMMIT}.tar.gz -> edk2-${EDK2_COMMIT}.tar.gz
    70	    41			https://github.com/openssl/openssl/archive/OpenSSL_${EDK2_OPENSSL_VERSION}.tar.gz
    71	    42			https://github.com/ucb-bar/berkeley-softfloat-3/archive/${EDK2_SOFTFLOAT_COMMIT}.tar.gz -> berkeley-softfloat-${EDK2_SOFTFLOAT_COMMIT}.tar.gz
    72	    43			https://github.com/google/brotli/archive/${EDK2_BROTLI_COMMIT}.tar.gz -> brotli-${EDK2_BROTLI_COMMIT}.tar.gz
    73	    44		)
    74	    45		"
    75	    46	
    76	    47		if [[ -n "${XEN_PRE_PATCHSET_NUM}" ]]; then
    77	    48			XEN_UPSTREAM_PATCHES_TAG="$(ver_cut 1-3)-pre-patchset-${XEN_PRE_PATCHSET_NUM}"
    78	    49			XEN_UPSTREAM_PATCHES_NAME="xen-upstream-patches-${XEN_UPSTREAM_PATCHES_TAG}"
    79	    50			SRC_URI+=" https://gitweb.gentoo.org/proj/xen-upstream-patches.git/snapshot/${XEN_UPSTREAM_PATCHES_NAME}.tar.bz2"
    80	    51			XEN_UPSTREAM_PATCHES_DIR="${WORKDIR}/${XEN_UPSTREAM_PATCHES_NAME}"
    81	    52		fi
    82	    53		if [[ -n "${XEN_GENTOO_PATCHSET_NUM}" ]]; then
    83	    54			XEN_GENTOO_PATCHES_TAG="$(ver_cut 1-3 ${XEN_GENTOO_PATCHSET_BASE})-gentoo-patchset-${XEN_GENTOO_PATCHSET_NUM}"
    84	    55			XEN_GENTOO_PATCHES_NAME="xen-gentoo-patches-${XEN_GENTOO_PATCHES_TAG}"
    85	    56			SRC_URI+=" https://gitweb.gentoo.org/proj/xen-gentoo-patches.git/snapshot/${XEN_GENTOO_PATCHES_NAME}.tar.bz2"
    86	    57			XEN_GENTOO_PATCHES_DIR="${WORKDIR}/${XEN_GENTOO_PATCHES_NAME}"
    87	    58		fi
    88	    59	fi
    89	    60	
    90	    61	DESCRIPTION="Xen tools including QEMU and xl"
    91	    62	HOMEPAGE="https://xenproject.org"
    92	    63	DOCS=( README )
    93	    64	
    94	    65	S="${WORKDIR}/xen-$(ver_cut 1-3 ${XEN_BASE_PV})"
    95	    66	
    96	    67	LICENSE="GPL-2"
    97	    68	SLOT="0/$(ver_cut 1-2)"
    98	    69	# Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get off his hands and) make
    99	    70	# >=dev-lang/ocaml-4 stable
   100	    71	# Masked in profiles/eapi-5-files instead
   101	    72	IUSE="api debug doc +hvm +ipxe lzma ocaml ovmf pygrub python +qemu +qemu-traditional +rombios screen selinux sdl static-libs system-ipxe system-qemu system-seabios systemd zstd"
   102	    73	
   103	    74	REQUIRED_USE="
   104	    75		${PYTHON_REQUIRED_USE}
   105	    76		ipxe? ( rombios )
   106	    77		ovmf? ( hvm )
   107	    78		pygrub? ( python )
   108	    79		rombios? ( hvm )
   109	    80		system-ipxe? ( rombios )
   110	    81		?? ( ipxe system-ipxe )
   111	    82		?? ( qemu system-qemu )"
   112	    83	
   113	    84	COMMON_DEPEND="
   114	    85		lzma? ( app-arch/xz-utils )
   115	    86		qemu? (
   116	    87			dev-libs/glib:2
   117	    88			sys-libs/pam
   118	    89		)
   119	    90		zstd? ( app-arch/zstd )
   120	    91		app-arch/bzip2
   121	    92		app-arch/zstd
   122	    93		dev-libs/libnl:3
   123	    94		dev-libs/lzo:2
   124	    95		dev-libs/yajl
   125	    96		sys-apps/util-linux
   126	    97		sys-fs/e2fsprogs
   127	    98		sys-libs/ncurses
   128	    99		sys-libs/zlib
   129	   100		${PYTHON_DEPS}
   130	   101	"
   131	   102	
   132	   103	RDEPEND="${COMMON_DEPEND}
   133	   104		sys-apps/iproute2[-minimal]
   134	   105		net-misc/bridge-utils
   135	   106		screen? (
   136	   107			app-misc/screen
   137	   108			app-admin/logrotate
   138	   109		)
   139	   110		selinux? ( sec-policy/selinux-xen )"
   140	   111	
   141	   112	DEPEND="${COMMON_DEPEND}
   142	   113		app-misc/pax-utils
   143	   114		>=sys-kernel/linux-headers-4.11
   144	   115		x11-libs/pixman
   145	   116		$(python_gen_cond_dep '
   146	   117			dev-python/lxml[${PYTHON_USEDEP}]
   147	   118		')
   148	   119		x86? ( sys-devel/dev86
   149	   120			system-ipxe? ( sys-firmware/ipxe[qemu] )
   150	   121			sys-power/iasl )
   151	   122		api? ( dev-libs/libxml2
   152	   123			net-misc/curl )
   153	   124	
   154	   125		ovmf? (
   155	   126			!arm? ( !arm64? ( dev-lang/nasm ) )
   156	   127			$(python_gen_impl_dep sqlite)
   157	   128			)
   158	   129		!amd64? ( >=sys-apps/dtc-1.4.0 )
   159	   130		amd64? ( sys-power/iasl
   160	   131			system-seabios? (
   161	   132				|| (
   162	   133					sys-firmware/seabios
   163	   134					sys-firmware/seabios-bin
   164	   135				)
   165	   136			)
   166	   137			system-ipxe? ( sys-firmware/ipxe[qemu] )
   167	   138			rombios? ( sys-devel/bin86 sys-devel/dev86 ) )
   168	   139		arm64? ( sys-power/iasl
   169	   140			rombios? ( sys-devel/bin86 sys-devel/dev86 ) )
   170	   141		doc? (
   171	   142			app-text/ghostscript-gpl
   172	   143			$(python_gen_cond_dep '
   173	   144				dev-python/markdown[${PYTHON_USEDEP}]
   174	   145			')
   175	   146			dev-texlive/texlive-latexextra
   176	   147			>=media-gfx/fig2dev-3.2.9-r1
   177	   148			virtual/pandoc
   178	   149		)
   179	   150		hvm? ( x11-base/xorg-proto )
   180	   151		qemu? (
   181	   152			app-arch/snappy:=
   182	   153			dev-util/meson
   183	   154			sdl? (
   184	   155				media-libs/libsdl[X]
   185	   156				media-libs/libsdl2[X]
   186	   157			)
   187	   158		)
   188	   159		system-qemu? ( app-emulation/qemu[xen] )
   189	   160		ocaml? ( dev-ml/findlib
   190	   161			dev-lang/ocaml[ocamlopt] )
   191	   162		python? ( >=dev-lang/swig-4.0.0 )"
   192	   163	
   193	   164	BDEPEND="dev-lang/perl
   194	   165		sys-devel/bison
   195	   166		sys-devel/gettext"
   196	   167	
   197	   168	# hvmloader is used to bootstrap a fully virtualized kernel
   198	   169	# Approved by QA team in bug #144032
   199	   170	QA_WX_LOAD="
   200	   171		usr/libexec/xen/boot/hvmloader
   201	   172		usr/libexec/xen/boot/ovmf.bin
   202	   173		usr/libexec/xen/boot/xen-shim
   203	   174		usr/share/qemu-xen/qemu/hppa-firmware.img
   204	   175		usr/share/qemu-xen/qemu/opensbi-riscv32-generic-fw_dynamic.elf
   205	   176		usr/share/qemu-xen/qemu/opensbi-riscv64-generic-fw_dynamic.elf
   206	   177		usr/share/qemu-xen/qemu/s390-ccw.img
   207	   178		usr/share/qemu-xen/qemu/u-boot.e500
   208	   179	"
   209	   180	
   210	   181	QA_EXECSTACK="
   211	   182		usr/share/qemu-xen/qemu/hppa-firmware.img
   212	   183	"
   213	   184	
   214	   185	QA_PREBUILT="
   215	   186		usr/libexec/xen/bin/elf2dmp
   216	   187		usr/libexec/xen/bin/ivshmem-client
   217	   188		usr/libexec/xen/bin/ivshmem-server
   218	   189		usr/libexec/xen/bin/qemu-edid
   219	   190		usr/libexec/xen/bin/qemu-img
   220	   191		usr/libexec/xen/bin/qemu-io
   221	   192		usr/libexec/xen/bin/qemu-keymap
   222	   193		usr/libexec/xen/bin/qemu-nbd
   223	   194		usr/libexec/xen/bin/qemu-pr-helper
   224	   195		usr/libexec/xen/bin/qemu-storage-daemon
   225	   196		usr/libexec/xen/bin/qemu-system-i386
   226	   197		usr/libexec/xen/bin/virtfs-proxy-helper
   227	   198		usr/libexec/xen/boot/ovmf.bin
   228	   199		usr/libexec/xen/boot/xen-shim
   229	   200		usr/libexec/xen/libexec/qemu-pr-helper
   230	   201		usr/libexec/xen/libexec/virtfs-proxy-helper
   231	   202		usr/libexec/xen/libexec/virtiofsd
   232	   203		usr/libexec/xen/libexec/xen-bridge-helper
   233	   204		usr/share/qemu-xen/qemu/s390-ccw.img
   234	   205		usr/share/qemu-xen/qemu/s390-netboot.img
   235	   206		usr/share/qemu-xen/qemu/u-boot.e500
   236	   207	"
   237	   208	
   238	   209	RESTRICT="test"
   239	   210	
   240	   211	pkg_setup() {
   241	   212		python_setup
   242	   213		export "CONFIG_LOMOUNT=y"
   243	   214	
   244	   215		#bug 522642, disable compile tools/tests
   245	   216		export "CONFIG_TESTS=n"
   246	   217	
   247	   218		if [[ -z ${XEN_TARGET_ARCH} ]] ; then
   248	   219			if use x86 && use amd64; then
   249	   220				die "Confusion! Both x86 and amd64 are set in your use flags!"
   250	   221			elif use x86; then
   251	   222				export XEN_TARGET_ARCH="x86_32"
   252	   223			elif use amd64 ; then
   253	   224				export XEN_TARGET_ARCH="x86_64"
   254	   225			elif use arm; then
   255	   226				export XEN_TARGET_ARCH="arm32"
   256	   227			elif use arm64; then
   257	   228				export XEN_TARGET_ARCH="arm64"
   258	   229			else
   259	   230				die "Unsupported architecture!"
   260	   231			fi
   261	   232		fi
   262	   233	}
   263	   234	
   264	   235	src_prepare() {
   265	   236		# move before Gentoo patch, one patch should apply to seabios, to fix gcc-4.5.x build err
   266	   237		mv ../seabios-${SEABIOS_VER} tools/firmware/seabios-dir-remote || die
   267	   238		pushd tools/firmware/ > /dev/null
   268	   239		ln -s seabios-dir-remote seabios-dir || die
   269	   240		popd > /dev/null
   270	   241	
   271	   242		if [[ -v XEN_UPSTREAM_PATCHES_DIR ]]; then
   272	   243			eapply "${XEN_UPSTREAM_PATCHES_DIR}"
   273	   244		fi
   274	   245	
   275	   246		if [[ -v XEN_GENTOO_PATCHES_DIR ]]; then
   276	   247			eapply "${XEN_GENTOO_PATCHES_DIR}"
   277	   248		fi
   278	   249	
   279	   250		# Rename qemu-bridge-helper to xen-bridge-helper to avoid file
   280	   251		# collisions with app-emulation/qemu.
   281	   252		sed -i 's/qemu-bridge-helper/xen-bridge-helper/g' \
   282	   253			tools/qemu-xen/include/net/net.h \
   283	   254			tools/qemu-xen/meson.build \
   284	   255			tools/qemu-xen/qemu-bridge-helper.c \
   285	   256			tools/qemu-xen/qemu-options.hx \
   286	   257			|| die
   287	   258		mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die
   288	   259	
   289	   260		if use ovmf; then
   290	   261			mv ../edk2-${EDK2_COMMIT} tools/firmware/ovmf-dir-remote || die
   291	   262			rm -r tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl || die
   292	   263			rm -r tools/firmware/ovmf-dir-remote/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 || die
   293	   264			rm -r tools/firmware/ovmf-dir-remote/BaseTools/Source/C/BrotliCompress/brotli || die
   294	   265			rm -r tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli || die
   295	   266			mv ../openssl-OpenSSL_${EDK2_OPENSSL_VERSION} tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl || die
   296	   267			mv ../berkeley-softfloat-3-${EDK2_SOFTFLOAT_COMMIT} tools/firmware/ovmf-dir-remote/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 || die
   297	   268			cp -r ../brotli-${EDK2_BROTLI_COMMIT} tools/firmware/ovmf-dir-remote/BaseTools/Source/C/BrotliCompress/brotli || die
   298	   269			cp -r ../brotli-${EDK2_BROTLI_COMMIT} tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli || die
   299	   270			cp tools/firmware/ovmf-makefile tools/firmware/ovmf-dir-remote/Makefile || die
   300	   271		fi
   301	   272	
   302	   273		# ipxe
   303	   274		if use ipxe; then
   304	   275			cp "${DISTDIR}/ipxe-git-${IPXE_COMMIT}.tar.gz" tools/firmware/etherboot/ipxe.tar.gz || die
   305	   276	
   306	   277			# gcc 11
   307	   278			cp "${XEN_GENTOO_PATCHES_DIR}/ipxe/${PN}-4.15.0-ipxe-gcc11.patch" tools/firmware/etherboot/patches/ipxe-gcc11.patch || die
   308	   279			echo ipxe-gcc11.patch >> tools/firmware/etherboot/patches/series || die
   309	   280		fi
   310	   281	
   311	   282		# Fix texi2html build error with new texi2html, qemu.doc.html
   312	   283		sed -i -e "/texi2html -monolithic/s/-number//" tools/qemu-xen-traditional/Makefile || die
   313	   284	
   314	   285		# Drop .config, fixes to gcc-4.6
   315	   286		sed -e '/-include $(XEN_ROOT)\/.config/d' -i Config.mk || die "Couldn't	drop"
   316	   287	
   317	   288		# drop flags
   318	   289		unset CFLAGS
   319	   290		unset LDFLAGS
   320	   291		unset ASFLAGS
   321	   292		unset CPPFLAGS
   322	   293	
   323	   294		if ! use pygrub; then
   324	   295			sed -e '/^SUBDIRS-y += pygrub/d' -i tools/Makefile || die
   325	   296		fi
   326	   297	
   327	   298		if ! use python; then
   328	   299			sed -e '/^SUBDIRS-y += python$/d' -i tools/Makefile || die
   329	   300		fi
   330	   301	
   331	   302		if ! use hvm; then
   332	   303			sed -e '/SUBDIRS-$(CONFIG_X86) += firmware/d' -i tools/Makefile || die
   333	   304		# Bug 351648
   334	   305		elif ! use x86 && ! has x86 $(get_all_abis); then
   335	   306			mkdir -p "${WORKDIR}"/extra-headers/gnu || die
   336	   307			touch "${WORKDIR}"/extra-headers/gnu/stubs-32.h || die
   337	   308			export CPATH="${WORKDIR}"/extra-headers
   338	   309		fi
   339	   310	
   340	   311		if use qemu; then
   341	   312			if use sdl; then
   342	   313				sed -i -e "s:\$\$source/configure:\0 --enable-sdl:" \
   343	   314					tools/Makefile || die
   344	   315			else
   345	   316				sed -i -e "s:\${QEMU_ROOT\:\-\.}/configure:\0 --disable-sdl:" \
   346	   317					tools/qemu-xen-traditional/xen-setup || die
   347	   318				sed -i -e "s:\$\$source/configure:\0 --disable-sdl:" \
   348	   319					tools/Makefile || die
   349	   320			fi
   350	   321		else
   351	   322			# Don't bother with qemu, only needed for fully virtualised guests
   352	   323			sed -i '/SUBDIRS-$(CONFIG_QEMU_XEN)/s/^/#/g' tools/Makefile || die
   353	   324		fi
   354	   325	
   355	   326		# Reset bash completion dir; Bug 472438
   356	   327		sed -e "s;^BASH_COMPLETION_DIR      :=.*;BASH_COMPLETION_DIR := $(get_bashcompdir);" \
   357	   328			-i config/Paths.mk.in || die
   358	   329	
   359	   330		# xencommons, Bug #492332, sed lighter weight than patching
   360	   331		sed -e 's:\$QEMU_XEN -xen-domid:test -e "\$QEMU_XEN" \&\& &:' \
   361	   332			-i tools/hotplug/Linux/init.d/xencommons.in || die
   362	   333	
   363	   334		# fix bashishm
   364	   335		sed -e '/Usage/s/\$//g' \
   365	   336			-i tools/hotplug/Linux/init.d/xendriverdomain.in || die
   366	   337	
   367	   338		# respect multilib, usr/lib/libcacard.so.0.0.0
   368	   339		sed -e "/^libdir=/s/\/lib/\/$(get_libdir)/" \
   369	   340			-i tools/qemu-xen/configure || die
   370	   341	
   371	   342		#bug 518136, don't build 32bit exactuable for nomultilib profile
   372	   343		if [[ "${ARCH}" == 'amd64' ]] && ! has_multilib_profile; then
   373	   344			sed -i -e "/x86_emulator/d" tools/tests/Makefile || die
   374	   345		fi
   375	   346	
   376	   347		# uncomment lines in xl.conf
   377	   348		sed -e 's:^#autoballoon=:autoballoon=:' \
   378	   349			-e 's:^#lockfile=:lockfile=:' \
   379	   350			-e 's:^#vif.default.script=:vif.default.script=:' \
   380	   351			-i tools/examples/xl.conf  || die
   381	   352	
   382	   353		# disable capstone (Bug #673474)
   383	   354		sed -e "s:\$\$source/configure:\0 --disable-capstone:" \
   384	   355			-i tools/Makefile || die
   385	   356	
   386	   357		# disable glusterfs
   387	   358		sed -e "s:\$\$source/configure:\0 --disable-glusterfs:" \
   388	   359			-i tools/Makefile || die
   389	   360	
   390	   361		# disable jpeg automagic
   391	   362		sed -e "s:\$\$source/configure:\0 --disable-vnc-jpeg:" \
   392	   363			-i tools/Makefile || die
   393	   364		#
   394	   365		# 1/24/2024 jlpoole:  vnc-png is no longer an option for qemu
   395	   366		#
   396	   367		# disable png automagic
   397	   368		#sed -e "s:\$\$source/configure:\0 --disable-vnc-png:" \
   398	   369		#	-i tools/Makefile || die
   399	   370	
   400	   371		# disable docker (Bug #732970)
   401	   372		sed -e "s:\$\$source/configure:\0 --disable-containers:" \
   402	   373			-i tools/Makefile || die
   403	   374	
   404	   375		# disable abi-dumper (Bug #791172)
   405	   376		sed -e 's/$(ABI_DUMPER) /echo /g' \
   406	   377			-i tools/libs/libs.mk || die
   407	   378	
   408	   379		# Remove -Werror
   409	   380		find . -type f \( -name Makefile -o -name "*.mk" \) \
   410	   381			-exec sed -i \
   411	   382			-e 's/-Werror //g' \
   412	   383			-e '/^CFLAGS *+= -Werror$/d' \
   413	   384			-e 's/, "-Werror"//' \
   414	   385			{} + || die
   415	   386	
   416	   387		default
   417	   388	}
   418	   389	
   419	   390	src_configure() {
   420	   391		local myconf=(
   421	   392			--libdir="${EPREFIX}/usr/$(get_libdir)"
   422	   393			--libexecdir="${EPREFIX}/usr/libexec"
   423	   394			--localstatedir="${EPREFIX}/var"
   424	   395			--disable-golang
   425	   396			--disable-pvshim
   426	   397			--disable-werror
   427	   398			--disable-xen
   428	   399			--enable-tools
   429	   400			--enable-docs
   430	   401			$(use_enable api xenapi)
   431	   402			$(use_enable ipxe)
   432	   403			$(usex system-ipxe '--with-system-ipxe=/usr/share/ipxe' '')
   433	   404			$(use_enable ocaml ocamltools)
   434	   405			$(use_enable ovmf)
   435	   406			$(use_enable rombios)
   436	   407			$(use_enable systemd)
   437	   408			--with-xenstored=$(usex ocaml 'oxenstored' 'xenstored')
   438	   409		)
   439	   410	
   440	   411		use system-seabios && myconf+=( --with-system-seabios=/usr/share/seabios/bios.bin )
   441	   412		use system-qemu && myconf+=( --with-system-qemu=/usr/bin/qemu-system-x86_64 )
   442	   413		use amd64 && myconf+=( $(use_enable qemu-traditional) )
   443	   414		tc-ld-disable-gold # Bug 669570
   444	   415		econf ${myconf[@]}
   445	   416	}
   446	   417	
   447	   418	src_compile() {
   448	   419		local myopt
   449	   420		use debug && myopt="${myopt} debug=y"
   450	   421		use python && myopt="${myopt} XENSTAT_PYTHON_BINDINGS=y"
   451	   422	
   452	   423		if test-flag-CC -fno-strict-overflow; then
   453	   424			append-flags -fno-strict-overflow
   454	   425		fi
   455	   426	
   456	   427		# bug #845099
   457	   428		if use ipxe; then
   458	   429			local -x NO_WERROR=1
   459	   430		fi
   460	   431	
   461	   432		emake \
   462	   433			HOSTCC="$(tc-getBUILD_CC)" \
   463	   434			HOSTCXX="$(tc-getBUILD_CXX)" \
   464	   435			CC="$(tc-getCC)" \
   465	   436			CXX="$(tc-getCXX)" \
   466	   437			LD="$(tc-getLD)" \
   467	   438			AR="$(tc-getAR)" \
   468	   439			OBJDUMP="$(tc-getOBJDUMP)" \
   469	   440			RANLIB="$(tc-getRANLIB)" \
   470	   441			build-tools ${myopt}
   471	   442	
   472	   443		if use doc; then
   473	   444			emake -C docs build
   474	   445		else
   475	   446			emake -C docs man-pages
   476	   447		fi
   477	   448	}
   478	   449	
   479	   450	src_install() {
   480	   451		# Override auto-detection in the build system, bug #382573
   481	   452		export INITD_DIR=/tmp/init.d
   482	   453		export CONFIG_LEAF_DIR=../tmp/default
   483	   454	
   484	   455		# Let the build system compile installed Python modules.
   485	   456		local PYTHONDONTWRITEBYTECODE
   486	   457		export PYTHONDONTWRITEBYTECODE
   487	   458	
   488	   459		emake DESTDIR="${ED}" DOCDIR="/usr/share/doc/${PF}" \
   489	   460			XEN_PYTHON_NATIVE_INSTALL=y install-tools
   490	   461	
   491	   462		# Created at runtime
   492	   463		rm -rv "${ED}/var/run" || die
   493	   464	
   494	   465		# Fix the remaining Python shebangs.
   495	   466		python_fix_shebang "${D}"
   496	   467	
   497	   468		# Remove RedHat-specific stuff
   498	   469		rm -rf "${D}"/tmp || die
   499	   470	
   500	   471		if use doc; then
   501	   472			emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-docs
   502	   473			dodoc -r docs/{pdf,txt}
   503	   474		else
   504	   475			emake -C docs DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-man-pages # Bug 668032
   505	   476		fi
   506	   477		dodoc ${DOCS[@]}
   507	   478	
   508	   479		newconfd "${FILESDIR}"/xendomains.confd xendomains
   509	   480		newconfd "${FILESDIR}"/xenstored.confd xenstored
   510	   481		newconfd "${FILESDIR}"/xenconsoled.confd xenconsoled
   511	   482		newinitd "${FILESDIR}"/xendomains.initd-r2 xendomains
   512	   483		newinitd "${FILESDIR}"/xenstored.initd-r1 xenstored
   513	   484		newinitd "${FILESDIR}"/xenconsoled.initd xenconsoled
   514	   485		newinitd "${FILESDIR}"/xencommons.initd xencommons
   515	   486		newconfd "${FILESDIR}"/xencommons.confd xencommons
   516	   487		newinitd "${FILESDIR}"/xenqemudev.initd xenqemudev
   517	   488		newconfd "${FILESDIR}"/xenqemudev.confd xenqemudev
   518	   489		newinitd "${FILESDIR}"/xen-watchdog.initd xen-watchdog
   519	   490	
   520	   491		if use screen; then
   521	   492			cat "${FILESDIR}"/xendomains-screen.confd >> "${D}"/etc/conf.d/xendomains || die
   522	   493			cp "${FILESDIR}"/xen-consoles.logrotate "${D}"/etc/xen/ || die
   523	   494			keepdir /var/log/xen-consoles
   524	   495		fi
   525	   496	
   526	   497		# For -static-libs wrt Bug 384355
   527	   498		if ! use static-libs; then
   528	   499			rm -f "${D}"/usr/$(get_libdir)/*.a "${D}"/usr/$(get_libdir)/ocaml/*/*.a
   529	   500		fi
   530	   501	
   531	   502		# for xendomains
   532	   503		keepdir /etc/xen/auto
   533	   504	
   534	   505		# Remove files failing QA AFTER emake installs them, avoiding seeking absent files
   535	   506		find "${D}" \( -name openbios-sparc32 -o -name openbios-sparc64 \
   536	   507			-o -name openbios-ppc -o -name palcode-clipper \) -delete || die
   537	   508	
   538	   509		keepdir /var/lib/xen/dump
   539	   510		keepdir /var/lib/xen/xenpaging
   540	   511		keepdir /var/lib/xenstored
   541	   512		keepdir /var/log/xen
   542	   513	
   543	   514		if use python; then
   544	   515			python_domodule "${S}/tools/libs/stat/bindings/swig/python/xenstat.py"
   545	   516			python_domodule "${S}/tools/libs/stat/bindings/swig/python/_xenstat.so"
   546	   517		fi
   547	   518	
   548	   519		python_optimize
   549	   520	
   550	   521		readme.gentoo_create_doc
   551	   522	}
   552	   523	
   553	   524	pkg_postinst() {
   554	   525		readme.gentoo_print_elog
   555	   526	}
   556	[?2004h]0;root@ryzwork:/home/jlpooleryzwork /home/jlpoole # 
   557	[?2004l
[?2004h]0;root@ryzwork:/home/jlpooleryzwork /home/jlpoole # date; time USE="-ipxe" emerge xen_toolsapp-emulation/xen_to=-tools -pv
   558	[?2004l
Sun Jan 28 05:50:06 PM PST 2024
   559	]0;emerge
   560	These are the packages that would be merged, in order:
   561	
   562	Calculating dependencies   - \ | - - / / | \ \ | / / / \ / | - / / - / \ / / - -... done!
   563	Dependency resolution took 1.65 s (backtrack: 0/20).
   564	
   565	[ebuild  N    ~] app-emulation/xen-tools-4.18.0:0/4.18::ryz7950  USE="hvm ovmf python qemu qemu-traditional rombios sdl -api -debug -doc -ipxe -lzma -ocaml -pygrub -screen (-selinux) -static-libs -system-ipxe -system-qemu -system-seabios -systemd -zstd" PYTHON_SINGLE_TARGET="python3_11 -python3_10" 0 KiB
   566	
   567	Total: 1 package (1 new), Size of downloads: 0 KiB
   568	]0;root@:/home/jlpoole
   569	real	0m2.367s
   570	user	0m2.194s
   571	sys	0m0.166s
   572	[?2004h]0;root@ryzwork:/home/jlpooleryzwork /home/jlpoole # date; time USE="-ipxe" emerge app-emulation/xen-tools -pv
   573	[?2004l
Sun Jan 28 05:50:21 PM PST 2024
   574	]0;emergeCalculating dependencies   - | - | - | | \ | / - / \ - / \ \ / / - - / | \ / -... done!
   575	Dependency resolution took 1.51 s (backtrack: 0/20).
   576	
   577	
   578	>>> Verifying ebuild manifestsE
   579	>>> Emerging (1 of 1) app-emulation/xen-tools-4.18.0::ryz7950E]0;emerge: (1 of 1) app-emulation/xen-tools-4.18.0 Clean * xen-4.18.0.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                        [ ok ]
   580	 * seabios-1.16.0.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                    [ ok ]
   581	 * edk2-b16284e2a0011489f6e16dfcc6af7623c3cbaf0b.tar.gz BLAKE2B SHA512 size ;-) ...                                                     [ ok ]
   582	 * OpenSSL_1_1_1t.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                    [ ok ]
   583	 * berkeley-softfloat-b64af41c3276f97f0e181920400ee056b9c88037.tar.gz BLAKE2B SHA512 size ;-) ...                                       [ ok ]
   584	 * brotli-f4153a09f87cbb9c826d8fc12c74642bb2d879ea.tar.gz BLAKE2B SHA512 size ;-) ...                                                   [ ok ]
   585	]0;emerge: (1 of 1) app-emulation/xen-tools-4.18.0 Compile * Using python3.11 to build
   586	>>> Unpacking source...
   587	>>> Unpacking xen-4.18.0.tar.gz to /var/tmp/portage/app-emulation/xen-tools-4.18.0/work
   588	>>> Unpacking seabios-1.16.0.tar.gz to /var/tmp/portage/app-emulation/xen-tools-4.18.0/work
   589	>>> Unpacking edk2-b16284e2a0011489f6e16dfcc6af7623c3cbaf0b.tar.gz to /var/tmp/portage/app-emulation/xen-tools-4.18.0/work
   590	>>> Unpacking OpenSSL_1_1_1t.tar.gz to /var/tmp/portage/app-emulation/xen-tools-4.18.0/work
   591	>>> Unpacking berkeley-softfloat-b64af41c3276f97f0e181920400ee056b9c88037.tar.gz to /var/tmp/portage/app-emulation/xen-tools-4.18.0/work
   592	>>> Unpacking brotli-f4153a09f87cbb9c826d8fc12c74642bb2d879ea.tar.gz to /var/tmp/portage/app-emulation/xen-tools-4.18.0/work
   593	>>> Source unpacked in /var/tmp/portage/app-emulation/xen-tools-4.18.0/work
   594	>>> Preparing source in /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0 ...
   595	>>> Source prepared.
   596	>>> Configuring source in /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0 ...
   597	 * econf: updating xen-4.18.0/config.guess with /usr/share/gnuconfig/config.guess
   598	 * econf: updating xen-4.18.0/config.sub with /usr/share/gnuconfig/config.sub
   599	./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/xen-tools-4.18.0 --htmldir=/usr/share/doc/xen-tools-4.18.0/html --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --disable-golang --disable-pvshim --disable-werror --disable-xen --enable-tools --enable-docs --disable-xenapi --disable-ipxe --disable-ocamltools --enable-ovmf --enable-rombios --disable-systemd --with-xenstored=xenstored --enable-qemu-traditional
   600	checking build system type... x86_64-pc-linux-gnu
   601	checking host system type... x86_64-pc-linux-gnu
   602	Will build the following subsystems:
   603	  tools
   604	  stubdom
   605	  docs
   606	configure: creating ./config.status
   607	config.status: creating config/Toplevel.mk
   608	config.status: creating config/Paths.mk
   609	=== configuring in tools (/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools)
   610	configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--docdir=/usr/share/doc/xen-tools-4.18.0' '--htmldir=/usr/share/doc/xen-tools-4.18.0/html' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--disable-golang' '--disable-pvshim' '--disable-werror' '--disable-xen' '--enable-tools' '--enable-docs' '--disable-xenapi' '--disable-ipxe' '--disable-ocamltools' '--enable-ovmf' '--enable-rombios' '--disable-systemd' '--with-xenstored=xenstored' '--enable-qemu-traditional' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' --cache-file=/dev/null --srcdir=.
   611	checking build system type... x86_64-pc-linux-gnu
   612	checking host system type... x86_64-pc-linux-gnu
   613	checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
   614	checking whether the C compiler works... yes
   615	checking for C compiler default output file name... a.out
   616	checking for suffix of executables... 
   617	checking whether we are cross compiling... no
   618	checking for suffix of object files... o
   619	checking whether we are using the GNU C compiler... yes
   620	checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
   621	checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
   622	checking for special C compiler options needed for large files... no
   623	checking for _FILE_OFFSET_BITS value needed for large files... no
   624	checking for as86... /usr/bin/as86
   625	checking for ld86... /usr/bin/ld86
   626	checking for bcc... /usr/bin/bcc
   627	checking for lzma_version_number in -llzma... yes
   628	checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
   629	checking whether we are using the GNU C compiler... (cached) yes
   630	checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
   631	checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
   632	checking whether make sets $(MAKE)... yes
   633	checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c
   634	checking for flex... /usr/bin/flex
   635	checking for abi-dumper... no
   636	checking for perl... /usr/bin/perl
   637	checking for awk... /usr/bin/awk
   638	checking for x86_64-pc-linux-gnu-ocamlc... no
   639	checking for ocamlc... no
   640	checking for x86_64-pc-linux-gnu-ocaml... no
   641	checking for ocaml... no
   642	checking for x86_64-pc-linux-gnu-ocamldep... no
   643	checking for ocamldep... no
   644	checking for x86_64-pc-linux-gnu-ocamlmktop... no
   645	checking for ocamlmktop... no
   646	checking for x86_64-pc-linux-gnu-ocamlmklib... no
   647	checking for ocamlmklib... no
   648	checking for x86_64-pc-linux-gnu-ocamldoc... no
   649	checking for ocamldoc... no
   650	checking for x86_64-pc-linux-gnu-ocamlbuild... no
   651	checking for ocamlbuild... no
   652	checking for x86_64-pc-linux-gnu-ocamlfind... no
   653	checking for ocamlfind... no
   654	checking for gawk... /usr/bin/awk
   655	checking for x86_64-pc-linux-gnu-checkpolicy... no
   656	checking for checkpolicy... no
   657	checking for bash... /bin/sh
   658	checking for python3.11... /usr/bin/python3.11
   659	checking for python version >= 2.6 ... yes
   660	checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
   661	checking for grep that handles long lines and -e... /bin/grep
   662	checking for egrep... /bin/grep -E
   663	checking for ANSI C header files... yes
   664	checking for sys/types.h... yes
   665	checking for sys/stat.h... yes
   666	checking for stdlib.h... yes
   667	checking for string.h... yes
   668	checking for memory.h... yes
   669	checking for strings.h... yes
   670	checking for inttypes.h... yes
   671	checking for stdint.h... yes
   672	checking for unistd.h... yes
   673	checking for python3.11-config... /usr/bin/python3.11-config
   674	checking Python.h usability... yes
   675	checking Python.h presence... yes
   676	checking for Python.h... yes
   677	checking for PyArg_ParseTuple... yes
   678	checking whether Python setup.py brokenly enables -D_FORTIFY_SOURCE... no
   679	checking for iasl... /usr/bin/iasl
   680	checking uuid/uuid.h usability... yes
   681	checking uuid/uuid.h presence... yes
   682	checking for uuid/uuid.h... yes
   683	checking for uuid_clear in -luuid... yes
   684	checking uuid.h usability... no
   685	checking uuid.h presence... no
   686	checking for uuid.h... no
   687	checking curses.h usability... yes
   688	checking curses.h presence... yes
   689	checking for curses.h... yes
   690	checking for clear in -lcurses... no
   691	checking ncurses.h usability... yes
   692	checking ncurses.h presence... yes
   693	checking for ncurses.h... yes
   694	checking for clear in -lncurses... yes
   695	checking for define_key in -ltinfo... yes
   696	checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
   697	checking pkg-config is at least version 0.9.0... yes
   698	checking for glib... yes
   699	checking for pixman... yes
   700	checking for wget... /usr/bin/wget
   701	checking for false... /bin/false
   702	checking bzlib.h usability... yes
   703	checking bzlib.h presence... yes
   704	checking for bzlib.h... yes
   705	checking for BZ2_bzDecompressInit in -lbz2... yes
   706	checking lzma.h usability... yes
   707	checking lzma.h presence... yes
   708	checking for lzma.h... yes
   709	checking for lzma_stream_decoder in -llzma... yes
   710	checking lzo/lzo1x.h usability... yes
   711	checking lzo/lzo1x.h presence... yes
   712	checking for lzo/lzo1x.h... yes
   713	checking for lzo1x_decompress in -llzo2... yes
   714	checking for libzstd... yes
   715	checking ext2fs/ext2fs.h usability... yes
   716	checking ext2fs/ext2fs.h presence... yes
   717	checking for ext2fs/ext2fs.h... yes
   718	checking for ext2fs_open2 in -lext2fs... yes
   719	checking ext4fs/ext2fs.h usability... no
   720	checking ext4fs/ext2fs.h presence... no
   721	checking for ext4fs/ext2fs.h... no
   722	checking for pthread flag... -pthread
   723	checking for yajl_alloc in -lyajl... yes
   724	checking for deflateCopy in -lz... yes
   725	checking for libiconv_open in -liconv... no
   726	checking argp.h usability... yes
   727	checking argp.h presence... yes
   728	checking for argp.h... yes
   729	checking for argp_usage in -largp... no
   730	checking yajl/yajl_version.h usability... yes
   731	checking yajl/yajl_version.h presence... yes
   732	checking for yajl/yajl_version.h... yes
   733	checking sys/eventfd.h usability... yes
   734	checking sys/eventfd.h presence... yes
   735	checking for sys/eventfd.h... yes
   736	checking valgrind/memcheck.h usability... no
   737	checking valgrind/memcheck.h presence... no
   738	checking for valgrind/memcheck.h... no
   739	checking utmp.h usability... yes
   740	checking utmp.h presence... yes
   741	checking for utmp.h... yes
   742	checking for LIBNL3... yes
   743	checking for SYSTEMD... no
   744	checking for SYSTEMD... no
   745	checking for bison... /usr/bin/bison
   746	checking endian.h usability... yes
   747	checking endian.h presence... yes
   748	checking for endian.h... yes
   749	configure: creating ./config.status
   750	config.status: creating ../config/Tools.mk
   751	config.status: creating hotplug/common/hotplugpath.sh
   752	config.status: creating hotplug/FreeBSD/rc.d/xencommons
   753	config.status: creating hotplug/FreeBSD/rc.d/xendriverdomain
   754	config.status: creating hotplug/Linux/init.d/sysconfig.xencommons
   755	config.status: creating hotplug/Linux/init.d/sysconfig.xendomains
   756	config.status: creating hotplug/Linux/init.d/xen-watchdog
   757	config.status: creating hotplug/Linux/init.d/xencommons
   758	config.status: creating hotplug/Linux/init.d/xendomains
   759	config.status: creating hotplug/Linux/init.d/xendriverdomain
   760	config.status: creating hotplug/Linux/launch-xenstore
   761	config.status: creating hotplug/Linux/vif-setup
   762	config.status: creating hotplug/Linux/xen-hotplug-common.sh
   763	config.status: creating hotplug/Linux/xendomains
   764	config.status: creating hotplug/NetBSD/rc.d/xencommons
   765	config.status: creating hotplug/NetBSD/rc.d/xendriverdomain
   766	config.status: creating ocaml/libs/xs/paths.ml
   767	config.status: creating ocaml/xenstored/paths.ml
   768	config.status: creating ocaml/xenstored/oxenstored.conf
   769	config.status: creating config.h
   770	=== configuring in stubdom (/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/stubdom)
   771	configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--docdir=/usr/share/doc/xen-tools-4.18.0' '--htmldir=/usr/share/doc/xen-tools-4.18.0/html' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--disable-golang' '--disable-pvshim' '--disable-werror' '--disable-xen' '--enable-tools' '--enable-docs' '--disable-xenapi' '--disable-ipxe' '--disable-ocamltools' '--enable-ovmf' '--enable-rombios' '--disable-systemd' '--with-xenstored=xenstored' '--enable-qemu-traditional' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' --cache-file=/dev/null --srcdir=.
   772	checking build system type... x86_64-pc-linux-gnu
   773	checking host system type... x86_64-pc-linux-gnu
   774	xyy
   775	checking for wget... /usr/bin/wget
   776	checking for false... /bin/false
   777	checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
   778	checking whether the C compiler works... yes
   779	checking for C compiler default output file name... a.out
   780	checking for suffix of executables... 
   781	checking whether we are cross compiling... no
   782	checking for suffix of object files... o
   783	checking whether we are using the GNU C compiler... yes
   784	checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
   785	checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
   786	checking whether make sets $(MAKE)... yes
   787	checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c
   788	checking for cmake... /usr/bin/cmake
   789	Will build the following stub domains:
   790	  xenstore-stubdom
   791	  xenstorepvh-stubdom
   792	  vtpm-stubdom
   793	  vtpmmgr-stubdom
   794	  ioemu-stubdom
   795	configure: creating ./config.status
   796	config.status: creating ../config/Stubdom.mk
   797	=== configuring in docs (/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/docs)
   798	configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--docdir=/usr/share/doc/xen-tools-4.18.0' '--htmldir=/usr/share/doc/xen-tools-4.18.0/html' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--disable-golang' '--disable-pvshim' '--disable-werror' '--disable-xen' '--enable-tools' '--enable-docs' '--disable-xenapi' '--disable-ipxe' '--disable-ocamltools' '--enable-ovmf' '--enable-rombios' '--disable-systemd' '--with-xenstored=xenstored' '--enable-qemu-traditional' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' --cache-file=/dev/null --srcdir=.
   799	checking for fig2dev... no
   800	configure: WARNING: fig2dev is not available so some documentation won't be built
   801	checking for pod2man... /usr/bin/pod2man
   802	checking for pod2html... /usr/bin/pod2html
   803	checking for pod2text... /usr/bin/pod2text
   804	checking for pandoc... no
   805	configure: WARNING: pandoc is not available so some documentation won't be built
   806	checking for perl... /usr/bin/perl
   807	configure: creating ./config.status
   808	config.status: creating ../config/Docs.mk
   809	config.status: creating man/xl.cfg.5.pod
   810	config.status: creating man/xl.1.pod
   811	config.status: creating man/xl-disk-configuration.5.pod
   812	config.status: creating man/xl-network-configuration.5.pod
   813	config.status: creating man/xl.conf.5.pod
   814	>>> Source configured.
   815	>>> Compiling source in /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0 ...
   816	make -j32 HOSTCC=x86_64-pc-linux-gnu-gcc HOSTCXX=x86_64-pc-linux-gnu-g++ CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ LD=x86_64-pc-linux-gnu-ld AR=x86_64-pc-linux-gnu-ar OBJDUMP=x86_64-pc-linux-gnu-objdump RANLIB=x86_64-pc-linux-gnu-ranlib build-tools XENSTAT_PYTHON_BINDINGS=y 
   817	make -C tools/include build
   818	make -C xen-foreign
   819	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   820	mkdir -p xen/libelf acpi
   821	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   822	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   823	mkdir -p xen-xsm/flask
   824	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   825	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   826	find xen/ acpi/ -type l -exec rm '{}' +
   827	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   828	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   829	sed -e 's#@includedir@#/usr/include/xen#g' xen.COPYING.in > xen/COPYING
   830	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   831	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   832	/bin/sh /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/../../xen/xsm/flask/policy/mkflask.sh /usr/bin/awk xen-xsm/flask /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/../../xen/xsm/flask/policy/initial_sids
   833	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   834	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   835	touch xen-xsm/.dir
   836	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   837	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   838	ln -s /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/../../xen/include/public/*.h xen/
   839	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   840	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   841	ln -s /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/../../xen/include/public/*/ xen/
   842	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   843	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   844	ln -s ../xen-sys/Linux xen/sys
   845	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   846	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   847	ln -s /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/../../xen/include/xen/libelf.h /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/../../xen/include/xen/elfstructs.h xen/libelf/
   848	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   849	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   850	ln -s ../xen-foreign xen/foreign
   851	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   852	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   853	ln -s /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/../../xen/include/acpi/platform acpi/
   854	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   855	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   856	ln -s /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/../../xen/include/acpi/ac*.h acpi/
   857	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   858	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   859	ln -s /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/../../xen/arch/x86/include/asm xen/
   860	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   861	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   862	mkdir -p xen/lib/x86
   863	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   864	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   865	ln -s /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/../../xen/include/xen/lib/x86/cpu-policy.h xen/lib/x86/
   866	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   867	make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   868	ln -s /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/../../xen/include/xen/lib/x86/Makefile xen/lib/x86/
   869	make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include'
   870	make -C xen/lib/x86 all XEN_ROOT=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/../.. PYTHON=python3.11
   871	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   872	python3.11 mkchecker.py checker.c arm32 arm64 x86_32 x86_64
   873	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   874	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   875	python3.11 mkheader.py arm32 arm32.h.tmp /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign/../../../xen/include/public/arch-arm.h /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign/../../../xen/include/public/xen.h
   876	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   877	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   878	python3.11 mkheader.py arm64 arm64.h.tmp /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign/../../../xen/include/public/arch-arm.h /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign/../../../xen/include/public/xen.h
   879	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   880	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   881	#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
   882	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   883	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   884	#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
   885	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   886	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   887	python3.11 mkheader.py x86_32 x86_32.h.tmp /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen-x86_32.h /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen.h /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign/../../../xen/include/public/xen.h
   888	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   889	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   890	python3.11 mkheader.py x86_64 x86_64.h.tmp /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen-x86_64.h /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen.h /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign/../../../xen/include/public/xen.h
   891	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   892	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   893	sed 's/(__align8__ \(uint64_t\))/(\1)/g' < arm32.h.tmp > arm32.h.tmp2
   894	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   895	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   896	sed 's/(__align8__ \(uint64_t\))/(\1)/g' < arm64.h.tmp > arm64.h.tmp2
   897	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   898	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   899	rm arm32.h.tmp
   900	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   901	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   902	#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
   903	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   904	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   905	#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
   906	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   907	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   908	rm arm64.h.tmp
   909	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   910	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   911	sed 's/(__align8__ \(uint64_t\))/(\1)/g' < x86_32.h.tmp > x86_32.h.tmp2
   912	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   913	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   914	sed 's/(__align8__ \(uint64_t\))/(\1)/g' < x86_64.h.tmp > x86_64.h.tmp2
   915	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   916	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen/lib/x86'
   917	python3.11 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/../../xen/tools/gen-cpuid.py -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/../../xen/include/public/arch-x86/cpufeatureset.h -o cpuid-autogen.h.new
   918	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen/lib/x86'
   919	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   920	if ! cmp -s arm64.h.tmp2 arm64.h; then mv -f arm64.h.tmp2 arm64.h; else rm -f arm64.h.tmp2; fi
   921	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   922	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   923	rm x86_64.h.tmp
   924	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   925	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   926	if ! cmp -s arm32.h.tmp2 arm32.h; then mv -f arm32.h.tmp2 arm32.h; else rm -f arm32.h.tmp2; fi
   927	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   928	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   929	rm x86_32.h.tmp
   930	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   931	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen/lib/x86'
   932	if ! cmp -s cpuid-autogen.h.new cpuid-autogen.h; then mv -f cpuid-autogen.h.new cpuid-autogen.h; else rm -f cpuid-autogen.h.new; fi
   933	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen/lib/x86'
   934	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   935	if ! cmp -s x86_64.h.tmp2 x86_64.h; then mv -f x86_64.h.tmp2 x86_64.h; else rm -f x86_64.h.tmp2; fi
   936	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   937	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   938	if ! cmp -s x86_32.h.tmp2 x86_32.h; then mv -f x86_32.h.tmp2 x86_32.h; else rm -f x86_32.h.tmp2; fi
   939	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   940	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   941	x86_64-pc-linux-gnu-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -Wdeclaration-after-statement -D__XEN_TOOLS__ -o checker checker.c
   942	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   943	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   944	./checker > tmp.size
   945	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   946	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   947	diff -u reference.size tmp.size
   948	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   949	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   950	rm tmp.size
   951	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/include/xen-foreign'
   952	make -C tools build
   953	make -C libs all
   954	make -C toolcore all
   955	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
   956	mkdir -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config
   957	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
   958	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
   959	{ \
   960	echo "prefix=/usr"; \
   961	echo "includedir=/usr/include"; \
   962	echo "libdir=/usr/lib64"; \
   963	echo ""; \
   964	echo "Name: Xentoolcore"; \
   965	echo "Description: Central support for Xen Hypervisor userland libraries"; \
   966	echo "Version: 1.0"; \
   967	echo "Cflags: -I\${includedir}"; \
   968	echo "Libs: -L\${libdir} -lxentoolcore"; \
   969	echo "Libs.private: "; \
   970	echo "Requires.private: "; \
   971	} > xentoolcore.pc
   972	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
   973	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
   974	{ \
   975	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore/../../.."; \
   976	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore/../../../tools/include"; \
   977	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore"; \
   978	echo ""; \
   979	echo "Name: Xentoolcore"; \
   980	echo "Description: Central support for Xen Hypervisor userland libraries"; \
   981	echo "Version: 1.0"; \
   982	echo "Cflags: -I\${includedir}"; \
   983	echo "Libs: -L\${libdir}      -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore/../../../tools/libs/toolcore -lxentoolcore"; \
   984	echo "Libs.private: "; \
   985	echo "Requires.private: "; \
   986	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xentoolcore.pc
   987	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
   988	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
   989	for i in /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore/../../../tools/include/xentoolcore.h; do \
   990	    x86_64-pc-linux-gnu-gcc -x c -ansi -Wall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore/../../../tools/include \
   991	          -S -o /dev/null $i || exit 1; \
   992	    echo $i; \
   993	done >headers.chk.new
   994	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
   995	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
   996	mv headers.chk.new headers.chk
   997	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
   998	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
   999	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-toolcore.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .handlereg.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore/../../../tools/include   -fPIC -c -o handlereg.opic handlereg.c 
  1000	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
  1001	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
  1002	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-toolcore.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .handlereg.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore/../../../tools/include   -c -o handlereg.o handlereg.c 
  1003	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
  1004	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
  1005	x86_64-pc-linux-gnu-ar rc libxentoolcore.a handlereg.o
  1006	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
  1007	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
  1008	x86_64-pc-linux-gnu-gcc     -pthread -Wl,-soname -Wl,libxentoolcore.so.1 -Wl,--version-script=libxentoolcore.map -shared -o libxentoolcore.so.1.0 handlereg.opic                
  1009	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
  1010	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
  1011	ln -sf libxentoolcore.so.1.0 libxentoolcore.so.1
  1012	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
  1013	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
  1014	ln -sf libxentoolcore.so.1 libxentoolcore.so
  1015	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore'
  1016	make -C toollog all
  1017	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1018	{ \
  1019	echo "prefix=/usr"; \
  1020	echo "includedir=/usr/include"; \
  1021	echo "libdir=/usr/lib64"; \
  1022	echo ""; \
  1023	echo "Name: Xentoollog"; \
  1024	echo "Description: The Xentoollog library for Xen hypervisor"; \
  1025	echo "Version: 1.0"; \
  1026	echo "Cflags: -I\${includedir}"; \
  1027	echo "Libs: -L\${libdir} -lxentoollog"; \
  1028	echo "Libs.private: "; \
  1029	echo "Requires.private: "; \
  1030	} > xentoollog.pc
  1031	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1032	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1033	{ \
  1034	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog/../../.."; \
  1035	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog/../../../tools/include"; \
  1036	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog"; \
  1037	echo ""; \
  1038	echo "Name: Xentoollog"; \
  1039	echo "Description: The Xentoollog library for Xen hypervisor"; \
  1040	echo "Version: 1.0"; \
  1041	echo "Cflags: -I\${includedir}"; \
  1042	echo "Libs: -L\${libdir}      -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog/../../../tools/libs/toollog -lxentoollog"; \
  1043	echo "Libs.private: "; \
  1044	echo "Requires.private: "; \
  1045	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xentoollog.pc
  1046	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1047	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1048	for i in /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog/../../../tools/include/xentoollog.h; do \
  1049	    x86_64-pc-linux-gnu-gcc -x c -ansi -Wall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog/../../../tools/include \
  1050	          -S -o /dev/null $i || exit 1; \
  1051	    echo $i; \
  1052	done >headers.chk.new
  1053	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1054	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1055	mv headers.chk.new headers.chk
  1056	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1057	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1058	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-toollog.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xtl_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog/../../../tools/include   -c -o xtl_core.o xtl_core.c 
  1059	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1060	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1061	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-toollog.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xtl_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog/../../../tools/include   -fPIC -c -o xtl_core.opic xtl_core.c 
  1062	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1063	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1064	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-toollog.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xtl_logger_stdio.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog/../../../tools/include   -fPIC -c -o xtl_logger_stdio.opic xtl_logger_stdio.c 
  1065	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1066	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1067	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-toollog.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xtl_logger_stdio.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog/../../../tools/include   -c -o xtl_logger_stdio.o xtl_logger_stdio.c 
  1068	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1069	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1070	x86_64-pc-linux-gnu-ar rc libxentoollog.a xtl_core.o xtl_logger_stdio.o
  1071	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1072	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1073	x86_64-pc-linux-gnu-gcc     -pthread -Wl,-soname -Wl,libxentoollog.so.1 -Wl,--version-script=libxentoollog.map -shared -o libxentoollog.so.1.0 xtl_core.opic xtl_logger_stdio.opic                
  1074	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1075	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1076	ln -sf libxentoollog.so.1.0 libxentoollog.so.1
  1077	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1078	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1079	ln -sf libxentoollog.so.1 libxentoollog.so
  1080	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog'
  1081	make -C evtchn all
  1082	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1083	{ \
  1084	echo "prefix=/usr"; \
  1085	echo "includedir=/usr/include"; \
  1086	echo "libdir=/usr/lib64"; \
  1087	echo ""; \
  1088	echo "Name: Xenevtchn"; \
  1089	echo "Description: The Xenevtchn library for Xen hypervisor"; \
  1090	echo "Version: 1.2"; \
  1091	echo "Cflags: -I\${includedir}"; \
  1092	echo "Libs: -L\${libdir} -lxenevtchn"; \
  1093	echo "Libs.private: "; \
  1094	echo "Requires.private: xentoollog,xentoolcore"; \
  1095	} > xenevtchn.pc
  1096	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1097	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1098	{ \
  1099	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../.."; \
  1100	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include"; \
  1101	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn"; \
  1102	echo ""; \
  1103	echo "Name: Xenevtchn"; \
  1104	echo "Description: The Xenevtchn library for Xen hypervisor"; \
  1105	echo "Version: 1.2"; \
  1106	echo "Cflags: -I\${includedir}"; \
  1107	echo "Libs: -L\${libdir}     -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/libs/toollog -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/libs/evtchn -lxenevtchn"; \
  1108	echo "Libs.private: "; \
  1109	echo "Requires.private: xentoollog,xentoolcore"; \
  1110	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xenevtchn.pc
  1111	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1112	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1113	for i in /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include/xenevtchn.h; do \
  1114	    x86_64-pc-linux-gnu-gcc -x c -ansi -Wall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include \
  1115	          -S -o /dev/null $i || exit 1; \
  1116	    echo $i; \
  1117	done >headers.chk.new
  1118	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1119	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1120	mv headers.chk.new headers.chk
  1121	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1122	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1123	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-evtchn.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include  -fPIC -c -o core.opic core.c 
  1124	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1125	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1126	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-evtchn.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include  -c -o core.o core.c 
  1127	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1128	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1129	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-evtchn.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include  -fPIC -c -o linux.opic linux.c 
  1130	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1131	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1132	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-evtchn.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include  -c -o linux.o linux.c 
  1133	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1134	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1135	x86_64-pc-linux-gnu-ar rc libxenevtchn.a core.o linux.o
  1136	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1137	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1138	x86_64-pc-linux-gnu-gcc     -pthread -Wl,-soname -Wl,libxenevtchn.so.1 -Wl,--version-script=libxenevtchn.map -shared -o libxenevtchn.so.1.2 core.opic linux.opic               /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/libs/toollog/libxentoollog.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/libs/toolcore/libxentoolcore.so   
  1139	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1140	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1141	ln -sf libxenevtchn.so.1.2 libxenevtchn.so.1
  1142	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1143	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1144	ln -sf libxenevtchn.so.1 libxenevtchn.so
  1145	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn'
  1146	make -C gnttab all
  1147	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1148	{ \
  1149	echo "prefix=/usr"; \
  1150	echo "includedir=/usr/include"; \
  1151	echo "libdir=/usr/lib64"; \
  1152	echo ""; \
  1153	echo "Name: Xengnttab"; \
  1154	echo "Description: The Xengnttab library for Xen hypervisor"; \
  1155	echo "Version: 1.2"; \
  1156	echo "Cflags: -I\${includedir}"; \
  1157	echo "Libs: -L\${libdir} -lxengnttab"; \
  1158	echo "Libs.private: "; \
  1159	echo "Requires.private: xentoollog,xentoolcore"; \
  1160	} > xengnttab.pc
  1161	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1162	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1163	{ \
  1164	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../.."; \
  1165	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include"; \
  1166	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab"; \
  1167	echo ""; \
  1168	echo "Name: Xengnttab"; \
  1169	echo "Description: The Xengnttab library for Xen hypervisor"; \
  1170	echo "Version: 1.2"; \
  1171	echo "Cflags: -I\${includedir}"; \
  1172	echo "Libs: -L\${libdir}     -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/libs/toollog -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/libs/gnttab -lxengnttab"; \
  1173	echo "Libs.private: "; \
  1174	echo "Requires.private: xentoollog,xentoolcore"; \
  1175	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xengnttab.pc
  1176	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1177	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1178	for i in /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include/xengnttab.h; do \
  1179	    x86_64-pc-linux-gnu-gcc -x c -ansi -Wall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include \
  1180	          -S -o /dev/null $i || exit 1; \
  1181	    echo $i; \
  1182	done >headers.chk.new
  1183	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1184	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1185	mv headers.chk.new headers.chk
  1186	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1187	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1188	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-gnttab.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .gntshr_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -c -o gntshr_core.o gntshr_core.c 
  1189	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1190	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1191	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-gnttab.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .gntshr_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -fPIC -c -o gntshr_core.opic gntshr_core.c 
  1192	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1193	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1194	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-gnttab.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .gnttab_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -c -o gnttab_core.o gnttab_core.c 
  1195	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1196	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1197	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-gnttab.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .gnttab_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -fPIC -c -o gnttab_core.opic gnttab_core.c 
  1198	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1199	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1200	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-gnttab.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -fPIC -c -o linux.opic linux.c 
  1201	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1202	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1203	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-gnttab.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include  -c -o linux.o linux.c 
  1204	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1205	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1206	x86_64-pc-linux-gnu-ar rc libxengnttab.a gnttab_core.o gntshr_core.o linux.o
  1207	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1208	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1209	x86_64-pc-linux-gnu-gcc     -pthread -Wl,-soname -Wl,libxengnttab.so.1 -Wl,--version-script=libxengnttab.map -shared -o libxengnttab.so.1.2 gnttab_core.opic gntshr_core.opic linux.opic               /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/libs/toollog/libxentoollog.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/libs/toolcore/libxentoolcore.so   
  1210	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1211	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1212	ln -sf libxengnttab.so.1.2 libxengnttab.so.1
  1213	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1214	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1215	ln -sf libxengnttab.so.1 libxengnttab.so
  1216	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab'
  1217	make -C call all
  1218	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1219	{ \
  1220	echo "prefix=/usr"; \
  1221	echo "includedir=/usr/include"; \
  1222	echo "libdir=/usr/lib64"; \
  1223	echo ""; \
  1224	echo "Name: Xencall"; \
  1225	echo "Description: The Xencall library for Xen hypervisor"; \
  1226	echo "Version: 1.3"; \
  1227	echo "Cflags: -I\${includedir}"; \
  1228	echo "Libs: -L\${libdir} -lxencall"; \
  1229	echo "Libs.private: "; \
  1230	echo "Requires.private: xentoollog,xentoolcore"; \
  1231	} > xencall.pc
  1232	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1233	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1234	{ \
  1235	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../.."; \
  1236	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include"; \
  1237	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call"; \
  1238	echo ""; \
  1239	echo "Name: Xencall"; \
  1240	echo "Description: The Xencall library for Xen hypervisor"; \
  1241	echo "Version: 1.3"; \
  1242	echo "Cflags: -I\${includedir}"; \
  1243	echo "Libs: -L\${libdir}     -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/libs/toollog -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/libs/call -lxencall"; \
  1244	echo "Libs.private: "; \
  1245	echo "Requires.private: xentoollog,xentoolcore"; \
  1246	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xencall.pc
  1247	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1248	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1249	for i in /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include/xencall.h; do \
  1250	    x86_64-pc-linux-gnu-gcc -x c -ansi -Wall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include \
  1251	          -S -o /dev/null $i || exit 1; \
  1252	    echo $i; \
  1253	done >headers.chk.new
  1254	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1255	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1256	mv headers.chk.new headers.chk
  1257	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1258	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1259	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-call.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -c -o core.o core.c 
  1260	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1261	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1262	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-call.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -fPIC -c -o core.opic core.c 
  1263	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1264	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1265	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-call.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -c -o linux.o linux.c 
  1266	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1267	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1268	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-call.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -fPIC -c -o linux.opic linux.c 
  1269	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1270	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1271	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-call.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .buffer.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -fPIC -c -o buffer.opic buffer.c 
  1272	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1273	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1274	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-call.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .buffer.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include  -c -o buffer.o buffer.c 
  1275	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1276	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1277	x86_64-pc-linux-gnu-ar rc libxencall.a core.o buffer.o linux.o
  1278	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1279	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1280	x86_64-pc-linux-gnu-gcc     -pthread -Wl,-soname -Wl,libxencall.so.1 -Wl,--version-script=libxencall.map -shared -o libxencall.so.1.3 core.opic buffer.opic linux.opic               /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/libs/toollog/libxentoollog.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/libs/toolcore/libxentoolcore.so   
  1281	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1282	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1283	ln -sf libxencall.so.1.3 libxencall.so.1
  1284	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1285	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1286	ln -sf libxencall.so.1 libxencall.so
  1287	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call'
  1288	make -C foreignmemory all
  1289	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1290	{ \
  1291	echo "prefix=/usr"; \
  1292	echo "includedir=/usr/include"; \
  1293	echo "libdir=/usr/lib64"; \
  1294	echo ""; \
  1295	echo "Name: Xenforeignmemory"; \
  1296	echo "Description: The Xenforeignmemory library for Xen hypervisor"; \
  1297	echo "Version: 1.4"; \
  1298	echo "Cflags: -I\${includedir}"; \
  1299	echo "Libs: -L\${libdir} -lxenforeignmemory"; \
  1300	echo "Libs.private: "; \
  1301	echo "Requires.private: xentoollog,xentoolcore"; \
  1302	} > xenforeignmemory.pc
  1303	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1304	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1305	{ \
  1306	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../.."; \
  1307	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include"; \
  1308	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory"; \
  1309	echo ""; \
  1310	echo "Name: Xenforeignmemory"; \
  1311	echo "Description: The Xenforeignmemory library for Xen hypervisor"; \
  1312	echo "Version: 1.4"; \
  1313	echo "Cflags: -I\${includedir}"; \
  1314	echo "Libs: -L\${libdir}     -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/libs/toollog -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/libs/foreignmemory -lxenforeignmemory"; \
  1315	echo "Libs.private: "; \
  1316	echo "Requires.private: xentoollog,xentoolcore"; \
  1317	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xenforeignmemory.pc
  1318	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1319	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1320	for i in /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include/xenforeignmemory.h; do \
  1321	    x86_64-pc-linux-gnu-gcc -x c -ansi -Wall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include \
  1322	          -S -o /dev/null $i || exit 1; \
  1323	    echo $i; \
  1324	done >headers.chk.new
  1325	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1326	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1327	mv headers.chk.new headers.chk
  1328	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1329	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1330	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-foreignmemory.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include  -fPIC -c -o core.opic core.c 
  1331	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1332	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1333	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-foreignmemory.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include  -c -o core.o core.c 
  1334	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1335	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1336	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-foreignmemory.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include  -c -o linux.o linux.c 
  1337	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1338	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1339	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-foreignmemory.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include  -fPIC -c -o linux.opic linux.c 
  1340	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1341	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1342	x86_64-pc-linux-gnu-ar rc libxenforeignmemory.a core.o linux.o
  1343	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1344	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1345	x86_64-pc-linux-gnu-gcc     -pthread -Wl,-soname -Wl,libxenforeignmemory.so.1 -Wl,--version-script=libxenforeignmemory.map -shared -o libxenforeignmemory.so.1.4 core.opic linux.opic               /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/libs/toollog/libxentoollog.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/libs/toolcore/libxentoolcore.so   
  1346	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1347	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1348	ln -sf libxenforeignmemory.so.1.4 libxenforeignmemory.so.1
  1349	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1350	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1351	ln -sf libxenforeignmemory.so.1 libxenforeignmemory.so
  1352	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory'
  1353	make -C devicemodel all
  1354	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1355	{ \
  1356	echo "prefix=/usr"; \
  1357	echo "includedir=/usr/include"; \
  1358	echo "libdir=/usr/lib64"; \
  1359	echo ""; \
  1360	echo "Name: Xendevicemodel"; \
  1361	echo "Description: The Xendevicemodel library for Xen hypervisor"; \
  1362	echo "Version: 1.4"; \
  1363	echo "Cflags: -I\${includedir}"; \
  1364	echo "Libs: -L\${libdir} -lxendevicemodel"; \
  1365	echo "Libs.private: "; \
  1366	echo "Requires.private: xentoollog,xentoolcore,xencall"; \
  1367	} > xendevicemodel.pc
  1368	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1369	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1370	{ \
  1371	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../.."; \
  1372	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include"; \
  1373	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel"; \
  1374	echo ""; \
  1375	echo "Name: Xendevicemodel"; \
  1376	echo "Description: The Xendevicemodel library for Xen hypervisor"; \
  1377	echo "Version: 1.4"; \
  1378	echo "Cflags: -I\${includedir}"; \
  1379	echo "Libs: -L\${libdir}     -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/libs/toollog -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/libs/devicemodel -lxendevicemodel"; \
  1380	echo "Libs.private: "; \
  1381	echo "Requires.private: xentoollog,xentoolcore,xencall"; \
  1382	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xendevicemodel.pc
  1383	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1384	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1385	for i in /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include/xendevicemodel.h; do \
  1386	    x86_64-pc-linux-gnu-gcc -x c -ansi -Wall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include \
  1387	          -S -o /dev/null $i || exit 1; \
  1388	    echo $i; \
  1389	done >headers.chk.new
  1390	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1391	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1392	mv headers.chk.new headers.chk
  1393	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1394	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1395	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-devicemodel.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .common.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -c -o common.o common.c 
  1396	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1397	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1398	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-devicemodel.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .common.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -fPIC -c -o common.opic common.c 
  1399	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1400	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1401	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-devicemodel.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -c -o core.o core.c 
  1402	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1403	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1404	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-devicemodel.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include  -fPIC -c -o core.opic core.c 
  1405	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1406	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1407	x86_64-pc-linux-gnu-ar rc libxendevicemodel.a core.o common.o
  1408	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1409	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1410	x86_64-pc-linux-gnu-gcc     -pthread -Wl,-soname -Wl,libxendevicemodel.so.1 -Wl,--version-script=libxendevicemodel.map -shared -o libxendevicemodel.so.1.4 core.opic common.opic         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/libs/toollog/libxentoollog.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/libs/toolcore/libxentoolcore.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/libs/call/libxencall.so    
  1411	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1412	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1413	ln -sf libxendevicemodel.so.1.4 libxendevicemodel.so.1
  1414	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1415	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1416	ln -sf libxendevicemodel.so.1 libxendevicemodel.so
  1417	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel'
  1418	make -C ctrl all
  1419	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1420	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_evtchn.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_evtchn.o xc_evtchn.c 
  1421	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1422	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1423	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_gnttab_compat.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_gnttab_compat.o xc_gnttab_compat.c 
  1424	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1425	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1426	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_evtchn_compat.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_evtchn_compat.o xc_evtchn_compat.c 
  1427	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1428	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1429	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_cpu_hotplug.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_cpu_hotplug.o xc_cpu_hotplug.c 
  1430	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1431	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1432	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_mem_paging.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_mem_paging.o xc_mem_paging.c 
  1433	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1434	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1435	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_arinc653.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_arinc653.o xc_arinc653.c 
  1436	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1437	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1438	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_mem_access.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_mem_access.o xc_mem_access.c 
  1439	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1440	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1441	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_csched.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_csched.o xc_csched.c 
  1442	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1443	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1444	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_linux.o xc_linux.c 
  1445	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1446	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1447	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_physdev.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_physdev.o xc_physdev.c 
  1448	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1449	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1450	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_gnttab.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_gnttab.o xc_gnttab.c 
  1451	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1452	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1453	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_cpupool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_cpupool.o xc_cpupool.c 
  1454	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1455	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1456	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_tbuf.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_tbuf.o xc_tbuf.c 
  1457	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1458	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1459	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_devicemodel_compat.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_devicemodel_compat.o xc_devicemodel_compat.c 
  1460	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1461	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1462	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_foreign_memory.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_foreign_memory.o xc_foreign_memory.c 
  1463	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1464	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1465	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_csched2.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_csched2.o xc_csched2.c 
  1466	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1467	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1468	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_hcall_buf.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_hcall_buf.o xc_hcall_buf.c 
  1469	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1470	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1471	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_kexec.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_kexec.o xc_kexec.c 
  1472	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1473	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1474	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_resource.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_resource.o xc_resource.c 
  1475	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1476	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1477	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_rt.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_rt.o xc_rt.c 
  1478	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1479	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1480	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_pagetab.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_pagetab.o xc_pagetab.c 
  1481	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1482	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1483	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_vm_event.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_vm_event.o xc_vm_event.c 
  1484	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1485	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1486	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_memshr.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_memshr.o xc_memshr.c 
  1487	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1488	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1489	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_vmtrace.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_vmtrace.o xc_vmtrace.c 
  1490	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1491	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1492	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_altp2m.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_altp2m.o xc_altp2m.c 
  1493	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1494	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1495	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_flask.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_flask.o xc_flask.c 
  1496	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1497	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1498	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_psr.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_psr.o xc_psr.c 
  1499	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1500	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1501	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_evtchn.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_evtchn.opic xc_evtchn.c 
  1502	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1503	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1504	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_monitor.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_monitor.o xc_monitor.c 
  1505	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1506	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1507	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_pm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_pm.o xc_pm.c 
  1508	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1509	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1510	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_arinc653.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_arinc653.opic xc_arinc653.c 
  1511	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1512	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1513	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_physdev.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_physdev.opic xc_physdev.c 
  1514	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1515	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1516	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_cpu_hotplug.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_cpu_hotplug.opic xc_cpu_hotplug.c 
  1517	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1518	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1519	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_gnttab.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_gnttab.opic xc_gnttab.c 
  1520	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1521	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1522	echo 'libxenctrl_4.18.0 { global: *; };' >./.libxenctrl.map.tmp
  1523	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1524	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1525	{ \
  1526	echo "prefix=/usr"; \
  1527	echo "includedir=/usr/include"; \
  1528	echo "libdir=/usr/lib64"; \
  1529	echo ""; \
  1530	echo "Name: Xencontrol"; \
  1531	echo "Description: The Xencontrol library for Xen hypervisor"; \
  1532	echo "Version: 4.18.0"; \
  1533	echo "Cflags: -I\${includedir}"; \
  1534	echo "Libs: -L\${libdir} -lxenctrl"; \
  1535	echo "Libs.private: "; \
  1536	echo "Requires.private: xentoollog,xencall,xenevtchn,xengnttab,xenforeignmemory,xendevicemodel"; \
  1537	} > xencontrol.pc
  1538	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1539	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1540	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_csched2.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_csched2.opic xc_csched2.c 
  1541	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1542	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1543	{ \
  1544	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../.."; \
  1545	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include"; \
  1546	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl"; \
  1547	echo ""; \
  1548	echo "Name: Xencontrol"; \
  1549	echo "Description: The Xencontrol library for Xen hypervisor"; \
  1550	echo "Version: 4.18.0"; \
  1551	echo "Cflags: -I\${includedir}"; \
  1552	echo "Libs: -L\${libdir}     -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/toollog -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/ctrl -lxenctrl"; \
  1553	echo "Libs.private: "; \
  1554	echo "Requires.private: xentoollog,xencall,xenevtchn,xengnttab,xenforeignmemory,xendevicemodel"; \
  1555	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xencontrol.pc
  1556	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1557	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1558	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_cpupool.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_cpupool.opic xc_cpupool.c 
  1559	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1560	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1561	if ! cmp -s ./.libxenctrl.map.tmp libxenctrl.map.tmp; then mv -f ./.libxenctrl.map.tmp libxenctrl.map.tmp; else rm -f ./.libxenctrl.map.tmp; fi
  1562	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1563	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1564	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_mem_access.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_mem_access.opic xc_mem_access.c 
  1565	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1566	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1567	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_csched.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_csched.opic xc_csched.c 
  1568	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1569	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1570	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_mem_paging.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_mem_paging.opic xc_mem_paging.c 
  1571	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1572	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1573	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_vm_event.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_vm_event.opic xc_vm_event.c 
  1574	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1575	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1576	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_tbuf.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_tbuf.opic xc_tbuf.c 
  1577	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1578	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1579	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_hcall_buf.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_hcall_buf.opic xc_hcall_buf.c 
  1580	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1581	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1582	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_rt.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_rt.opic xc_rt.c 
  1583	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1584	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1585	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_foreign_memory.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_foreign_memory.opic xc_foreign_memory.c 
  1586	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1587	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1588	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_altp2m.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_altp2m.opic xc_altp2m.c 
  1589	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1590	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1591	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_vmtrace.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_vmtrace.opic xc_vmtrace.c 
  1592	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1593	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1594	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_memshr.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_memshr.opic xc_memshr.c 
  1595	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1596	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1597	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_flask.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_flask.opic xc_flask.c 
  1598	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1599	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1600	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_evtchn_compat.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_evtchn_compat.opic xc_evtchn_compat.c 
  1601	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1602	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1603	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_gnttab_compat.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_gnttab_compat.opic xc_gnttab_compat.c 
  1604	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1605	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1606	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_resource.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_resource.opic xc_resource.c 
  1607	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1608	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1609	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_linux.opic xc_linux.c 
  1610	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1611	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1612	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_kexec.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_kexec.opic xc_kexec.c 
  1613	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1614	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1615	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_private.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_private.o xc_private.c 
  1616	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1617	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1618	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_monitor.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_monitor.opic xc_monitor.c 
  1619	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1620	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1621	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_pagetab.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_pagetab.opic xc_pagetab.c 
  1622	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1623	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1624	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_psr.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_psr.opic xc_psr.c 
  1625	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1626	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1627	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_pm.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_pm.opic xc_pm.c 
  1628	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1629	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1630	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_devicemodel_compat.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_devicemodel_compat.opic xc_devicemodel_compat.c 
  1631	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1632	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1633	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_private.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_private.opic xc_private.c 
  1634	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1635	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1636	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_misc.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_misc.o xc_misc.c 
  1637	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1638	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1639	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_misc.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_misc.opic xc_misc.c 
  1640	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1641	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1642	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_domain.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -c -o xc_domain.o xc_domain.c 
  1643	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1644	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1645	x86_64-pc-linux-gnu-ar rc libxenctrl.a xc_altp2m.o xc_cpupool.o xc_domain.o xc_evtchn.o xc_gnttab.o xc_misc.o xc_flask.o xc_physdev.o xc_private.o xc_csched.o xc_csched2.o xc_arinc653.o xc_rt.o xc_tbuf.o xc_pm.o xc_cpu_hotplug.o xc_vm_event.o xc_vmtrace.o xc_monitor.o xc_mem_paging.o xc_mem_access.o xc_memshr.o xc_hcall_buf.o xc_foreign_memory.o xc_kexec.o xc_resource.o xc_psr.o xc_pagetab.o xc_linux.o xc_evtchn_compat.o xc_gnttab_compat.o xc_devicemodel_compat.o
  1646	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1647	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1648	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ctrl.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xc_domain.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -pthread -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include  -fPIC -c -o xc_domain.opic xc_domain.c 
  1649	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1650	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1651	x86_64-pc-linux-gnu-gcc     -pthread -Wl,-soname -Wl,libxenctrl.so.4.18 -Wl,--version-script=libxenctrl.map.tmp -shared -o libxenctrl.so.4.18.0 xc_altp2m.opic xc_cpupool.opic xc_domain.opic xc_evtchn.opic xc_gnttab.opic xc_misc.opic xc_flask.opic xc_physdev.opic xc_private.opic xc_csched.opic xc_csched2.opic xc_arinc653.opic xc_rt.opic xc_tbuf.opic xc_pm.opic xc_cpu_hotplug.opic xc_vm_event.opic xc_vmtrace.opic xc_monitor.opic xc_mem_paging.opic xc_mem_access.opic xc_memshr.opic xc_hcall_buf.opic xc_foreign_memory.opic xc_kexec.opic xc_resource.opic xc_psr.opic xc_pagetab.opic xc_linux.opic xc_evtchn_compat.opic xc_gnttab_compat.opic xc_devicemodel_compat.opic         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/toollog/libxentoollog.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/call/libxencall.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/evtchn/libxenevtchn.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/gnttab/libxengnttab.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/foreignmemory/libxenforeignmemory.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/libs/devicemodel/libxendevicemodel.so       
  1652	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1653	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1654	ln -sf libxenctrl.so.4.18.0 libxenctrl.so.4.18
  1655	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1656	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1657	ln -sf libxenctrl.so.4.18 libxenctrl.so
  1658	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl'
  1659	make -C guest all
  1660	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1661	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .policy.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o policy.o ../../../xen/lib/x86/policy.c 
  1662	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1663	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1664	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .msr.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o msr.o ../../../xen/lib/x86/msr.c 
  1665	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1666	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1667	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_domain.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_domain.o xg_domain.c 
  1668	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1669	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1670	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_suspend.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_suspend.o xg_suspend.c 
  1671	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1672	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1673	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_common.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_sr_common.o xg_sr_common.c 
  1674	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1675	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1676	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_private.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_private.o xg_private.c 
  1677	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1678	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1679	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_compat_linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_dom_compat_linux.o xg_dom_compat_linux.c 
  1680	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1681	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1682	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_save_x86_hvm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_sr_save_x86_hvm.o xg_sr_save_x86_hvm.c 
  1683	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1684	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1685	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_resume.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_resume.o xg_resume.c 
  1686	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1687	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1688	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_common_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_sr_common_x86.o xg_sr_common_x86.c 
  1689	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1690	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1691	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_common_x86_pv.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_sr_common_x86_pv.o xg_sr_common_x86_pv.c 
  1692	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1693	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1694	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_restore_x86_hvm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_sr_restore_x86_hvm.o xg_sr_restore_x86_hvm.c 
  1695	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1696	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1697	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_elfloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_dom_elfloader.o xg_dom_elfloader.c 
  1698	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1699	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1700	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_binloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_dom_binloader.o xg_dom_binloader.c 
  1701	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1702	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1703	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_hvmloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_dom_hvmloader.o xg_dom_hvmloader.c 
  1704	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1705	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1706	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_decompress_lz4.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_dom_decompress_lz4.o xg_dom_decompress_lz4.c 
  1707	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1708	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1709	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .cpuid.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o cpuid.o ../../../xen/lib/x86/cpuid.c 
  1710	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1711	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1712	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_core_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_core_x86.o xg_core_x86.c 
  1713	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1714	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1715	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_boot.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_dom_boot.o xg_dom_boot.c 
  1716	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1717	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1718	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_domain.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_domain.opic xg_domain.c 
  1719	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1720	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1721	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_bzimageloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__ -DHAVE_BZLIB -DHAVE_LZMA -DHAVE_LZO1X -DHAVE_ZSTD   -c -o xg_dom_bzimageloader.o xg_dom_bzimageloader.c 
  1722	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1723	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1724	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libelf-loader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__ -Wno-pointer-sign  -c -o libelf-loader.o ../../../xen/common/libelf/libelf-loader.c 
  1725	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1726	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1727	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_private.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_private.opic xg_private.c 
  1728	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1729	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1730	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libelf-dominfo.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__ -Wno-pointer-sign  -c -o libelf-dominfo.o ../../../xen/common/libelf/libelf-dominfo.c 
  1731	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1732	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1733	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_offline_page.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_offline_page.o xg_offline_page.c 
  1734	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1735	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1736	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_common.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_sr_common.opic xg_sr_common.c 
  1737	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1738	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1739	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_suspend.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_suspend.opic xg_suspend.c 
  1740	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1741	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1742	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .policy.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o policy.opic ../../../xen/lib/x86/policy.c 
  1743	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1744	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1745	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_core.o xg_core.c 
  1746	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1747	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1748	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libelf-tools.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__ -Wno-pointer-sign  -c -o libelf-tools.o ../../../xen/common/libelf/libelf-tools.c 
  1749	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1750	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1751	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .msr.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o msr.opic ../../../xen/lib/x86/msr.c 
  1752	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1753	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1754	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_resume.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_resume.opic xg_resume.c 
  1755	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1756	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1757	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_common_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_sr_common_x86.opic xg_sr_common_x86.c 
  1758	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1759	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1760	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_save_x86_hvm.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_sr_save_x86_hvm.opic xg_sr_save_x86_hvm.c 
  1761	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1762	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1763	echo 'libxenguest_4.18.0 { global: *; };' >./.libxenguest.map.tmp
  1764	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1765	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1766	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_restore_x86_hvm.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_sr_restore_x86_hvm.opic xg_sr_restore_x86_hvm.c 
  1767	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1768	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1769	{ \
  1770	echo "prefix=/usr"; \
  1771	echo "includedir=/usr/include"; \
  1772	echo "libdir=/usr/lib64"; \
  1773	echo ""; \
  1774	echo "Name: Xenguest"; \
  1775	echo "Description: The Xenguest library for Xen hypervisor"; \
  1776	echo "Version: 4.18.0"; \
  1777	echo "Cflags: -I\${includedir}"; \
  1778	echo "Libs: -L\${libdir} -lxenguest"; \
  1779	echo "Libs.private: "; \
  1780	echo "Requires.private: xenevtchn,xencontrol"; \
  1781	} > xenguest.pc
  1782	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1783	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1784	{ \
  1785	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../.."; \
  1786	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include"; \
  1787	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest"; \
  1788	echo ""; \
  1789	echo "Name: Xenguest"; \
  1790	echo "Description: The Xenguest library for Xen hypervisor"; \
  1791	echo "Version: 4.18.0"; \
  1792	echo "Cflags: -I\${includedir}"; \
  1793	echo "Libs: -L\${libdir}     -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/toollog -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/guest -lxenguest"; \
  1794	echo "Libs.private: "; \
  1795	echo "Requires.private: xenevtchn,xencontrol"; \
  1796	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xenguest.pc
  1797	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1798	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1799	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_common_x86_pv.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_sr_common_x86_pv.opic xg_sr_common_x86_pv.c 
  1800	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1801	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1802	if ! cmp -s ./.libxenguest.map.tmp libxenguest.map.tmp; then mv -f ./.libxenguest.map.tmp libxenguest.map.tmp; else rm -f ./.libxenguest.map.tmp; fi
  1803	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1804	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1805	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_restore.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_sr_restore.o xg_sr_restore.c 
  1806	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1807	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1808	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_save.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_sr_save.o xg_sr_save.c 
  1809	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1810	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1811	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_restore_x86_pv.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_sr_restore_x86_pv.o xg_sr_restore_x86_pv.c 
  1812	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1813	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1814	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_save_x86_pv.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_sr_save_x86_pv.o xg_sr_save_x86_pv.c 
  1815	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1816	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1817	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_core_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_core_x86.opic xg_core_x86.c 
  1818	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1819	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1820	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_compat_linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_dom_compat_linux.opic xg_dom_compat_linux.c 
  1821	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1822	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1823	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_elfloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_dom_elfloader.opic xg_dom_elfloader.c 
  1824	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1825	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1826	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libelf-tools.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__ -Wno-pointer-sign  -fPIC -c -o libelf-tools.opic ../../../xen/common/libelf/libelf-tools.c 
  1827	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1828	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1829	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_dom_core.o xg_dom_core.c 
  1830	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1831	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1832	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .cpuid.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o cpuid.opic ../../../xen/lib/x86/cpuid.c 
  1833	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1834	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1835	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libelf-dominfo.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__ -Wno-pointer-sign  -fPIC -c -o libelf-dominfo.opic ../../../xen/common/libelf/libelf-dominfo.c 
  1836	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1837	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1838	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_offline_page.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_offline_page.opic xg_offline_page.c 
  1839	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1840	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1841	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_cpuid_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_cpuid_x86.o xg_cpuid_x86.c 
  1842	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1843	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1844	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_restore.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_sr_restore.opic xg_sr_restore.c 
  1845	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1846	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1847	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libelf-loader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__ -Wno-pointer-sign  -fPIC -c -o libelf-loader.opic ../../../xen/common/libelf/libelf-loader.c 
  1848	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1849	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1850	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_boot.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_dom_boot.opic xg_dom_boot.c 
  1851	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1852	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1853	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_binloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_dom_binloader.opic xg_dom_binloader.c 
  1854	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1855	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1856	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_hvmloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_dom_hvmloader.opic xg_dom_hvmloader.c 
  1857	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1858	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1859	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_core.opic xg_core.c 
  1860	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1861	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1862	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_decompress_lz4.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_dom_decompress_lz4.opic xg_dom_decompress_lz4.c 
  1863	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1864	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1865	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_restore_x86_pv.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_sr_restore_x86_pv.opic xg_sr_restore_x86_pv.c 
  1866	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1867	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1868	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_bzimageloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__ -DHAVE_BZLIB -DHAVE_LZMA -DHAVE_LZO1X -DHAVE_ZSTD   -fPIC -c -o xg_dom_bzimageloader.opic xg_dom_bzimageloader.c 
  1869	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1870	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1871	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_save.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_sr_save.opic xg_sr_save.c 
  1872	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1873	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1874	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_sr_save_x86_pv.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_sr_save_x86_pv.opic xg_sr_save_x86_pv.c 
  1875	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1876	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1877	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -c -o xg_dom_x86.o xg_dom_x86.c 
  1878	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1879	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1880	x86_64-pc-linux-gnu-ar rc libxenguest.a xg_private.o xg_domain.o xg_suspend.o xg_resume.o xg_sr_common.o xg_sr_common_x86.o xg_sr_common_x86_pv.o xg_sr_restore_x86_pv.o xg_sr_restore_x86_hvm.o xg_sr_save_x86_pv.o xg_sr_save_x86_hvm.o xg_sr_restore.o xg_sr_save.o xg_offline_page.o xg_core.o xg_core_x86.o libelf-tools.o libelf-loader.o libelf-dominfo.o cpuid.o msr.o policy.o xg_dom_core.o xg_dom_boot.o xg_dom_elfloader.o xg_dom_bzimageloader.o xg_dom_decompress_lz4.o xg_dom_hvmloader.o xg_dom_binloader.o xg_dom_compat_linux.o xg_dom_x86.o xg_cpuid_x86.o
  1881	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1882	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1883	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_dom_core.opic xg_dom_core.c 
  1884	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1885	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1886	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_cpuid_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_cpuid_x86.opic xg_cpuid_x86.c 
  1887	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1888	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1889	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-guest.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xg_dom_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -D__XEN_TOOLS__ -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/config.h -iquote ../../../xen/common/libelf -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl -pthread -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o xg_dom_x86.opic xg_dom_x86.c 
  1890	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1891	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1892	x86_64-pc-linux-gnu-gcc     -pthread -Wl,-soname -Wl,libxenguest.so.4.18 -Wl,--version-script=libxenguest.map.tmp -shared -o libxenguest.so.4.18.0 xg_private.opic xg_domain.opic xg_suspend.opic xg_resume.opic xg_sr_common.opic xg_sr_common_x86.opic xg_sr_common_x86_pv.opic xg_sr_restore_x86_pv.opic xg_sr_restore_x86_hvm.opic xg_sr_save_x86_pv.opic xg_sr_save_x86_hvm.opic xg_sr_restore.opic xg_sr_save.opic xg_offline_page.opic xg_core.opic xg_core_x86.opic libelf-tools.opic libelf-loader.opic libelf-dominfo.opic cpuid.opic msr.opic policy.opic xg_dom_core.opic xg_dom_boot.opic xg_dom_elfloader.opic xg_dom_bzimageloader.opic xg_dom_decompress_lz4.opic xg_dom_hvmloader.opic xg_dom_binloader.opic xg_dom_compat_linux.opic xg_dom_x86.opic xg_cpuid_x86.opic         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/evtchn/libxenevtchn.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest/../../../tools/libs/ctrl/libxenctrl.so   -lbz2 -llzma -llzo2 -lzstd  -lz 
  1893	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1894	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1895	ln -sf libxenguest.so.4.18.0 libxenguest.so.4.18
  1896	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1897	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1898	ln -sf libxenguest.so.4.18 libxenguest.so
  1899	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/guest'
  1900	make -C hypfs all
  1901	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1902	{ \
  1903	echo "prefix=/usr"; \
  1904	echo "includedir=/usr/include"; \
  1905	echo "libdir=/usr/lib64"; \
  1906	echo ""; \
  1907	echo "Name: Xenhypfs"; \
  1908	echo "Description: The Xenhypfs library for Xen hypervisor"; \
  1909	echo "Version: 1.0"; \
  1910	echo "Cflags: -I\${includedir}"; \
  1911	echo "Libs: -L\${libdir} -lxenhypfs"; \
  1912	echo "Libs.private: "; \
  1913	echo "Requires.private: xentoollog,xentoolcore,xencall"; \
  1914	} > xenhypfs.pc
  1915	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1916	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1917	{ \
  1918	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../.."; \
  1919	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/include"; \
  1920	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs"; \
  1921	echo ""; \
  1922	echo "Name: Xenhypfs"; \
  1923	echo "Description: The Xenhypfs library for Xen hypervisor"; \
  1924	echo "Version: 1.0"; \
  1925	echo "Cflags: -I\${includedir}"; \
  1926	echo "Libs: -L\${libdir}     -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/libs/toollog -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/libs/hypfs -lxenhypfs"; \
  1927	echo "Libs.private: "; \
  1928	echo "Requires.private: xentoollog,xentoolcore,xencall"; \
  1929	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xenhypfs.pc
  1930	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1931	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1932	for i in /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/include/xenhypfs.h; do \
  1933	    x86_64-pc-linux-gnu-gcc -x c -ansi -Wall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/include \
  1934	          -S -o /dev/null $i || exit 1; \
  1935	    echo $i; \
  1936	done >headers.chk.new
  1937	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1938	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1939	mv headers.chk.new headers.chk
  1940	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1941	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1942	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-hypfs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/include  -fPIC -c -o core.opic core.c 
  1943	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1944	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1945	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-hypfs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/include  -c -o core.o core.c 
  1946	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1947	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1948	x86_64-pc-linux-gnu-ar rc libxenhypfs.a core.o
  1949	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1950	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1951	x86_64-pc-linux-gnu-gcc     -pthread -Wl,-soname -Wl,libxenhypfs.so.1 -Wl,--version-script=libxenhypfs.map -shared -o libxenhypfs.so.1.0 core.opic -lz         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/libs/toollog/libxentoollog.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/libs/toolcore/libxentoolcore.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs/../../../tools/libs/call/libxencall.so    
  1952	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1953	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1954	ln -sf libxenhypfs.so.1.0 libxenhypfs.so.1
  1955	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1956	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1957	ln -sf libxenhypfs.so.1 libxenhypfs.so
  1958	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/hypfs'
  1959	make -C store all
  1960	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  1961	{ \
  1962	echo "prefix=/usr"; \
  1963	echo "includedir=/usr/include"; \
  1964	echo "libdir=/usr/lib64"; \
  1965	echo ""; \
  1966	echo "Name: Xenstore"; \
  1967	echo "Description: The Xenstore library for Xen hypervisor"; \
  1968	echo "Version: 4.0"; \
  1969	echo "Cflags: -I\${includedir}"; \
  1970	echo "Libs: -L\${libdir} -lxenstore"; \
  1971	echo "Libs.private: "; \
  1972	echo "Requires.private: xentoolcore"; \
  1973	} > xenstore.pc
  1974	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  1975	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  1976	{ \
  1977	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../.."; \
  1978	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/include"; \
  1979	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store"; \
  1980	echo ""; \
  1981	echo "Name: Xenstore"; \
  1982	echo "Description: The Xenstore library for Xen hypervisor"; \
  1983	echo "Version: 4.0"; \
  1984	echo "Cflags: -I\${includedir}"; \
  1985	echo "Libs: -L\${libdir}     -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/libs/store -lxenstore"; \
  1986	echo "Libs.private: "; \
  1987	echo "Requires.private: xentoolcore"; \
  1988	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xenstore.pc
  1989	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  1990	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  1991	for i in /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/include/xenstore.h /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/include/xenstore_lib.h; do \
  1992	    x86_64-pc-linux-gnu-gcc -x c -ansi -Wall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/include \
  1993	          -S -o /dev/null $i || exit 1; \
  1994	    echo $i; \
  1995	done >headers.chk.new
  1996	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  1997	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  1998	mv headers.chk.new headers.chk
  1999	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  2000	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  2001	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-store.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xs.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/include -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/include  -c -o xs.o xs.c 
  2002	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  2003	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  2004	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-store.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xs.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/include -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/include -DUSE_PTHREAD -DUSE_DLSYM  -fPIC -c -o xs.opic xs.c 
  2005	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  2006	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  2007	x86_64-pc-linux-gnu-ar rc libxenstore.a xs.o
  2008	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  2009	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  2010	x86_64-pc-linux-gnu-gcc     -pthread -Wl,-soname -Wl,libxenstore.so.4 -Wl,--version-script=libxenstore.map -shared -o libxenstore.so.4.0 xs.opic -ldl               /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/libs/toolcore/libxentoolcore.so  
  2011	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  2012	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  2013	ln -sf libxenstore.so.4.0 libxenstore.so.4
  2014	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  2015	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  2016	ln -sf libxenstore.so.4 libxenstore.so
  2017	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store'
  2018	make -C stat all
  2019	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2020	echo 'libxenstat_4.18.0 { global: *; };' >./.libxenstat.map.tmp
  2021	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2022	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2023	{ \
  2024	echo "prefix=/usr"; \
  2025	echo "includedir=/usr/include"; \
  2026	echo "libdir=/usr/lib64"; \
  2027	echo ""; \
  2028	echo "Name: Xenstat"; \
  2029	echo "Description: The Xenstat library for Xen hypervisor"; \
  2030	echo "Version: 4.18.0"; \
  2031	echo "Cflags: -I\${includedir}"; \
  2032	echo "Libs: -L\${libdir} -lxenstat"; \
  2033	echo "Libs.private: "; \
  2034	echo "Requires.private: xencontrol,xenstore"; \
  2035	} > xenstat.pc
  2036	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2037	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2038	{ \
  2039	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../.."; \
  2040	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include"; \
  2041	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat"; \
  2042	echo ""; \
  2043	echo "Name: Xenstat"; \
  2044	echo "Description: The Xenstat library for Xen hypervisor"; \
  2045	echo "Version: 4.18.0"; \
  2046	echo "Cflags: -I\${includedir}"; \
  2047	echo "Libs: -L\${libdir}     -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/store -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/toollog -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/stat -lxenstat"; \
  2048	echo "Libs.private: "; \
  2049	echo "Requires.private: xencontrol,xenstore"; \
  2050	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xenstat.pc
  2051	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2052	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2053	for i in /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include/xenstat.h; do \
  2054	    x86_64-pc-linux-gnu-gcc -x c -ansi -Wall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include \
  2055	          -S -o /dev/null $i || exit 1; \
  2056	    echo $i; \
  2057	done >headers.chk.new
  2058	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2059	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2060	mv headers.chk.new headers.chk
  2061	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2062	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2063	mkdir -p bindings/swig/python
  2064	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2065	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2066	if ! cmp -s ./.libxenstat.map.tmp libxenstat.map.tmp; then mv -f ./.libxenstat.map.tmp libxenstat.map.tmp; else rm -f ./.libxenstat.map.tmp; fi
  2067	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2068	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2069	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-stat.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenstat_qmp.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include  -c -o xenstat_qmp.o xenstat_qmp.c 
  2070	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2071	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2072	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-stat.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenstat_qmp.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include  -fPIC -c -o xenstat_qmp.opic xenstat_qmp.c 
  2073	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2074	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2075	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-stat.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenstat_linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include  -c -o xenstat_linux.o xenstat_linux.c 
  2076	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2077	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2078	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-stat.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenstat_linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include  -fPIC -c -o xenstat_linux.opic xenstat_linux.c 
  2079	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2080	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2081	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-stat.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenstat.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include  -c -o xenstat.o xenstat.c 
  2082	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2083	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2084	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-stat.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenstat.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include  -fPIC -c -o xenstat.opic xenstat.c 
  2085	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2086	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2087	x86_64-pc-linux-gnu-ar rc libxenstat.a xenstat.o xenstat_qmp.o xenstat_linux.o
  2088	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2089	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2090	x86_64-pc-linux-gnu-gcc     -pthread -Wl,-soname -Wl,libxenstat.so.4.18 -Wl,--version-script=libxenstat.map.tmp -shared -o libxenstat.so.4.18.0 xenstat.opic xenstat_qmp.opic xenstat_linux.opic -lyajl         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/ctrl/libxenctrl.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/store/libxenstore.so  -ldl 
  2091	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2092	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2093	ln -sf libxenstat.so.4.18.0 libxenstat.so.4.18
  2094	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2095	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2096	ln -sf libxenstat.so.4.18 libxenstat.so
  2097	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2098	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2099	swig -python -module xenstat -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include -MMD -MP -MF .bindings@swig@python@_xenstat.c.d -outdir bindings/swig/python -o bindings/swig/python/_xenstat.c bindings/swig/xenstat.i
  2100	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2101	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2102	x86_64-pc-linux-gnu-gcc  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-stat.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .bindings@swig@python@_xenstat.so.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/config.h -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/include -I/usr/include/python3.11 -I/usr/include/python3.11 -fPIC -Wno-missing-prototypes     -shared -o bindings/swig/python/_xenstat.so bindings/swig/python/_xenstat.c  -ldl  -lm          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/store -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat/../../../tools/libs/stat/libxenstat.so  
  2103	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/stat'
  2104	make -C vchan all
  2105	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2106	echo 'libxenvchan_4.18.0 { global: *; };' >./.libxenvchan.map.tmp
  2107	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2108	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2109	{ \
  2110	echo "prefix=/usr"; \
  2111	echo "includedir=/usr/include"; \
  2112	echo "libdir=/usr/lib64"; \
  2113	echo ""; \
  2114	echo "Name: Xenvchan"; \
  2115	echo "Description: The Xenvchan library for Xen hypervisor"; \
  2116	echo "Version: 4.18.0"; \
  2117	echo "Cflags: -I\${includedir}"; \
  2118	echo "Libs: -L\${libdir} -lxenvchan"; \
  2119	echo "Libs.private: "; \
  2120	echo "Requires.private: xentoollog,xenstore,xengnttab,xenevtchn"; \
  2121	} > xenvchan.pc
  2122	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2123	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2124	{ \
  2125	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../.."; \
  2126	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include"; \
  2127	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan"; \
  2128	echo ""; \
  2129	echo "Name: Xenvchan"; \
  2130	echo "Description: The Xenvchan library for Xen hypervisor"; \
  2131	echo "Version: 4.18.0"; \
  2132	echo "Cflags: -I\${includedir}"; \
  2133	echo "Libs: -L\${libdir}     -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/libs/store -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/libs/toollog -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/libs/vchan -lxenvchan"; \
  2134	echo "Libs.private: "; \
  2135	echo "Requires.private: xentoollog,xenstore,xengnttab,xenevtchn"; \
  2136	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xenvchan.pc
  2137	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2138	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2139	if ! cmp -s ./.libxenvchan.map.tmp libxenvchan.map.tmp; then mv -f ./.libxenvchan.map.tmp libxenvchan.map.tmp; else rm -f ./.libxenvchan.map.tmp; fi
  2140	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2141	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2142	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-vchan.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .init.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include -D__XEN_TOOLS__ -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -c -o init.o init.c 
  2143	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2144	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2145	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-vchan.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .init.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include -D__XEN_TOOLS__ -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -fPIC -c -o init.opic init.c 
  2146	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2147	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2148	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-vchan.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .io.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include -D__XEN_TOOLS__ -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -fPIC -c -o io.opic io.c 
  2149	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2150	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2151	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-vchan.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .io.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include -D__XEN_TOOLS__ -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/include  -c -o io.o io.c 
  2152	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2153	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2154	x86_64-pc-linux-gnu-ar rc libxenvchan.a init.o io.o
  2155	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2156	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2157	x86_64-pc-linux-gnu-gcc     -pthread -Wl,-soname -Wl,libxenvchan.so.4.18 -Wl,--version-script=libxenvchan.map.tmp -shared -o libxenvchan.so.4.18.0 init.opic io.opic         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/libs/toollog/libxentoollog.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/libs/store/libxenstore.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/libs/gnttab/libxengnttab.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan/../../../tools/libs/evtchn/libxenevtchn.so  -ldl   
  2158	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2159	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2160	ln -sf libxenvchan.so.4.18.0 libxenvchan.so.4.18
  2161	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2162	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2163	ln -sf libxenvchan.so.4.18 libxenvchan.so
  2164	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/vchan'
  2165	make -C light all
  2166	make -C /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libacpi ACPI_BUILD_DIR=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light DSDT_FILES="dsdt_pvh.c"
  2167	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2168	echo 'libxenlight_4.18.0 { global: *; };' >./.libxenlight.map.tmp
  2169	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2170	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2171	{ \
  2172	echo "prefix=/usr"; \
  2173	echo "includedir=/usr/include"; \
  2174	echo "libdir=/usr/lib64"; \
  2175	echo ""; \
  2176	echo "Name: Xenlight"; \
  2177	echo "Description: The Xenlight library for Xen hypervisor"; \
  2178	echo "Version: 4.18.0"; \
  2179	echo "Cflags: -I\${includedir}"; \
  2180	echo "Libs: -L\${libdir} -lxenlight"; \
  2181	echo "Libs.private: "; \
  2182	echo "Requires.private: xentoollog,xenevtchn,xentoolcore,xencontrol,xenstore,xenhypfs,xenguest"; \
  2183	} > xenlight.pc
  2184	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2185	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2186	{ \
  2187	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../.."; \
  2188	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include"; \
  2189	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light"; \
  2190	echo ""; \
  2191	echo "Name: Xenlight"; \
  2192	echo "Description: The Xenlight library for Xen hypervisor"; \
  2193	echo "Version: 4.18.0"; \
  2194	echo "Cflags: -I\${includedir}"; \
  2195	echo "Libs: -L\${libdir}     -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/guest -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/hypfs -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/store -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toollog -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/light -lxenlight"; \
  2196	echo "Libs.private: "; \
  2197	echo "Requires.private: xentoollog,xenevtchn,xentoolcore,xencontrol,xenstore,xenhypfs,xenguest"; \
  2198	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xenlight.pc
  2199	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2200	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2201	if ! cmp -s ./.libxenlight.map.tmp libxenlight.map.tmp; then mv -f ./.libxenlight.map.tmp libxenlight.map.tmp; else rm -f ./.libxenlight.map.tmp; fi
  2202	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2203	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2204	/usr/bin/perl -w libxl_save_msgs_gen.pl _libxl_save_msgs_callout.h >_libxl_save_msgs_callout.h.new
  2205	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2206	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2207	/usr/bin/perl -w libxl_save_msgs_gen.pl _libxl_save_msgs_callout.c >_libxl_save_msgs_callout.c.new
  2208	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2209	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2210	/usr/bin/perl -w libxl_save_msgs_gen.pl _libxl_save_msgs_helper.h >_libxl_save_msgs_helper.h.new
  2211	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2212	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2213	/usr/bin/perl -w libxl_save_msgs_gen.pl _libxl_save_msgs_helper.c >_libxl_save_msgs_helper.c.new
  2214	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2215	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2216	if ! cmp -s _libxl_save_msgs_callout.h.new _libxl_save_msgs_callout.h; then mv -f _libxl_save_msgs_callout.h.new _libxl_save_msgs_callout.h; else rm -f _libxl_save_msgs_callout.h.new; fi
  2217	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2218	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2219	if ! cmp -s _libxl_save_msgs_callout.c.new _libxl_save_msgs_callout.c; then mv -f _libxl_save_msgs_callout.c.new _libxl_save_msgs_callout.c; else rm -f _libxl_save_msgs_callout.c.new; fi
  2220	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2221	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2222	if ! cmp -s _libxl_save_msgs_helper.h.new _libxl_save_msgs_helper.h; then mv -f _libxl_save_msgs_helper.h.new _libxl_save_msgs_helper.h; else rm -f _libxl_save_msgs_helper.h.new; fi
  2223	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2224	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2225	if ! cmp -s _libxl_save_msgs_helper.c.new _libxl_save_msgs_helper.c; then mv -f _libxl_save_msgs_helper.c.new _libxl_save_msgs_helper.c; else rm -f _libxl_save_msgs_helper.c.new; fi
  2226	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2227	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2228	python3.11 gentypes.py libxl_types_internal.idl __libxl_types_internal.h __libxl_types_internal_private.h \
  2229		__libxl_types_internal_json.h  __libxl_types_internal.c
  2230	Parsing libxl_types_internal.idl
  2231	outputting libxl type definitions to __libxl_types_internal.h
  2232	outputting libxl JSON definitions to __libxl_types_internal_json.h
  2233	outputting libxl type internal definitions to __libxl_types_internal_private.h
  2234	outputting libxl type implementations to __libxl_types_internal.c
  2235	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2236	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2237	if ! cmp -s __libxl_types_internal.h _libxl_types_internal.h; then mv -f __libxl_types_internal.h _libxl_types_internal.h; else rm -f __libxl_types_internal.h; fi
  2238	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2239	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2240	python3.11 gentest.py libxl_types.idl testidl.c.new
  2241	Parsing libxl_types.idl
  2242	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2243	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2244	mv -f testidl.c.new testidl.c
  2245	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2246	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2247	if ! cmp -s __libxl_types_internal_private.h _libxl_types_internal_private.h; then mv -f __libxl_types_internal_private.h _libxl_types_internal_private.h; else rm -f __libxl_types_internal_private.h; fi
  2248	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2249	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2250	python3.11 gentypes.py libxl_types.idl __libxl_types.h __libxl_types_private.h \
  2251		__libxl_types_json.h  __libxl_types.c
  2252	Parsing libxl_types.idl
  2253	outputting libxl type definitions to __libxl_types.h
  2254	outputting libxl JSON definitions to __libxl_types_json.h
  2255	outputting libxl type internal definitions to __libxl_types_private.h
  2256	outputting libxl type implementations to __libxl_types.c
  2257	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2258	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2259	if ! cmp -s __libxl_types_internal_json.h _libxl_types_internal_json.h; then mv -f __libxl_types_internal_json.h _libxl_types_internal_json.h; else rm -f __libxl_types_internal_json.h; fi
  2260	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2261	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2262	if ! cmp -s __libxl_types.h _libxl_types.h; then mv -f __libxl_types.h _libxl_types.h; else rm -f __libxl_types.h; fi
  2263	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2264	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2265	if ! cmp -s __libxl_types_internal.c _libxl_types_internal.c; then mv -f __libxl_types_internal.c _libxl_types_internal.c; else rm -f __libxl_types_internal.c; fi
  2266	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2267	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2268	if ! cmp -s __libxl_types_private.h _libxl_types_private.h; then mv -f __libxl_types_private.h _libxl_types_private.h; else rm -f __libxl_types_private.h; fi
  2269	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2270	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2271	if ! cmp -s __libxl_types_json.h _libxl_types_json.h; then mv -f __libxl_types_json.h _libxl_types_json.h; else rm -f __libxl_types_json.h; fi
  2272	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2273	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2274	if ! cmp -s __libxl_types.c _libxl_types.c; then mv -f __libxl_types.c _libxl_types.c; else rm -f __libxl_types.c; fi
  2275	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2276	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2277	cp -f _libxl_types.h /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include/_libxl_types.h
  2278	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2279	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2280	cp -f _libxl_types_json.h /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include/_libxl_types_json.h
  2281	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2282	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2283	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_s3.tmp -tc ssdt_s3.asl
  2284	ASL Input:     ssdt_s3.asl -     396 bytes      1 keywords     21 source lines
  2285	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_s3.aml -      49 bytes      0 opcodes       1 named objects
  2286	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_s3.hex -     924 bytes
  2287	
  2288	Compilation successful. 0 Errors, 0 Warnings, 0 Remarks, 4 Optimizations
  2289	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2290	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2291	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_s4.tmp -tc ssdt_s4.asl
  2292	ASL Input:     ssdt_s4.asl -     396 bytes      1 keywords     21 source lines
  2293	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_s4.aml -      49 bytes      0 opcodes       1 named objects
  2294	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_s4.hex -     924 bytes
  2295	
  2296	Compilation successful. 0 Errors, 0 Warnings, 0 Remarks, 4 Optimizations
  2297	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2298	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2299	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF ._libxl.api-for-check.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -c -E /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include/libxl.h  \
  2300		-DLIBXL_EXTERNAL_CALLERS_ONLY=LIBXL_EXTERNAL_CALLERS_ONLY \
  2301		>_libxl.api-for-check.new
  2302	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2303	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2304	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_tpm.tmp -tc ssdt_tpm.asl
  2305	ASL Input:     ssdt_tpm.asl -     428 bytes      3 keywords     21 source lines
  2306	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_tpm.aml -      76 bytes      0 opcodes       3 named objects
  2307	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_tpm.hex -    1153 bytes
  2308	
  2309	Compilation successful. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
  2310	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2311	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2312	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_tpm2.tmp -tc ssdt_tpm2.asl
  2313	ASL Input:     ssdt_tpm2.asl -     729 bytes      5 keywords     29 source lines
  2314	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_tpm2.aml -      91 bytes      1 opcodes       4 named objects
  2315	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_tpm2.hex -    1307 bytes
  2316	
  2317	Compilation successful. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
  2318	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2319	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2320	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_laptop_slate.tmp -tc ssdt_laptop_slate.asl
  2321	ASL Input:     ssdt_laptop_slate.asl -     602 bytes      4 keywords     31 source lines
  2322	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_laptop_slate.aml -      73 bytes      1 opcodes       3 named objects
  2323	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_laptop_slate.hex -    1189 bytes
  2324	
  2325	Compilation successful. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
  2326	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2327	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2328	mv -f _libxl.api-for-check.new _libxl.api-for-check
  2329	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2330	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2331	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_pm.tmp -tc ssdt_pm.asl
  2332	ssdt_pm.asl    388:                 Store (\_SB.PB2, Local0)
  2333	Warning  3144 -       Method Local is set but never used ^  (Local0)
  2334	
  2335	ASL Input:     ssdt_pm.asl -   12091 bytes    192 keywords    411 source lines
  2336	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_pm.aml -    1447 bytes    131 opcodes      61 named objects
  2337	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_pm.hex -   13975 bytes
  2338	
  2339	Compilation successful. 0 Errors, 1 Warnings, 0 Remarks, 31 Optimizations
  2340	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2341	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2342	sed -e 's/AmlCode/ssdt_s3/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_s3.hex >/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_s3.h
  2343	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2344	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2345	sed -e 's/AmlCode/ssdt_s4/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_s4.hex >/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_s4.h
  2346	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2347	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2348	sed -e 's/AmlCode/ssdt_tpm2/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_tpm2.hex >/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_tpm2.h
  2349	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2350	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2351	sed -e 's/AmlCode/ssdt_tpm/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_tpm.hex >/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_tpm.h
  2352	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2353	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2354	sed -e 's/AmlCode/ssdt_pm/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_pm.hex >/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_pm.h
  2355	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2356	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2357	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_s3.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_s3.hex
  2358	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2359	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2360	sed -e 's/AmlCode/ssdt_laptop_slate/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_laptop_slate.hex >/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_laptop_slate.h
  2361	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2362	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2363	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_s4.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_s4.hex
  2364	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2365	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2366	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_tpm2.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_tpm2.hex
  2367	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2368	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2369	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_tpm.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_tpm.hex
  2370	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2371	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2372	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_pm.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_pm.hex
  2373	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2374	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2375	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_laptop_slate.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/ssdt_laptop_slate.hex
  2376	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2377	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2378	/usr/bin/perl check-libxl-api-rules _libxl.api-for-check
  2379	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2380	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2381	touch libxl.api-ok
  2382	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2383	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2384	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .static_tables.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h -I. -DLIBACPI_STDUTILS=\"/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/libxl_x86_acpi.h\"  -c -o static_tables.o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libacpi/static_tables.c 
  2385	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2386	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2387	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .osdeps.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o osdeps.o osdeps.c 
  2388	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2389	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2390	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_paths.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_paths.o libxl_paths.c 
  2391	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2392	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2393	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_setresuid.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_setresuid.o libxl_setresuid.c 
  2394	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2395	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2396	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_convert_callout.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_convert_callout.o libxl_convert_callout.c 
  2397	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2398	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2399	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_colo_qdisk.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_colo_qdisk.o libxl_colo_qdisk.c 
  2400	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2401	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2402	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .flexarray.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o flexarray.o flexarray.c 
  2403	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2404	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2405	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_remus_disk_drbd.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_remus_disk_drbd.o libxl_remus_disk_drbd.c 
  2406	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2407	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2408	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_x86_acpi.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libacpi  -c -o libxl_x86_acpi.o libxl_x86_acpi.c 
  2409	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2410	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2411	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_colo_nic.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_colo_nic.o libxl_colo_nic.c 
  2412	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2413	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2414	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_remus.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_remus.o libxl_remus.c 
  2415	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2416	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2417	x86_64-pc-linux-gnu-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -Wdeclaration-after-statement -DCONFIG_X86 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi/../../tools/include -D__XEN_TOOLS__ -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/mk_dsdt mk_dsdt.c
  2418	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2419	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2420	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_checkpoint_device.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_checkpoint_device.o libxl_checkpoint_device.c 
  2421	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2422	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2423	printf "DefinitionBlock (\"DSDT.aml\", \"DSDT\", 5, \"Xen\", \"HVM\", 0)\n{" > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl
  2424	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2425	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2426	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_uuid.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_uuid.o libxl_uuid.c 
  2427	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2428	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2429	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_linux.o libxl_linux.c 
  2430	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2431	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2432	cat dsdt_acpi_info.asl >> /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl
  2433	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2434	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2435	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/mk_dsdt --debug=n --maxcpu any --dm-version none >> /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl
  2436	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2437	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2438	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_netbuffer.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_netbuffer.o libxl_netbuffer.c 
  2439	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2440	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2441	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_colo_proxy.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_colo_proxy.o libxl_colo_proxy.c 
  2442	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2443	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2444	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_colo_save.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_colo_save.o libxl_colo_save.c 
  2445	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2446	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2447	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_xshelp.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_xshelp.o libxl_xshelp.c 
  2448	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2449	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2450	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_psr.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_psr.o libxl_psr.c 
  2451	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2452	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2453	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_exec.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_exec.o libxl_exec.c 
  2454	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2455	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2456	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.tmp -tc /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl
  2457	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl     40:         Processor ( PR00, 0, 0x0000b010, 0x06 ) {
  2458	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2459	
  2460	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl     64:         Processor ( PR01, 1, 0x0000b010, 0x06 ) {
  2461	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2462	
  2463	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl     90:         Processor ( PR02, 2, 0x0000b010, 0x06 ) {
  2464	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2465	
  2466	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    116:         Processor ( PR03, 3, 0x0000b010, 0x06 ) {
  2467	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2468	
  2469	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    142:         Processor ( PR04, 4, 0x0000b010, 0x06 ) {
  2470	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2471	
  2472	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    168:         Processor ( PR05, 5, 0x0000b010, 0x06 ) {
  2473	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2474	
  2475	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    194:         Processor ( PR06, 6, 0x0000b010, 0x06 ) {
  2476	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2477	
  2478	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    220:         Processor ( PR07, 7, 0x0000b010, 0x06 ) {
  2479	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2480	
  2481	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    246:         Processor ( PR08, 8, 0x0000b010, 0x06 ) {
  2482	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2483	
  2484	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    272:         Processor ( PR09, 9, 0x0000b010, 0x06 ) {
  2485	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2486	
  2487	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    298:         Processor ( PR0A, 10, 0x0000b010, 0x06 ) {
  2488	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2489	
  2490	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    324:         Processor ( PR0B, 11, 0x0000b010, 0x06 ) {
  2491	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2492	
  2493	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    350:         Processor ( PR0C, 12, 0x0000b010, 0x06 ) {
  2494	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2495	
  2496	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    376:         Processor ( PR0D, 13, 0x0000b010, 0x06 ) {
  2497	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2498	
  2499	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    402:         Processor ( PR0E, 14, 0x0000b010, 0x06 ) {
  2500	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2501	
  2502	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    428:         Processor ( PR0F, 15, 0x0000b010, 0x06 ) {
  2503	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2504	
  2505	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    454:         Processor ( PR10, 16, 0x0000b010, 0x06 ) {
  2506	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2507	
  2508	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    480:         Processor ( PR11, 17, 0x0000b010, 0x06 ) {
  2509	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2510	
  2511	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    506:         Processor ( PR12, 18, 0x0000b010, 0x06 ) {
  2512	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2513	
  2514	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    532:         Processor ( PR13, 19, 0x0000b010, 0x06 ) {
  2515	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2516	
  2517	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    558:         Processor ( PR14, 20, 0x0000b010, 0x06 ) {
  2518	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2519	
  2520	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    584:         Processor ( PR15, 21, 0x0000b010, 0x06 ) {
  2521	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2522	
  2523	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    610:         Processor ( PR16, 22, 0x0000b010, 0x06 ) {
  2524	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2525	
  2526	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    636:         Processor ( PR17, 23, 0x0000b010, 0x06 ) {
  2527	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2528	
  2529	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    662:         Processor ( PR18, 24, 0x0000b010, 0x06 ) {
  2530	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2531	
  2532	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    688:         Processor ( PR19, 25, 0x0000b010, 0x06 ) {
  2533	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2534	
  2535	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    714:         Processor ( PR1A, 26, 0x0000b010, 0x06 ) {
  2536	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2537	
  2538	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    740:         Processor ( PR1B, 27, 0x0000b010, 0x06 ) {
  2539	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2540	
  2541	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    766:         Processor ( PR1C, 28, 0x0000b010, 0x06 ) {
  2542	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2543	
  2544	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    792:         Processor ( PR1D, 29, 0x0000b010, 0x06 ) {
  2545	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2546	
  2547	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    818:         Processor ( PR1E, 30, 0x0000b010, 0x06 ) {
  2548	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2549	
  2550	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    844:         Processor ( PR1F, 31, 0x0000b010, 0x06 ) {
  2551	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2552	
  2553	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    870:         Processor ( PR20, 32, 0x0000b010, 0x06 ) {
  2554	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2555	
  2556	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    896:         Processor ( PR21, 33, 0x0000b010, 0x06 ) {
  2557	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2558	
  2559	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    922:         Processor ( PR22, 34, 0x0000b010, 0x06 ) {
  2560	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2561	
  2562	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    948:         Processor ( PR23, 35, 0x0000b010, 0x06 ) {
  2563	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2564	
  2565	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl    974:         Processor ( PR24, 36, 0x0000b010, 0x06 ) {
  2566	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2567	
  2568	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1000:         Processor ( PR25, 37, 0x0000b010, 0x06 ) {
  2569	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2570	
  2571	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1026:         Processor ( PR26, 38, 0x0000b010, 0x06 ) {
  2572	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2573	
  2574	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1052:         Processor ( PR27, 39, 0x0000b010, 0x06 ) {
  2575	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2576	
  2577	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1078:         Processor ( PR28, 40, 0x0000b010, 0x06 ) {
  2578	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2579	
  2580	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1104:         Processor ( PR29, 41, 0x0000b010, 0x06 ) {
  2581	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2582	
  2583	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1130:         Processor ( PR2A, 42, 0x0000b010, 0x06 ) {
  2584	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2585	
  2586	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1156:         Processor ( PR2B, 43, 0x0000b010, 0x06 ) {
  2587	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2588	
  2589	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1182:         Processor ( PR2C, 44, 0x0000b010, 0x06 ) {
  2590	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2591	
  2592	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1208:         Processor ( PR2D, 45, 0x0000b010, 0x06 ) {
  2593	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2594	
  2595	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1234:         Processor ( PR2E, 46, 0x0000b010, 0x06 ) {
  2596	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2597	
  2598	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1260:         Processor ( PR2F, 47, 0x0000b010, 0x06 ) {
  2599	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2600	
  2601	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1286:         Processor ( PR30, 48, 0x0000b010, 0x06 ) {
  2602	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2603	
  2604	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1312:         Processor ( PR31, 49, 0x0000b010, 0x06 ) {
  2605	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2606	
  2607	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1338:         Processor ( PR32, 50, 0x0000b010, 0x06 ) {
  2608	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2609	
  2610	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1364:         Processor ( PR33, 51, 0x0000b010, 0x06 ) {
  2611	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2612	
  2613	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1390:         Processor ( PR34, 52, 0x0000b010, 0x06 ) {
  2614	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2615	
  2616	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1416:         Processor ( PR35, 53, 0x0000b010, 0x06 ) {
  2617	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2618	
  2619	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1442:         Processor ( PR36, 54, 0x0000b010, 0x06 ) {
  2620	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2621	
  2622	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1468:         Processor ( PR37, 55, 0x0000b010, 0x06 ) {
  2623	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2624	
  2625	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1494:         Processor ( PR38, 56, 0x0000b010, 0x06 ) {
  2626	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2627	
  2628	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1520:         Processor ( PR39, 57, 0x0000b010, 0x06 ) {
  2629	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2630	
  2631	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1546:         Processor ( PR3A, 58, 0x0000b010, 0x06 ) {
  2632	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2633	
  2634	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1572:         Processor ( PR3B, 59, 0x0000b010, 0x06 ) {
  2635	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2636	
  2637	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1598:         Processor ( PR3C, 60, 0x0000b010, 0x06 ) {
  2638	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2639	
  2640	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1624:         Processor ( PR3D, 61, 0x0000b010, 0x06 ) {
  2641	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2642	
  2643	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1650:         Processor ( PR3E, 62, 0x0000b010, 0x06 ) {
  2644	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2645	
  2646	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1676:         Processor ( PR3F, 63, 0x0000b010, 0x06 ) {
  2647	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2648	
  2649	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1702:         Processor ( PR40, 64, 0x0000b010, 0x06 ) {
  2650	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2651	
  2652	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1728:         Processor ( PR41, 65, 0x0000b010, 0x06 ) {
  2653	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2654	
  2655	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1754:         Processor ( PR42, 66, 0x0000b010, 0x06 ) {
  2656	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2657	
  2658	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1780:         Processor ( PR43, 67, 0x0000b010, 0x06 ) {
  2659	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2660	
  2661	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1806:         Processor ( PR44, 68, 0x0000b010, 0x06 ) {
  2662	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2663	
  2664	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1832:         Processor ( PR45, 69, 0x0000b010, 0x06 ) {
  2665	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2666	
  2667	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1858:         Processor ( PR46, 70, 0x0000b010, 0x06 ) {
  2668	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2669	
  2670	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1884:         Processor ( PR47, 71, 0x0000b010, 0x06 ) {
  2671	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2672	
  2673	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1910:         Processor ( PR48, 72, 0x0000b010, 0x06 ) {
  2674	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2675	
  2676	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1936:         Processor ( PR49, 73, 0x0000b010, 0x06 ) {
  2677	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2678	
  2679	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1962:         Processor ( PR4A, 74, 0x0000b010, 0x06 ) {
  2680	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2681	
  2682	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   1988:         Processor ( PR4B, 75, 0x0000b010, 0x06 ) {
  2683	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2684	
  2685	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2014:         Processor ( PR4C, 76, 0x0000b010, 0x06 ) {
  2686	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2687	
  2688	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2040:         Processor ( PR4D, 77, 0x0000b010, 0x06 ) {
  2689	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2690	
  2691	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2066:         Processor ( PR4E, 78, 0x0000b010, 0x06 ) {
  2692	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2693	
  2694	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2092:         Processor ( PR4F, 79, 0x0000b010, 0x06 ) {
  2695	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2696	
  2697	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2118:         Processor ( PR50, 80, 0x0000b010, 0x06 ) {
  2698	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2699	
  2700	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2144:         Processor ( PR51, 81, 0x0000b010, 0x06 ) {
  2701	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2702	
  2703	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2170:         Processor ( PR52, 82, 0x0000b010, 0x06 ) {
  2704	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2705	
  2706	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2196:         Processor ( PR53, 83, 0x0000b010, 0x06 ) {
  2707	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2708	
  2709	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2222:         Processor ( PR54, 84, 0x0000b010, 0x06 ) {
  2710	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2711	
  2712	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2248:         Processor ( PR55, 85, 0x0000b010, 0x06 ) {
  2713	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2714	
  2715	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2274:         Processor ( PR56, 86, 0x0000b010, 0x06 ) {
  2716	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2717	
  2718	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2300:         Processor ( PR57, 87, 0x0000b010, 0x06 ) {
  2719	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2720	
  2721	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2326:         Processor ( PR58, 88, 0x0000b010, 0x06 ) {
  2722	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2723	
  2724	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2352:         Processor ( PR59, 89, 0x0000b010, 0x06 ) {
  2725	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2726	
  2727	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2378:         Processor ( PR5A, 90, 0x0000b010, 0x06 ) {
  2728	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2729	
  2730	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2404:         Processor ( PR5B, 91, 0x0000b010, 0x06 ) {
  2731	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2732	
  2733	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2430:         Processor ( PR5C, 92, 0x0000b010, 0x06 ) {
  2734	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2735	
  2736	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2456:         Processor ( PR5D, 93, 0x0000b010, 0x06 ) {
  2737	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2738	
  2739	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2482:         Processor ( PR5E, 94, 0x0000b010, 0x06 ) {
  2740	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2741	
  2742	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2508:         Processor ( PR5F, 95, 0x0000b010, 0x06 ) {
  2743	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2744	
  2745	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2534:         Processor ( PR60, 96, 0x0000b010, 0x06 ) {
  2746	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2747	
  2748	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2560:         Processor ( PR61, 97, 0x0000b010, 0x06 ) {
  2749	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2750	
  2751	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2586:         Processor ( PR62, 98, 0x0000b010, 0x06 ) {
  2752	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2753	
  2754	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2612:         Processor ( PR63, 99, 0x0000b010, 0x06 ) {
  2755	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2756	
  2757	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2638:         Processor ( PR64, 100, 0x0000b010, 0x06 ) {
  2758	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2759	
  2760	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2664:         Processor ( PR65, 101, 0x0000b010, 0x06 ) {
  2761	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2762	
  2763	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2690:         Processor ( PR66, 102, 0x0000b010, 0x06 ) {
  2764	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2765	
  2766	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2716:         Processor ( PR67, 103, 0x0000b010, 0x06 ) {
  2767	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2768	
  2769	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2742:         Processor ( PR68, 104, 0x0000b010, 0x06 ) {
  2770	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2771	
  2772	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2768:         Processor ( PR69, 105, 0x0000b010, 0x06 ) {
  2773	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2774	
  2775	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2794:         Processor ( PR6A, 106, 0x0000b010, 0x06 ) {
  2776	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2777	
  2778	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2820:         Processor ( PR6B, 107, 0x0000b010, 0x06 ) {
  2779	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2780	
  2781	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2846:         Processor ( PR6C, 108, 0x0000b010, 0x06 ) {
  2782	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2783	
  2784	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2872:         Processor ( PR6D, 109, 0x0000b010, 0x06 ) {
  2785	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2786	
  2787	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2898:         Processor ( PR6E, 110, 0x0000b010, 0x06 ) {
  2788	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2789	
  2790	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2924:         Processor ( PR6F, 111, 0x0000b010, 0x06 ) {
  2791	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2792	
  2793	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2950:         Processor ( PR70, 112, 0x0000b010, 0x06 ) {
  2794	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2795	
  2796	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   2976:         Processor ( PR71, 113, 0x0000b010, 0x06 ) {
  2797	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2798	
  2799	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   3002:         Processor ( PR72, 114, 0x0000b010, 0x06 ) {
  2800	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2801	
  2802	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   3028:         Processor ( PR73, 115, 0x0000b010, 0x06 ) {
  2803	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2804	
  2805	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   3054:         Processor ( PR74, 116, 0x0000b010, 0x06 ) {
  2806	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2807	
  2808	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   3080:         Processor ( PR75, 117, 0x0000b010, 0x06 ) {
  2809	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2810	
  2811	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   3106:         Processor ( PR76, 118, 0x0000b010, 0x06 ) {
  2812	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2813	
  2814	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   3132:         Processor ( PR77, 119, 0x0000b010, 0x06 ) {
  2815	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2816	
  2817	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   3158:         Processor ( PR78, 120, 0x0000b010, 0x06 ) {
  2818	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2819	
  2820	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   3184:         Processor ( PR79, 121, 0x0000b010, 0x06 ) {
  2821	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2822	
  2823	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   3210:         Processor ( PR7A, 122, 0x0000b010, 0x06 ) {
  2824	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2825	
  2826	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   3236:         Processor ( PR7B, 123, 0x0000b010, 0x06 ) {
  2827	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2828	
  2829	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   3262:         Processor ( PR7C, 124, 0x0000b010, 0x06 ) {
  2830	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2831	
  2832	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   3288:         Processor ( PR7D, 125, 0x0000b010, 0x06 ) {
  2833	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2834	
  2835	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   3314:         Processor ( PR7E, 126, 0x0000b010, 0x06 ) {
  2836	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2837	
  2838	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl   3340:         Processor ( PR7F, 127, 0x0000b010, 0x06 ) {
  2839	Warning  3168 -                                          Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
  2840	
  2841	ASL Input:     /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.asl -  170243 bytes   3763 keywords   5046 source lines
  2842	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.aml -   27803 bytes   2599 opcodes    1164 named objects
  2843	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.hex -  261186 bytes
  2844	
  2845	Compilation successful. 0 Errors, 128 Warnings, 0 Remarks, 1915 Optimizations
  2846	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2847	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2848	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_colo_restore.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_colo_restore.o libxl_colo_restore.c 
  2849	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2850	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2851	sed -e 's/AmlCode/dsdt_pvh/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.hex > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.c.tmp
  2852	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2853	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2854	echo "int dsdt_pvh_len=sizeof(dsdt_pvh);" >> /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.c.tmp
  2855	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2856	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2857	mv -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.c.tmp /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.c
  2858	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2859	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2860	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/dsdt_pvh.hex
  2861	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
  2862	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2863	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_cpuid.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_cpuid.o libxl_cpuid.c 
  2864	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2865	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2866	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_bootloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_bootloader.o libxl_bootloader.c 
  2867	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2868	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2869	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_internal.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_internal.o libxl_internal.c 
  2870	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2871	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2872	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_x86.o libxl_x86.c 
  2873	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2874	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2875	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl.o libxl.c 
  2876	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2877	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2878	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF ._libxl_save_msgs_callout.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o _libxl_save_msgs_callout.o _libxl_save_msgs_callout.c 
  2879	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2880	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2881	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_vnuma.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_vnuma.o libxl_vnuma.c 
  2882	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2883	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2884	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_save_callout.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_save_callout.o libxl_save_callout.c 
  2885	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2886	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2887	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_stream_write.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_stream_write.o libxl_stream_write.c 
  2888	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2889	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2890	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_stream_read.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_stream_read.o libxl_stream_read.c 
  2891	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2892	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2893	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_numa.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_numa.o libxl_numa.c 
  2894	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2895	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2896	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_dom_suspend.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_dom_suspend.o libxl_dom_suspend.c 
  2897	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2898	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2899	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_vtpm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_vtpm.o libxl_vtpm.c 
  2900	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2901	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2902	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_dom_save.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_dom_save.o libxl_dom_save.c 
  2903	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2904	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2905	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_tmem.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_tmem.o libxl_tmem.c 
  2906	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2907	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2908	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_dom.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_dom.o libxl_dom.c 
  2909	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2910	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2911	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_fork.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_fork.o libxl_fork.c 
  2912	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2913	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2914	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_aoutils.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_aoutils.o libxl_aoutils.c 
  2915	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2916	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2917	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_cpupool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_cpupool.o libxl_cpupool.c 
  2918	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2919	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2920	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_9pfs.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_9pfs.o libxl_9pfs.c 
  2921	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2922	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2923	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .osdeps.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o osdeps.opic osdeps.c 
  2924	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2925	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2926	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_pvcalls.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_pvcalls.o libxl_pvcalls.c 
  2927	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2928	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2929	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_json.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_json.o libxl_json.c 
  2930	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2931	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2932	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_utils.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_utils.o libxl_utils.c 
  2933	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2934	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2935	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_mem.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_mem.o libxl_mem.c 
  2936	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2937	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2938	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_genid.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_genid.o libxl_genid.c 
  2939	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2940	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2941	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_nic.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_nic.o libxl_nic.c 
  2942	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2943	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2944	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_virtio.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_virtio.o libxl_virtio.c 
  2945	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2946	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2947	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_console.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_console.o libxl_console.c 
  2948	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2949	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2950	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_create.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_create.o libxl_create.c 
  2951	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2952	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2953	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_flask.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_flask.o libxl_flask.c 
  2954	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2955	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2956	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_paths.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_paths.opic libxl_paths.c 
  2957	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2958	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2959	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_vdispl.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_vdispl.o libxl_vdispl.c 
  2960	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2961	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2962	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .static_tables.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h -I. -DLIBACPI_STDUTILS=\"/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/libxl_x86_acpi.h\"  -fPIC -c -o static_tables.opic /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libacpi/static_tables.c 
  2963	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2964	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2965	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_sched.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_sched.o libxl_sched.c 
  2966	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2967	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2968	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_vkb.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_vkb.o libxl_vkb.c 
  2969	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2970	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2971	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_device.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_device.o libxl_device.c 
  2972	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2973	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2974	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_convert_callout.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_convert_callout.opic libxl_convert_callout.c 
  2975	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2976	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2977	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_qmp.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_qmp.o libxl_qmp.c 
  2978	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2979	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2980	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF ._libxl_types_internal.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o _libxl_types_internal.o _libxl_types_internal.c 
  2981	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2982	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2983	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .flexarray.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o flexarray.opic flexarray.c 
  2984	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2985	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2986	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_vsnd.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_vsnd.o libxl_vsnd.c 
  2987	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2988	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2989	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_remus.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_remus.opic libxl_remus.c 
  2990	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2991	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2992	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_checkpoint_device.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_checkpoint_device.opic libxl_checkpoint_device.c 
  2993	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2994	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2995	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_pci.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_pci.o libxl_pci.c 
  2996	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2997	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  2998	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_remus_disk_drbd.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_remus_disk_drbd.opic libxl_remus_disk_drbd.c 
  2999	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3000	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3001	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_colo_qdisk.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_colo_qdisk.opic libxl_colo_qdisk.c 
  3002	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3003	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3004	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_netbuffer.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_netbuffer.opic libxl_netbuffer.c 
  3005	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3006	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3007	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_colo_nic.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_colo_nic.opic libxl_colo_nic.c 
  3008	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3009	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3010	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_colo_save.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_colo_save.opic libxl_colo_save.c 
  3011	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3012	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3013	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_disk.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_disk.o libxl_disk.c 
  3014	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3015	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3016	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_x86_acpi.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libacpi  -fPIC -c -o libxl_x86_acpi.opic libxl_x86_acpi.c 
  3017	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3018	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3019	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_setresuid.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_setresuid.opic libxl_setresuid.c 
  3020	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3021	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3022	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_colo_proxy.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_colo_proxy.opic libxl_colo_proxy.c 
  3023	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3024	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3025	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_bootloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_bootloader.opic libxl_bootloader.c 
  3026	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3027	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3028	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_colo_restore.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_colo_restore.opic libxl_colo_restore.c 
  3029	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3030	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3031	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_linux.opic libxl_linux.c 
  3032	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3033	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3034	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_psr.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_psr.opic libxl_psr.c 
  3035	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3036	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3037	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_usb.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_usb.o libxl_usb.c 
  3038	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3039	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3040	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_uuid.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_uuid.opic libxl_uuid.c 
  3041	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3042	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3043	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_event.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_event.o libxl_event.c 
  3044	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3045	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3046	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_xshelp.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_xshelp.opic libxl_xshelp.c 
  3047	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3048	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3049	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_exec.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_exec.opic libxl_exec.c 
  3050	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3051	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3052	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_cpuid.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_cpuid.opic libxl_cpuid.c 
  3053	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3054	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3055	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_x86.opic libxl_x86.c 
  3056	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3057	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3058	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_dm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_dm.o libxl_dm.c 
  3059	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3060	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3061	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF ._libxl_save_msgs_callout.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o _libxl_save_msgs_callout.opic _libxl_save_msgs_callout.c 
  3062	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3063	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3064	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_vnuma.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_vnuma.opic libxl_vnuma.c 
  3065	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3066	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3067	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl.opic libxl.c 
  3068	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3069	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3070	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_numa.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_numa.opic libxl_numa.c 
  3071	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3072	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3073	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_stream_write.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_stream_write.opic libxl_stream_write.c 
  3074	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3075	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3076	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_save_callout.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_save_callout.opic libxl_save_callout.c 
  3077	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3078	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3079	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_stream_read.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_stream_read.opic libxl_stream_read.c 
  3080	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3081	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3082	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_internal.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_internal.opic libxl_internal.c 
  3083	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3084	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3085	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_aoutils.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_aoutils.opic libxl_aoutils.c 
  3086	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3087	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3088	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_dom_suspend.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_dom_suspend.opic libxl_dom_suspend.c 
  3089	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3090	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3091	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_vtpm.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_vtpm.opic libxl_vtpm.c 
  3092	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3093	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3094	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_dom_save.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_dom_save.opic libxl_dom_save.c 
  3095	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3096	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3097	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_domain.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o libxl_domain.o libxl_domain.c 
  3098	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3099	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3100	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_tmem.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_tmem.opic libxl_tmem.c 
  3101	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3102	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3103	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_json.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_json.opic libxl_json.c 
  3104	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3105	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3106	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_fork.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_fork.opic libxl_fork.c 
  3107	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3108	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3109	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_dom.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_dom.opic libxl_dom.c 
  3110	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3111	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3112	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_9pfs.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_9pfs.opic libxl_9pfs.c 
  3113	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3114	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3115	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_cpupool.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_cpupool.opic libxl_cpupool.c 
  3116	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3117	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3118	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_utils.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_utils.opic libxl_utils.c 
  3119	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3120	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3121	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_pvcalls.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_pvcalls.opic libxl_pvcalls.c 
  3122	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3123	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3124	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_mem.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_mem.opic libxl_mem.c 
  3125	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3126	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3127	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_genid.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_genid.opic libxl_genid.c 
  3128	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3129	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3130	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_create.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_create.opic libxl_create.c 
  3131	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3132	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3133	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_virtio.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_virtio.opic libxl_virtio.c 
  3134	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3135	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3136	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .test_timedereg.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -c -o test_timedereg.o test_timedereg.c 
  3137	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3138	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3139	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .test_common.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -c -o test_common.o test_common.c 
  3140	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3141	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3142	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_nic.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_nic.opic libxl_nic.c 
  3143	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3144	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3145	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .dsdt_pvh.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h -I. -DLIBACPI_STDUTILS=\"/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/libxl_x86_acpi.h\"  -c -o dsdt_pvh.o dsdt_pvh.c 
  3146	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3147	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3148	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_vdispl.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_vdispl.opic libxl_vdispl.c 
  3149	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3150	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3151	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_flask.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_flask.opic libxl_flask.c 
  3152	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3153	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3154	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_console.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_console.opic libxl_console.c 
  3155	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3156	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3157	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_save_helper.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -c -o libxl_save_helper.o libxl_save_helper.c 
  3158	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3159	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3160	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .dsdt_pvh.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h -I. -DLIBACPI_STDUTILS=\"/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/libxl_x86_acpi.h\"  -fPIC -c -o dsdt_pvh.opic dsdt_pvh.c 
  3161	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3162	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3163	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF ._libxl_save_msgs_helper.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -c -o _libxl_save_msgs_helper.o _libxl_save_msgs_helper.c 
  3164	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3165	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3166	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_vkb.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_vkb.opic libxl_vkb.c 
  3167	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3168	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3169	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .test_fdderegrace.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -c -o test_fdderegrace.o test_fdderegrace.c 
  3170	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3171	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3172	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_qmp.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_qmp.opic libxl_qmp.c 
  3173	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3174	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3175	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_sched.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_sched.opic libxl_sched.c 
  3176	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3177	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3178	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_device.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_device.opic libxl_device.c 
  3179	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3180	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3181	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_test_fdevent.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_test_fdevent.opic libxl_test_fdevent.c 
  3182	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3183	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3184	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_test_timedereg.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_test_timedereg.opic libxl_test_timedereg.c 
  3185	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3186	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3187	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_vsnd.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_vsnd.opic libxl_vsnd.c 
  3188	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3189	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3190	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF ._libxl_types_internal.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o _libxl_types_internal.opic _libxl_types_internal.c 
  3191	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3192	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3193	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_pci.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_pci.opic libxl_pci.c 
  3194	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3195	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3196	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .build.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h -I. -DLIBACPI_STDUTILS=\"/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/libxl_x86_acpi.h\"  -c -o build.o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libacpi/build.c 
  3197	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3198	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3199	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_disk.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_disk.opic libxl_disk.c 
  3200	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3201	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3202	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_usb.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_usb.opic libxl_usb.c 
  3203	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3204	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3205	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_event.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_event.opic libxl_event.c 
  3206	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3207	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3208	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .build.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h -I. -DLIBACPI_STDUTILS=\"/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/libxl_x86_acpi.h\"  -fPIC -c -o build.opic /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libacpi/build.c 
  3209	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3210	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3211	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_dm.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_dm.opic libxl_dm.c 
  3212	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3213	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3214	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxl_domain.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o libxl_domain.opic libxl_domain.c 
  3215	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3216	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3217	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .testidl.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -c -o testidl.o testidl.c 
  3218	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3219	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3220	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF ._libxl_types.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -c -o _libxl_types.o _libxl_types.c 
  3221	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3222	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3223	x86_64-pc-linux-gnu-ar rc libxenlight.a osdeps.o libxl_paths.o libxl_bootloader.o flexarray.o libxl_netbuffer.o libxl_convert_callout.o libxl_remus.o libxl_checkpoint_device.o libxl_remus_disk_drbd.o libxl_colo_restore.o libxl_colo_save.o libxl_colo_qdisk.o libxl_colo_proxy.o libxl_colo_nic.o dsdt_pvh.o build.o static_tables.o libxl_cpuid.o libxl_x86.o libxl_psr.o libxl_x86_acpi.o libxl_linux.o libxl_setresuid.o libxl.o libxl_create.o libxl_dm.o libxl_pci.o libxl_dom.o libxl_exec.o libxl_xshelp.o libxl_device.o libxl_internal.o libxl_utils.o libxl_uuid.o libxl_json.o libxl_aoutils.o libxl_numa.o libxl_vnuma.o libxl_stream_read.o libxl_stream_write.o libxl_save_callout.o _libxl_save_msgs_callout.o libxl_qmp.o libxl_event.o libxl_fork.o libxl_dom_suspend.o libxl_dom_save.o libxl_usb.o libxl_vtpm.o libxl_nic.o libxl_disk.o libxl_console.o libxl_cpupool.o libxl_mem.o libxl_sched.o libxl_tmem.o libxl_9pfs.o libxl_domain.o libxl_vdispl.o libxl_pvcalls.o libxl_vsnd.o libxl_vkb.o libxl_virtio.o libxl_genid.o _libxl_types.o libxl_flask.o _libxl_types_internal.o
  3224	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3225	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3226	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-light.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF ._libxl_types.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCONFIG_PCI_SUPP_LEGACY_IRQ  -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -D__XEN_TOOLS__  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/include -I/usr/include/libnl3  -Wshadow -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/config.h  -fPIC -c -o _libxl_types.opic _libxl_types.c 
  3227	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3228	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3229	x86_64-pc-linux-gnu-gcc     -pthread -pthread -Wl,-soname -Wl,libxenlight.so.4.18 -Wl,--version-script=libxenlight.map.tmp -shared -o libxenlight.so.4.18.0 osdeps.opic libxl_paths.opic libxl_bootloader.opic flexarray.opic libxl_netbuffer.opic libxl_convert_callout.opic libxl_remus.opic libxl_checkpoint_device.opic libxl_remus_disk_drbd.opic libxl_colo_restore.opic libxl_colo_save.opic libxl_colo_qdisk.opic libxl_colo_proxy.opic libxl_colo_nic.opic dsdt_pvh.opic build.opic static_tables.opic libxl_cpuid.opic libxl_x86.opic libxl_psr.opic libxl_x86_acpi.opic libxl_linux.opic libxl_setresuid.opic libxl.opic libxl_create.opic libxl_dm.opic libxl_pci.opic libxl_dom.opic libxl_exec.opic libxl_xshelp.opic libxl_device.opic libxl_internal.opic libxl_utils.opic libxl_uuid.opic libxl_json.opic libxl_aoutils.opic libxl_numa.opic libxl_vnuma.opic libxl_stream_read.opic libxl_stream_write.opic libxl_save_callout.opic _libxl_save_msgs_callout.opic libxl_qmp.opic libxl_event.opic libxl_fork.opic libxl_dom_suspend.opic libxl_dom_save.opic libxl_usb.opic libxl_vtpm.opic libxl_nic.opic libxl_disk.opic libxl_console.opic libxl_cpupool.opic libxl_mem.opic libxl_sched.opic libxl_tmem.opic libxl_9pfs.opic libxl_domain.opic libxl_vdispl.opic libxl_pvcalls.opic libxl_vsnd.opic libxl_vkb.opic libxl_virtio.opic libxl_genid.opic _libxl_types.opic libxl_flask.opic _libxl_types_internal.opic         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toollog/libxentoollog.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/evtchn/libxenevtchn.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toolcore/libxentoolcore.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/ctrl/libxenctrl.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/store/libxenstore.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/hypfs/libxenhypfs.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/guest/libxenguest.so     -ldl   -lutil -lnl-route-3 -lnl-3  -luuid -lrt  -lyajl 
  3230	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3231	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3232	ln -sf libxenlight.so.4.18.0 libxenlight.so.4.18
  3233	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3234	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3235	x86_64-pc-linux-gnu-gcc     -pthread -Wl,-soname -Wl,libxenlight.so.4.18 -shared -o libxenlight_test.so osdeps.opic libxl_paths.opic libxl_bootloader.opic flexarray.opic libxl_netbuffer.opic libxl_convert_callout.opic libxl_remus.opic libxl_checkpoint_device.opic libxl_remus_disk_drbd.opic libxl_colo_restore.opic libxl_colo_save.opic libxl_colo_qdisk.opic libxl_colo_proxy.opic libxl_colo_nic.opic dsdt_pvh.opic build.opic static_tables.opic libxl_cpuid.opic libxl_x86.opic libxl_psr.opic libxl_x86_acpi.opic libxl_linux.opic libxl_setresuid.opic libxl.opic libxl_create.opic libxl_dm.opic libxl_pci.opic libxl_dom.opic libxl_exec.opic libxl_xshelp.opic libxl_device.opic libxl_internal.opic libxl_utils.opic libxl_uuid.opic libxl_json.opic libxl_aoutils.opic libxl_numa.opic libxl_vnuma.opic libxl_stream_read.opic libxl_stream_write.opic libxl_save_callout.opic _libxl_save_msgs_callout.opic libxl_qmp.opic libxl_event.opic libxl_fork.opic libxl_dom_suspend.opic libxl_dom_save.opic libxl_usb.opic libxl_vtpm.opic libxl_nic.opic libxl_disk.opic libxl_console.opic libxl_cpupool.opic libxl_mem.opic libxl_sched.opic libxl_tmem.opic libxl_9pfs.opic libxl_domain.opic libxl_vdispl.opic libxl_pvcalls.opic libxl_vsnd.opic libxl_vkb.opic libxl_virtio.opic libxl_genid.opic _libxl_types.opic libxl_flask.opic _libxl_types_internal.opic libxl_test_timedereg.opic libxl_test_fdevent.opic         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toollog/libxentoollog.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/evtchn/libxenevtchn.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toolcore/libxentoolcore.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/ctrl/libxenctrl.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/store/libxenstore.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/hypfs/libxenhypfs.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/guest/libxenguest.so     -ldl   -lutil -lnl-route-3 -lnl-3  -luuid -lrt  -lyajl 
  3236	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3237	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3238	ln -sf libxenlight.so.4.18 libxenlight.so
  3239	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3240	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3241	x86_64-pc-linux-gnu-gcc     -pthread -o test_fdderegrace test_fdderegrace.o test_common.o libxenlight_test.so -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/guest -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/hypfs -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/store -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toollog               /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toollog/libxentoollog.so                /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toolcore/libxentoolcore.so  -lyajl 
  3242	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3243	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3244	x86_64-pc-linux-gnu-gcc     -pthread -o libxl-save-helper libxl_save_helper.o _libxl_save_msgs_helper.o               /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toollog/libxentoollog.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/ctrl/libxenctrl.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/guest/libxenguest.so                /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toolcore/libxentoolcore.so  
  3245	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3246	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3247	x86_64-pc-linux-gnu-gcc     -pthread -o test_timedereg test_timedereg.o test_common.o libxenlight_test.so -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/guest -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/hypfs -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/store -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toollog               /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toollog/libxentoollog.so                /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toolcore/libxentoolcore.so  -lyajl 
  3248	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3249	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3250	x86_64-pc-linux-gnu-gcc     -pthread -o testidl testidl.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/guest -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/hypfs -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/store -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/light/libxenlight.so                /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toollog/libxentoollog.so                /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light/../../../tools/libs/toolcore/libxentoolcore.so  
  3251	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/light'
  3252	rm _libxl_types_json.h
  3253	make -C util all
  3254	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3255	echo 'libxlutil_4.18.0 { global: *; };' >./.libxlutil.map.tmp
  3256	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3257	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3258	{ \
  3259	echo "prefix=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../.."; \
  3260	echo "includedir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include"; \
  3261	echo "libdir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util"; \
  3262	echo ""; \
  3263	echo "Name: Xlutil"; \
  3264	echo "Description: The xl utility library for Xen hypervisor"; \
  3265	echo "Version: 4.18.0"; \
  3266	echo "Cflags: -I\${includedir}"; \
  3267	echo "Libs: -L\${libdir}     -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/guest -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/hypfs -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/light -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/store -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/toollog -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/util -lxlutil"; \
  3268	echo "Libs.private: "; \
  3269	echo "Requires.private: xenlight"; \
  3270	} > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/pkg-config/xlutil.pc
  3271	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3272	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3273	{ \
  3274	echo "prefix=/usr"; \
  3275	echo "includedir=/usr/include"; \
  3276	echo "libdir=/usr/lib64"; \
  3277	echo ""; \
  3278	echo "Name: Xlutil"; \
  3279	echo "Description: The xl utility library for Xen hypervisor"; \
  3280	echo "Version: 4.18.0"; \
  3281	echo "Cflags: -I\${includedir}"; \
  3282	echo "Libs: -L\${libdir} -lxlutil"; \
  3283	echo "Libs.private: "; \
  3284	echo "Requires.private: xenlight"; \
  3285	} > xlutil.pc
  3286	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3287	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3288	if ! cmp -s ./.libxlutil.map.tmp libxlutil.map.tmp; then mv -f ./.libxlutil.map.tmp libxlutil.map.tmp; else rm -f ./.libxlutil.map.tmp; fi
  3289	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3290	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3291	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-util.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxlu_vif.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__ -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__  -c -o libxlu_vif.o libxlu_vif.c 
  3292	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3293	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3294	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-util.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxlu_vif.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__ -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o libxlu_vif.opic libxlu_vif.c 
  3295	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3296	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3297	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-util.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxlu_disk.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__ -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__  -c -o libxlu_disk.o libxlu_disk.c 
  3298	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3299	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3300	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-util.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxlu_disk.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__ -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o libxlu_disk.opic libxlu_disk.c 
  3301	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3302	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3303	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-util.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxlu_pci.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__ -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__  -c -o libxlu_pci.o libxlu_pci.c 
  3304	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3305	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3306	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-util.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxlu_pci.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__ -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o libxlu_pci.opic libxlu_pci.c 
  3307	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3308	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3309	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-util.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxlu_cfg_y.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__ -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o libxlu_cfg_y.opic libxlu_cfg_y.c 
  3310	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3311	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3312	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-util.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxlu_cfg.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__ -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__  -c -o libxlu_cfg.o libxlu_cfg.c 
  3313	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3314	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3315	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-util.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxlu_cfg_y.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__ -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__  -c -o libxlu_cfg_y.o libxlu_cfg_y.c 
  3316	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3317	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3318	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-util.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxlu_cfg.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__ -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o libxlu_cfg.opic libxlu_cfg.c 
  3319	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3320	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3321	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-util.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxlu_cfg_l.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__ -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o libxlu_cfg_l.opic libxlu_cfg_l.c 
  3322	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3323	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3324	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-util.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxlu_cfg_l.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__ -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__  -c -o libxlu_cfg_l.o libxlu_cfg_l.c 
  3325	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3326	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3327	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-util.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxlu_disk_l.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__ -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__  -c -o libxlu_disk_l.o libxlu_disk_l.c 
  3328	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3329	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3330	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-util.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libxlu_disk_l.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-format-zero-length -Wmissing-declarations -Wno-declaration-after-statement -Wformat-nonliteral -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__ -pthread -Wmissing-prototypes -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/include -D__XEN_TOOLS__  -fPIC -c -o libxlu_disk_l.opic libxlu_disk_l.c 
  3331	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3332	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3333	x86_64-pc-linux-gnu-ar rc libxlutil.a libxlu_cfg_y.o libxlu_cfg_l.o libxlu_cfg.o libxlu_disk_l.o libxlu_disk.o libxlu_vif.o libxlu_pci.o
  3334	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3335	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3336	x86_64-pc-linux-gnu-gcc     -pthread -pthread -Wl,-soname -Wl,libxlutil.so.4.18 -Wl,--version-script=libxlutil.map.tmp -shared -o libxlutil.so.4.18.0 libxlu_cfg_y.opic libxlu_cfg_l.opic libxlu_cfg.opic libxlu_disk_l.opic libxlu_disk.opic libxlu_vif.opic libxlu_pci.opic         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/guest -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/hypfs -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/store -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util/../../../tools/libs/light/libxenlight.so  
  3337	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3338	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3339	ln -sf libxlutil.so.4.18.0 libxlutil.so.4.18
  3340	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3341	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3342	ln -sf libxlutil.so.4.18 libxlutil.so
  3343	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/util'
  3344	make -C flask all
  3345	make -C utils all
  3346	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3347	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-flask.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-utils.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .setenforce.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o setenforce.o setenforce.c 
  3348	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3349	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3350	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-flask.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-utils.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .getenforce.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o getenforce.o getenforce.c 
  3351	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3352	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3353	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-flask.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-utils.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .set-bool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o set-bool.o set-bool.c 
  3354	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3355	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3356	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-flask.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-utils.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .get-bool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o get-bool.o get-bool.c 
  3357	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3358	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3359	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-flask.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-utils.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .loadpolicy.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o loadpolicy.o loadpolicy.c 
  3360	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3361	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3362	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-flask.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-utils.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .label-pci.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o label-pci.o label-pci.c 
  3363	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3364	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3365	x86_64-pc-linux-gnu-gcc     setenforce.o          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/ctrl/libxenctrl.so  -o flask-setenforce
  3366	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3367	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3368	x86_64-pc-linux-gnu-gcc     get-bool.o          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/ctrl/libxenctrl.so  -o flask-get-bool
  3369	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3370	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3371	x86_64-pc-linux-gnu-gcc     getenforce.o          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/ctrl/libxenctrl.so  -o flask-getenforce
  3372	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3373	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3374	x86_64-pc-linux-gnu-gcc     loadpolicy.o          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/ctrl/libxenctrl.so  -o flask-loadpolicy
  3375	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3376	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3377	x86_64-pc-linux-gnu-gcc     set-bool.o          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/ctrl/libxenctrl.so  -o flask-set-bool
  3378	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3379	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3380	x86_64-pc-linux-gnu-gcc     label-pci.o          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils/../../../tools/libs/ctrl/libxenctrl.so  -o flask-label-pci
  3381	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/flask/utils'
  3382	make -C fuzz all
  3383	make -C libelf all
  3384	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3385	ln -nsf ../../../xen/common/libelf/libelf-tools.c libelf-tools.c
  3386	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3387	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3388	ln -nsf ../../../xen/common/libelf/libelf-loader.c libelf-loader.c
  3389	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3390	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3391	ln -nsf ../../../xen/common/libelf/libelf-dominfo.c libelf-dominfo.c
  3392	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3393	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3394	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libelf.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libelf-fuzzer.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -iquote ../../../xen/common/libelf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf/../../../tools/include  -c -o libelf-fuzzer.o libelf-fuzzer.c 
  3395	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3396	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3397	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libelf.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libelf-loader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -iquote ../../../xen/common/libelf -Wno-pointer-sign -DFUZZ_NO_LIBXC -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf/../../../tools/include  -c -o libelf-loader.o libelf-loader.c 
  3398	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3399	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3400	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libelf.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libelf-dominfo.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -iquote ../../../xen/common/libelf -Wno-pointer-sign -DFUZZ_NO_LIBXC -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf/../../../tools/include  -c -o libelf-dominfo.o libelf-dominfo.c 
  3401	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3402	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3403	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libelf.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .libelf-tools.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -iquote ../../../xen/common/libelf -Wno-pointer-sign -DFUZZ_NO_LIBXC -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf/../../../tools/include  -c -o libelf-tools.o libelf-tools.c 
  3404	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3405	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3406	x86_64-pc-linux-gnu-ar rc libelf.a libelf-fuzzer.o libelf-tools.o libelf-loader.o libelf-dominfo.o
  3407	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/libelf'
  3408	make -C x86_instruction_emulator all
  3409	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3410	mkdir -p x86_emulate
  3411	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3412	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3413	ln -nsf /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../tools/tests/x86_emulator/x86-emulate.c x86-emulate.c
  3414	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3415	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3416	ln -nsf /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../xen/lib/x86/cpuid.c cpuid.c
  3417	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3418	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3419	ln -nsf /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../tools/tests/x86_emulator/wrappers.c wrappers.c
  3420	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3421	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3422	ln -sf /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../xen/arch/x86/x86_emulate/*.[ch] x86_emulate/
  3423	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3424	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3425	ln -nsf /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../tools/tests/x86_emulator/x86-emulate.h x86-emulate.h
  3426	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3427	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3428	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-x86_instruction_emulator.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .afl-harness.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -iquote .  -c -o afl-harness.o afl-harness.c 
  3429	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3430	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3431	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-x86_instruction_emulator.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .wrappers.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -iquote .  -c -o wrappers.o wrappers.c 
  3432	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3433	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3434	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-x86_instruction_emulator.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .x86_emulate@0fc7.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -iquote .  -c -o x86_emulate/0fc7.o x86_emulate/0fc7.c 
  3435	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3436	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3437	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-x86_instruction_emulator.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .x86_emulate@0fae.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -iquote .  -c -o x86_emulate/0fae.o x86_emulate/0fae.c 
  3438	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3439	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3440	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-x86_instruction_emulator.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .cpuid.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -iquote . -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../xen/lib/x86  -c -o cpuid.o cpuid.c 
  3441	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3442	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3443	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-x86_instruction_emulator.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .x86_emulate@0f01.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -iquote .  -c -o x86_emulate/0f01.o x86_emulate/0f01.c 
  3444	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3445	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3446	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-x86_instruction_emulator.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .x86_emulate@fpu.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -iquote .  -c -o x86_emulate/fpu.o x86_emulate/fpu.c 
  3447	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3448	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3449	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-x86_instruction_emulator.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .fuzz-emul.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -iquote .  -c -o fuzz-emul.o fuzz-emul.c 
  3450	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3451	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3452	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-x86_instruction_emulator.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .x86_emulate@decode.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -iquote .  -c -o x86_emulate/decode.o x86_emulate/decode.c 
  3453	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3454	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3455	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-x86_instruction_emulator.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .x86-emulate.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -iquote .  -c -o x86-emulate.o x86-emulate.c 
  3456	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3457	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3458	x86_64-pc-linux-gnu-ar rc x86-insn-fuzzer.a fuzz-emul.o x86-emulate.o x86_emulate/0f01.o x86_emulate/0fae.o x86_emulate/0fc7.o x86_emulate/decode.o x86_emulate/fpu.o cpuid.o
  3459	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3460	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3461	x86_64-pc-linux-gnu-gcc  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fuzz.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-x86_instruction_emulator.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .afl-harness.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator/../../../tools/include -D__XEN_TOOLS__ -iquote . -Wl,--wrap=fwrite -Wl,--wrap=memcmp -Wl,--wrap=memcpy -Wl,--wrap=memset -Wl,--wrap=printf -Wl,--wrap=putchar -Wl,--wrap=puts -Wl,--wrap=snprintf -Wl,--wrap=strstr -Wl,--wrap=vprintf -Wl,--wrap=vsnprintf afl-harness.o fuzz-emul.o x86-emulate.o x86_emulate/0f01.o x86_emulate/0fae.o x86_emulate/0fc7.o x86_emulate/decode.o x86_emulate/fpu.o cpuid.o wrappers.o -o afl-harness
  3462	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/fuzz/x86_instruction_emulator'
  3463	rm x86-emulate.c cpuid.c wrappers.c
  3464	make -C xs-clients all
  3465	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3466	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xs-clients.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenstore_control.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/include  -c -o xenstore_control.o xenstore_control.c 
  3467	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3468	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3469	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xs-clients.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenstore_client.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/include  -c -o xenstore_client.o xenstore_client.c 
  3470	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3471	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3472	x86_64-pc-linux-gnu-gcc     xenstore_control.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/toolcore      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/store/libxenstore.so -ldl         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/ctrl/libxenctrl.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/guest/libxenguest.so                /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/toolcore/libxentoolcore.so   -o xenstore-control 
  3473	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3474	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3475	x86_64-pc-linux-gnu-gcc     xenstore_client.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/toolcore      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/store/libxenstore.so -ldl               /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients/../../tools/libs/toolcore/libxentoolcore.so   -o xenstore 
  3476	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3477	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3478	ln -f xenstore xenstore-exists
  3479	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3480	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3481	ln -f xenstore xenstore-list
  3482	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3483	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3484	ln -f xenstore xenstore-read
  3485	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3486	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3487	ln -f xenstore xenstore-rm
  3488	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3489	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3490	ln -f xenstore xenstore-chmod
  3491	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3492	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3493	ln -f xenstore xenstore-write
  3494	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3495	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3496	ln -f xenstore xenstore-ls
  3497	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3498	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3499	ln -f xenstore xenstore-watch
  3500	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xs-clients'
  3501	make -C xenstored all
  3502	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3503	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xenstored.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .utils.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include  -c -o utils.o utils.c 
  3504	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3505	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3506	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xenstored.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .lu_daemon.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include  -c -o lu_daemon.o lu_daemon.c 
  3507	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3508	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3509	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xenstored.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .hashtable.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include  -c -o hashtable.o hashtable.c 
  3510	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3511	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3512	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xenstored.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .posix.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include  -c -o posix.o posix.c 
  3513	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3514	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3515	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xenstored.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .control.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include  -c -o control.o control.c 
  3516	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3517	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3518	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xenstored.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .watch.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include  -c -o watch.o watch.c 
  3519	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3520	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3521	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xenstored.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .transaction.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include  -c -o transaction.o transaction.c 
  3522	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3523	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3524	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xenstored.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .lu.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include  -c -o lu.o lu.c 
  3525	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3526	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3527	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xenstored.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .talloc.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include  -c -o talloc.o talloc.c 
  3528	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3529	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3530	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xenstored.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .domain.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include  -c -o domain.o domain.c 
  3531	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3532	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3533	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xenstored.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/include  -c -o core.o core.c 
  3534	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3535	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3536	x86_64-pc-linux-gnu-gcc     core.o watch.o domain.o transaction.o control.o lu.o talloc.o utils.o hashtable.o posix.o lu_daemon.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/libs/evtchn/libxenevtchn.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/libs/gnttab/libxengnttab.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored/../../tools/libs/ctrl/libxenctrl.so  -lrt  -o xenstored 
  3537	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenstored'
  3538	make -C misc all
  3539	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3540	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenhypfs.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xenhypfs.o xenhypfs.c 
  3541	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3542	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3543	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenlockprof.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xenlockprof.o xenlockprof.c 
  3544	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3545	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3546	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xen-hvmcrash.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xen-hvmcrash.o xen-hvmcrash.c 
  3547	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3548	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3549	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xen-detect.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xen-detect.o xen-detect.c 
  3550	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3551	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3552	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xen-diag.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xen-diag.o xen-diag.c 
  3553	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3554	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3555	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xen-ucode.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xen-ucode.o xen-ucode.c 
  3556	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3557	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3558	x86_64-pc-linux-gnu-gcc     -o xenhypfs xenhypfs.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/hypfs/libxenhypfs.so  
  3559	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3560	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3561	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xen-memshare.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xen-memshare.o xen-memshare.c 
  3562	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3563	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3564	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xen-vmtrace.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xen-vmtrace.o xen-vmtrace.c 
  3565	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3566	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3567	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xencov.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xencov.o xencov.c 
  3568	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3569	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3570	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenwatchdogd.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xenwatchdogd.o xenwatchdogd.c 
  3571	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3572	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3573	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xen-lowmemd.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xen-lowmemd.o xen-lowmemd.c 
  3574	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3575	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3576	x86_64-pc-linux-gnu-gcc     -o xenlockprof xenlockprof.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so  
  3577	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3578	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3579	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenperf.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xenperf.o xenperf.c 
  3580	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3581	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3582	x86_64-pc-linux-gnu-gcc     -o xen-hvmcrash xen-hvmcrash.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so  
  3583	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3584	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3585	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xen-hptool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xen-hptool.o xen-hptool.c 
  3586	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3587	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3588	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xen-mceinj.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xen-mceinj.o xen-mceinj.c 
  3589	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3590	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3591	x86_64-pc-linux-gnu-gcc     -o xen-detect xen-detect.o 
  3592	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3593	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3594	x86_64-pc-linux-gnu-gcc     -o xen-ucode xen-ucode.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so  
  3595	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3596	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3597	x86_64-pc-linux-gnu-gcc     -o xen-memshare xen-memshare.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so  
  3598	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3599	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3600	x86_64-pc-linux-gnu-gcc     -o xen-diag xen-diag.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so  
  3601	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3602	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3603	x86_64-pc-linux-gnu-gcc     -o xen-vmtrace xen-vmtrace.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory/libxenforeignmemory.so  
  3604	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3605	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3606	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xen-mfndump.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xen-mfndump.o xen-mfndump.c 
  3607	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3608	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3609	x86_64-pc-linux-gnu-gcc     -o xenwatchdogd xenwatchdogd.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so  
  3610	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3611	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3612	x86_64-pc-linux-gnu-gcc     -o xencov xencov.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so  
  3613	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3614	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3615	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xen-cpuid.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xen-cpuid.o xen-cpuid.c 
  3616	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3617	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3618	x86_64-pc-linux-gnu-gcc     -o xen-lowmemd xen-lowmemd.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn/libxenevtchn.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/store/libxenstore.so -ldl 
  3619	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3620	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3621	x86_64-pc-linux-gnu-gcc     -o xenperf xenperf.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so  
  3622	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3623	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3624	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xen-livepatch.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xen-livepatch.o xen-livepatch.c 
  3625	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3626	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3627	x86_64-pc-linux-gnu-gcc     -o xen-hptool xen-hptool.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn/libxenevtchn.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/guest/libxenguest.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/store/libxenstore.so -ldl 
  3628	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3629	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3630	x86_64-pc-linux-gnu-gcc     -o xen-mceinj xen-mceinj.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/guest/libxenguest.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/store/libxenstore.so -ldl 
  3631	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3632	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3633	x86_64-pc-linux-gnu-gcc     -o xen-mfndump xen-mfndump.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn/libxenevtchn.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/guest/libxenguest.so  
  3634	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3635	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3636	x86_64-pc-linux-gnu-gcc     -o xen-cpuid xen-cpuid.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/guest/libxenguest.so  
  3637	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3638	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3639	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xen-access.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xen-access.o xen-access.c 
  3640	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3641	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3642	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xen-hvmctx.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xen-hvmctx.o xen-hvmctx.c 
  3643	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3644	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3645	x86_64-pc-linux-gnu-gcc     -o xen-livepatch xen-livepatch.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so  
  3646	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3647	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3648	x86_64-pc-linux-gnu-gcc     -o xen-hvmctx xen-hvmctx.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so  
  3649	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3650	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3651	x86_64-pc-linux-gnu-gcc     -o xen-access xen-access.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/guest/libxenguest.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn/libxenevtchn.so  
  3652	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3653	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3654	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-misc.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenpm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/config.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/include  -c -o xenpm.o xenpm.c 
  3655	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3656	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3657	x86_64-pc-linux-gnu-gcc     -o xenpm xenpm.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc/../../tools/libs/ctrl/libxenctrl.so  
  3658	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/misc'
  3659	make -C examples all
  3660	make[3]: Nothing to be done for 'all'.
  3661	make -C hotplug all
  3662	make -C common all
  3663	make[5]: Nothing to be done for 'all'.
  3664	make -C Linux all
  3665	make -C xentrace all
  3666	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3667	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xentrace.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .mread.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o mread.o mread.c 
  3668	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3669	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3670	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xentrace.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .setsize.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o setsize.o setsize.c 
  3671	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3672	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3673	x86_64-pc-linux-gnu-gcc     -o xentrace_setsize setsize.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/evtchn/libxenevtchn.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/ctrl/libxenctrl.so   
  3674	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3675	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3676	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xentrace.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xentrace.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o xentrace.o xentrace.c 
  3677	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3678	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3679	x86_64-pc-linux-gnu-gcc     -o xentrace xentrace.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/evtchn/libxenevtchn.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/ctrl/libxenctrl.so   
  3680	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3681	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3682	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xentrace.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenctx.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o xenctx.o xenctx.c 
  3683	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3684	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3685	x86_64-pc-linux-gnu-gcc     -o xenctx xenctx.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/evtchn/libxenevtchn.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/libs/ctrl/libxenctrl.so   
  3686	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3687	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3688	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xentrace.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenalyze.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o xenalyze.o xenalyze.c 
  3689	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3690	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3691	x86_64-pc-linux-gnu-gcc     -o xenalyze xenalyze.o mread.o  
  3692	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentrace'
  3693	make -C xcutils all
  3694	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils'
  3695	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xcutils.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .lsevtchn.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/include -D__XEN_TOOLS__ -c -o lsevtchn.o lsevtchn.c 
  3696	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils'
  3697	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils'
  3698	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xcutils.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .readnotes.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/include -c -o readnotes.o readnotes.c 
  3699	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils'
  3700	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils'
  3701	x86_64-pc-linux-gnu-gcc     lsevtchn.o -o lsevtchn         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/ctrl/libxenctrl.so  
  3702	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils'
  3703	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils'
  3704	x86_64-pc-linux-gnu-gcc     readnotes.o -o readnotes         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/ctrl/libxenctrl.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils/../../tools/libs/guest/libxenguest.so  
  3705	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xcutils'
  3706	make -C firmware all
  3707	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware'
  3708	GIT=git /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/../../scripts/git-checkout.sh https://xenbits.xen.org/git-http/ovmf.git ba91d0292e593df8528b66f99c1b0b14fadc8e16 ovmf-dir
  3709	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware'
  3710	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware'
  3711	cp ovmf-makefile ovmf-dir/Makefile;
  3712	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware'
  3713	make CC=x86_64-pc-linux-gnu-gcc PYTHON=python3.11 subdirs-all
  3714	make -C ovmf-dir all
  3715	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote'
  3716	make[6]: warning: -j1 forced in makefile: resetting jobserver mode.
  3717	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote'
  3718	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote'
  3719	if test -e .git ; then git submodule update --init --recursive ; fi
  3720	set -ex; \
  3721	if test -e OvmfPkg/OvmfXen.dsc; then \
  3722	  OvmfPkg/build.sh -a X64 -b RELEASE -p OvmfPkg/OvmfXen.dsc; \
  3723	  cp Build/OvmfXen/RELEASE_GCC*/FV/OVMF.fd ovmf.bin; \
  3724	else \
  3725	  OvmfPkg/build.sh -a X64 -b RELEASE -n 4; \
  3726	  cp Build/OvmfX64/RELEASE_GCC*/FV/OVMF.fd ovmf.bin; \
  3727	fi
  3728	+ test -e OvmfPkg/OvmfXen.dsc
  3729	+ OvmfPkg/build.sh -a X64 -b RELEASE -p OvmfPkg/OvmfXen.dsc
  3730	Initializing workspace
  3731	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools
  3732	Using EDK2 in-source Basetools
  3733	WORKSPACE: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote
  3734	EDK_TOOLS_PATH: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools
  3735	CONF_PATH: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Conf
  3736	Copying $EDK_TOOLS_PATH/Conf/build_rule.template
  3737	     to /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Conf/build_rule.txt
  3738	Copying $EDK_TOOLS_PATH/Conf/tools_def.template
  3739	     to /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Conf/tools_def.txt
  3740	Copying $EDK_TOOLS_PATH/Conf/target.template
  3741	     to /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Conf/target.txt
  3742	Building tools no /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/bin directory
  3743	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools'
  3744	make -C Source/C
  3745	make[8]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C'
  3746	Attempting to detect HOST_ARCH from 'uname -m': x86_64
  3747	Detected HOST_ARCH of X64 using uname.
  3748	make[8]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C'
  3749	make[8]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C'
  3750	mkdir -p .
  3751	mkdir ./libs
  3752	make -C Common
  3753	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/Common'
  3754	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  BasePeCoff.c -o BasePeCoff.o
  3755	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  BinderFuncs.c -o BinderFuncs.o
  3756	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  CommonLib.c -o CommonLib.o
  3757	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  Crc32.c -o Crc32.o
  3758	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  Decompress.c -o Decompress.o
  3759	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  EfiCompress.c -o EfiCompress.o
  3760	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  EfiUtilityMsgs.c -o EfiUtilityMsgs.o
  3761	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  FirmwareVolumeBuffer.c -o FirmwareVolumeBuffer.o
  3762	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  FvLib.c -o FvLib.o
  3763	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  MemoryFile.c -o MemoryFile.o
  3764	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  MyAlloc.c -o MyAlloc.o
  3765	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  OsPath.c -o OsPath.o
  3766	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  ParseGuidedSectionTools.c -o ParseGuidedSectionTools.o
  3767	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  ParseInf.c -o ParseInf.o
  3768	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  PeCoffLoaderEx.c -o PeCoffLoaderEx.o
  3769	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  SimpleFileParsing.c -o SimpleFileParsing.o
  3770	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  StringFuncs.c -o StringFuncs.o
  3771	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  TianoCompress.c -o TianoCompress.o
  3772	x86_64-pc-linux-gnu-ar crs ../libs/libCommon.a BasePeCoff.o BinderFuncs.o CommonLib.o Crc32.o Decompress.o EfiCompress.o EfiUtilityMsgs.o FirmwareVolumeBuffer.o FvLib.o MemoryFile.o MyAlloc.o OsPath.o ParseGuidedSectionTools.o ParseInf.o PeCoffLoaderEx.o SimpleFileParsing.o StringFuncs.o TianoCompress.o
  3773	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/Common'
  3774	mkdir ./bin
  3775	make -C VfrCompile VfrLexer.h
  3776	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile'
  3777	BIN_DIR='.' make -C Pccts/dlg
  3778	make[10]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/dlg'
  3779	x86_64-pc-linux-gnu-gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_p.c
  3780	x86_64-pc-linux-gnu-gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_a.c
  3781	x86_64-pc-linux-gnu-gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c main.c
  3782	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  err.c -o err.o
  3783	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 ../support/set/set.c
  3784	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  support.c -o support.o
  3785	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  output.c -o output.o
  3786	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  relabel.c -o relabel.o
  3787	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  automata.c -o automata.o
  3788	x86_64-pc-linux-gnu-gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -o ./dlg dlg_p.o dlg_a.o main.o err.o set.o support.o output.o relabel.o automata.o
  3789	make[10]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/dlg'
  3790	BIN_DIR='.' make -C Pccts/antlr
  3791	make[10]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/antlr'
  3792	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  antlr.c -o antlr.o
  3793	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  scan.c -o scan.o
  3794	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  err.c -o err.o
  3795	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  bits.c -o bits.o
  3796	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  build.c -o build.o
  3797	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  fset2.c -o fset2.o
  3798	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  fset.c -o fset.o
  3799	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  gen.c -o gen.o
  3800	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  globals.c -o globals.o
  3801	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  hash.c -o hash.o
  3802	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  lex.c -o lex.o
  3803	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  main.c -o main.o
  3804	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  misc.c -o misc.o
  3805	x86_64-pc-linux-gnu-gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536 -c -o set.o ../support/set/set.c
  3806	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  pred.c -o pred.o
  3807	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  egman.c -o egman.o
  3808	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  mrhoist.c -o mrhoist.o
  3809	x86_64-pc-linux-gnu-gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536  fcache.c -o fcache.o
  3810	x86_64-pc-linux-gnu-gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536 -o ./antlr antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o globals.o hash.o lex.o main.o misc.o set.o pred.o egman.o mrhoist.o fcache.o
  3811	make[10]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/antlr'
  3812	Pccts/antlr/antlr -CC -e3 -ck 3 -k 2 -fl VfrParser.dlg -ft VfrTokens.h -o . VfrSyntax.g
  3813	Antlr parser generator   Version 1.33MR33   1989-2001
  3814	VfrSyntax.g, line 3529: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
  3815	VfrSyntax.g, line 3538: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
  3816	VfrSyntax.g, line 3547: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
  3817	VfrSyntax.g, line 3557: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
  3818	VfrSyntax.g, line 3587: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
  3819	VfrSyntax.g, line 3596: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
  3820	Pccts/dlg/dlg -C2 -i -CC -cl VfrLexer -o . VfrParser.dlg
  3821	dlg  Version 1.33MR33   1989-2001
  3822	
  3823	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile'
  3824	make -C BrotliCompress
  3825	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/BrotliCompress'
  3826	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  BrotliCompress.c -o BrotliCompress.o
  3827	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/common/platform.c -o brotli/c/common/platform.o
  3828	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/common/shared_dictionary.c -o brotli/c/common/shared_dictionary.o
  3829	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/common/constants.c -o brotli/c/common/constants.o
  3830	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/common/context.c -o brotli/c/common/context.o
  3831	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/command.c -o brotli/c/enc/command.o
  3832	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/compound_dictionary.c -o brotli/c/enc/compound_dictionary.o
  3833	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/fast_log.c -o brotli/c/enc/fast_log.o
  3834	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/common/dictionary.c -o brotli/c/common/dictionary.o
  3835	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/common/transform.c -o brotli/c/common/transform.o
  3836	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/dec/bit_reader.c -o brotli/c/dec/bit_reader.o
  3837	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/dec/decode.c -o brotli/c/dec/decode.o
  3838	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/dec/huffman.c -o brotli/c/dec/huffman.o
  3839	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/dec/state.c -o brotli/c/dec/state.o
  3840	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/backward_references.c -o brotli/c/enc/backward_references.o
  3841	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/backward_references_hq.c -o brotli/c/enc/backward_references_hq.o
  3842	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/bit_cost.c -o brotli/c/enc/bit_cost.o
  3843	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/block_splitter.c -o brotli/c/enc/block_splitter.o
  3844	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/brotli_bit_stream.c -o brotli/c/enc/brotli_bit_stream.o
  3845	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/cluster.c -o brotli/c/enc/cluster.o
  3846	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/compress_fragment.c -o brotli/c/enc/compress_fragment.o
  3847	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/compress_fragment_two_pass.c -o brotli/c/enc/compress_fragment_two_pass.o
  3848	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/dictionary_hash.c -o brotli/c/enc/dictionary_hash.o
  3849	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/encode.c -o brotli/c/enc/encode.o
  3850	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/encoder_dict.c -o brotli/c/enc/encoder_dict.o
  3851	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/entropy_encode.c -o brotli/c/enc/entropy_encode.o
  3852	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/histogram.c -o brotli/c/enc/histogram.o
  3853	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/literal_cost.c -o brotli/c/enc/literal_cost.o
  3854	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/memory.c -o brotli/c/enc/memory.o
  3855	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/metablock.c -o brotli/c/enc/metablock.o
  3856	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/static_dict.c -o brotli/c/enc/static_dict.o
  3857	x86_64-pc-linux-gnu-gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/utf8_util.c -o brotli/c/enc/utf8_util.o
  3858	x86_64-pc-linux-gnu-gcc -o ../bin/BrotliCompress  BrotliCompress.o brotli/c/common/platform.o brotli/c/common/shared_dictionary.o brotli/c/common/constants.o brotli/c/common/context.o brotli/c/enc/command.o brotli/c/enc/compound_dictionary.o brotli/c/enc/fast_log.o brotli/c/common/dictionary.o brotli/c/common/transform.o brotli/c/dec/bit_reader.o brotli/c/dec/decode.o brotli/c/dec/huffman.o brotli/c/dec/state.o brotli/c/enc/backward_references.o brotli/c/enc/backward_references_hq.o brotli/c/enc/bit_cost.o brotli/c/enc/block_splitter.o brotli/c/enc/brotli_bit_stream.o brotli/c/enc/cluster.o brotli/c/enc/compress_fragment.o brotli/c/enc/compress_fragment_two_pass.o brotli/c/enc/dictionary_hash.o brotli/c/enc/encode.o brotli/c/enc/encoder_dict.o brotli/c/enc/entropy_encode.o brotli/c/enc/histogram.o brotli/c/enc/literal_cost.o brotli/c/enc/memory.o brotli/c/enc/metablock.o brotli/c/enc/static_dict.o brotli/c/enc/utf8_util.o -L../libs -lm
  3859	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/BrotliCompress'
  3860	make -C VfrCompile
  3861	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile'
  3862	x86_64-pc-linux-gnu-g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -O2  Pccts/h/AParser.cpp -o AParser.o
  3863	Pccts/h/AParser.cpp: In member function ‘int ANTLRParser::set_deg(SetWordType*)’:
  3864	Pccts/h/AParser.cpp:475:31: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  3865	  475 |         register SetWordType *p = a;
  3866	      |                               ^
  3867	Pccts/h/AParser.cpp:476:31: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  3868	  476 |         register SetWordType *endp = &(a[bsetsize]);
  3869	      |                               ^~~~
  3870	Pccts/h/AParser.cpp:477:22: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  3871	  477 |         register int degree = 0;
  3872	      |                      ^~~~~~
  3873	Pccts/h/AParser.cpp:482:38: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  3874	  482 |                 register SetWordType t = *p;
  3875	      |                                      ^
  3876	Pccts/h/AParser.cpp:483:39: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  3877	  483 |                 register SetWordType *b = &(bitmask[0]);
  3878	      |                                       ^
  3879	Pccts/h/AParser.cpp: In member function ‘virtual void ANTLRParser::edecode(SetWordType*)’:
  3880	Pccts/h/AParser.cpp:496:31: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  3881	  496 |         register SetWordType *p = a;
  3882	      |                               ^
  3883	Pccts/h/AParser.cpp:497:31: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  3884	  497 |         register SetWordType *endp = &(p[bsetsize]);
  3885	      |                               ^~~~
  3886	Pccts/h/AParser.cpp:498:27: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  3887	  498 |         register unsigned e = 0;
  3888	      |                           ^
  3889	Pccts/h/AParser.cpp:502:38: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  3890	  502 |                 register SetWordType t = *p;
  3891	      |                                      ^
  3892	Pccts/h/AParser.cpp:503:39: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  3893	  503 |                 register SetWordType *b = &(bitmask[0]);
  3894	      |                                       ^
  3895	x86_64-pc-linux-gnu-g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -O2  Pccts/h/DLexerBase.cpp -o DLexerBase.o
  3896	Pccts/h/DLexerBase.cpp: In member function ‘void DLGLexerBase::replstr(const DLGChar*)’:
  3897	Pccts/h/DLexerBase.cpp:196:27: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  3898	  196 |         register DLGChar *l= &_lextext[_bufsize -1];
  3899	      |                           ^
  3900	x86_64-pc-linux-gnu-g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -O2  Pccts/h/ATokenBuffer.cpp -o ATokenBuffer.o
  3901	x86_64-pc-linux-gnu-g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -Wno-unused-result -O2  EfiVfrParser.cpp -o EfiVfrParser.o
  3902	x86_64-pc-linux-gnu-g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -Wno-unused-result -O2  VfrLexer.cpp -o VfrLexer.o
  3903	In file included from VfrLexer.cpp:22124:
  3904	Pccts/h/DLexer.h: In member function ‘virtual ANTLRTokenType VfrLexer::nextTokenType()’:
  3905	Pccts/h/DLexer.h:68:22: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  3906	   68 |         register int state, newstate;
  3907	      |                      ^~~~~
  3908	Pccts/h/DLexer.h:68:29: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  3909	   68 |         register int state, newstate;
  3910	      |                             ^~~~~~~~
  3911	Pccts/h/DLexer.h:70:27: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
  3912	   70 |         register DLGChar *lastpos;
  3913	      |                           ^~~~~~~
  3914	x86_64-pc-linux-gnu-g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  -O2  VfrSyntax.cpp -o VfrSyntax.o
  3915	x86_64-pc-linux-gnu-g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -Wno-unused-result -O2  VfrFormPkg.cpp -o VfrFormPkg.o
  3916	x86_64-pc-linux-gnu-g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -Wno-unused-result -O2  VfrError.cpp -o VfrError.o
  3917	x86_64-pc-linux-gnu-g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -Wno-unused-result -O2  VfrUtilityLib.cpp -o VfrUtilityLib.o
  3918	x86_64-pc-linux-gnu-g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -Wno-unused-result -O2  VfrCompiler.cpp -o VfrCompiler.o
  3919	x86_64-pc-linux-gnu-g++ -o ../bin/VfrCompile  AParser.o DLexerBase.o ATokenBuffer.o EfiVfrParser.o VfrLexer.o VfrSyntax.o VfrFormPkg.o VfrError.o VfrUtilityLib.o VfrCompiler.o -L../libs -lCommon
  3920	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile'
  3921	make -C EfiRom
  3922	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/EfiRom'
  3923	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  EfiRom.c -o EfiRom.o
  3924	x86_64-pc-linux-gnu-gcc -o ../bin/EfiRom  EfiRom.o -L../libs -lCommon
  3925	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/EfiRom'
  3926	make -C GenFfs
  3927	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFfs'
  3928	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  GenFfs.c -o GenFfs.o
  3929	x86_64-pc-linux-gnu-gcc -o ../bin/GenFfs  GenFfs.o -L../libs -lCommon
  3930	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFfs'
  3931	make -C GenFv
  3932	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFv'
  3933	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  GenFv.c -o GenFv.o
  3934	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  GenFvInternalLib.c -o GenFvInternalLib.o
  3935	x86_64-pc-linux-gnu-gcc -o ../bin/GenFv  GenFv.o GenFvInternalLib.o -L../libs -lCommon
  3936	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFv'
  3937	make -C GenFw
  3938	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFw'
  3939	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  GenFw.c -o GenFw.o
  3940	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  ElfConvert.c -o ElfConvert.o
  3941	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  Elf32Convert.c -o Elf32Convert.o
  3942	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  Elf64Convert.c -o Elf64Convert.o
  3943	x86_64-pc-linux-gnu-gcc -o ../bin/GenFw  GenFw.o ElfConvert.o Elf32Convert.o Elf64Convert.o -L../libs -lCommon -luuid
  3944	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFw'
  3945	make -C GenSec
  3946	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenSec'
  3947	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  GenSec.c -o GenSec.o
  3948	x86_64-pc-linux-gnu-gcc -o ../bin/GenSec  GenSec.o -L../libs -lCommon -luuid
  3949	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenSec'
  3950	make -C GenCrc32
  3951	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenCrc32'
  3952	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  GenCrc32.c -o GenCrc32.o
  3953	x86_64-pc-linux-gnu-gcc -o ../bin/GenCrc32  GenCrc32.o -L../libs -lCommon
  3954	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenCrc32'
  3955	make -C LzmaCompress
  3956	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/LzmaCompress'
  3957	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST LzmaCompress.c -o LzmaCompress.o
  3958	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/Alloc.c -o Sdk/C/Alloc.o
  3959	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/LzFind.c -o Sdk/C/LzFind.o
  3960	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/LzmaDec.c -o Sdk/C/LzmaDec.o
  3961	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/LzmaEnc.c -o Sdk/C/LzmaEnc.o
  3962	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/7zFile.c -o Sdk/C/7zFile.o
  3963	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/7zStream.c -o Sdk/C/7zStream.o
  3964	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -D_7ZIP_ST Sdk/C/Bra86.c -o Sdk/C/Bra86.o
  3965	x86_64-pc-linux-gnu-gcc -o ../bin/LzmaCompress  LzmaCompress.o Sdk/C/Alloc.o Sdk/C/LzFind.o Sdk/C/LzmaDec.o Sdk/C/LzmaEnc.o Sdk/C/7zFile.o Sdk/C/7zStream.o Sdk/C/Bra86.o -L../libs -lCommon
  3966	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/LzmaCompress'
  3967	make -C TianoCompress
  3968	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/TianoCompress'
  3969	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  TianoCompress.c -o TianoCompress.o
  3970	x86_64-pc-linux-gnu-gcc -o ../bin/TianoCompress  TianoCompress.o -L../libs -lCommon
  3971	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/TianoCompress'
  3972	make -C VolInfo
  3973	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VolInfo'
  3974	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  VolInfo.c -o VolInfo.o
  3975	x86_64-pc-linux-gnu-gcc -o ../bin/VolInfo  VolInfo.o -L../libs -lCommon
  3976	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VolInfo'
  3977	make -C DevicePath
  3978	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/DevicePath'
  3979	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -Wno-error=stringop-overflow DevicePath.c -o DevicePath.o
  3980	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -Wno-error=stringop-overflow UefiDevicePathLib.c -o UefiDevicePathLib.o
  3981	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -Wno-error=stringop-overflow DevicePathFromText.c -o DevicePathFromText.o
  3982	x86_64-pc-linux-gnu-gcc  -c  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  -Wno-error=stringop-overflow DevicePathUtilities.c -o DevicePathUtilities.o
  3983	x86_64-pc-linux-gnu-gcc -o ../bin/DevicePath  DevicePath.o UefiDevicePathLib.o DevicePathFromText.o  DevicePathUtilities.o -L../libs -lCommon -luuid
  3984	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/DevicePath'
  3985	Finished building BaseTools C Tools with HOST_ARCH=X64
  3986	make[8]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/C'
  3987	make -C Source/Python
  3988	make[8]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/Python'
  3989	make[8]: Nothing to be done for 'all'.
  3990	make[8]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Source/Python'
  3991	make -C Tests
  3992	make[8]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Tests'
  3993	testHelp (TianoCompress.Tests.testHelp) ... ok
  3994	testRandomDataCycles (TianoCompress.Tests.testRandomDataCycles) ... ok
  3995	test_AmlToC_AmlToC (CheckPythonSyntax.Tests.test_AmlToC_AmlToC) ... ok
  3996	test_AutoGen_AutoGen (CheckPythonSyntax.Tests.test_AutoGen_AutoGen) ... ok
  3997	test_AutoGen_AutoGenWorker (CheckPythonSyntax.Tests.test_AutoGen_AutoGenWorker) ... ok
  3998	test_AutoGen_BuildEngine (CheckPythonSyntax.Tests.test_AutoGen_BuildEngine) ... ok
  3999	test_AutoGen_DataPipe (CheckPythonSyntax.Tests.test_AutoGen_DataPipe) ... ok
  4000	test_AutoGen_GenC (CheckPythonSyntax.Tests.test_AutoGen_GenC) ... ok
  4001	test_AutoGen_GenDepex (CheckPythonSyntax.Tests.test_AutoGen_GenDepex) ... ok
  4002	test_AutoGen_GenMake (CheckPythonSyntax.Tests.test_AutoGen_GenMake) ... ok
  4003	test_AutoGen_GenPcdDb (CheckPythonSyntax.Tests.test_AutoGen_GenPcdDb) ... ok
  4004	test_AutoGen_GenVar (CheckPythonSyntax.Tests.test_AutoGen_GenVar) ... ok
  4005	test_AutoGen_IdfClassObject (CheckPythonSyntax.Tests.test_AutoGen_IdfClassObject) ... ok
  4006	test_AutoGen_IncludesAutoGen (CheckPythonSyntax.Tests.test_AutoGen_IncludesAutoGen) ... ok
  4007	test_AutoGen_InfSectionParser (CheckPythonSyntax.Tests.test_AutoGen_InfSectionParser) ... ok
  4008	test_AutoGen_ModuleAutoGen (CheckPythonSyntax.Tests.test_AutoGen_ModuleAutoGen) ... ok
  4009	test_AutoGen_ModuleAutoGenHelper (CheckPythonSyntax.Tests.test_AutoGen_ModuleAutoGenHelper) ... ok
  4010	test_AutoGen_PlatformAutoGen (CheckPythonSyntax.Tests.test_AutoGen_PlatformAutoGen) ... ok
  4011	test_AutoGen_StrGather (CheckPythonSyntax.Tests.test_AutoGen_StrGather) ... ok
  4012	test_AutoGen_UniClassObject (CheckPythonSyntax.Tests.test_AutoGen_UniClassObject) ... ok
  4013	test_AutoGen_ValidCheckingInfoObject (CheckPythonSyntax.Tests.test_AutoGen_ValidCheckingInfoObject) ... ok
  4014	test_AutoGen_WorkspaceAutoGen (CheckPythonSyntax.Tests.test_AutoGen_WorkspaceAutoGen) ... ok
  4015	test_AutoGen___init__ (CheckPythonSyntax.Tests.test_AutoGen___init__) ... ok
  4016	test_BPDG_BPDG (CheckPythonSyntax.Tests.test_BPDG_BPDG) ... ok
  4017	test_BPDG_GenVpd (CheckPythonSyntax.Tests.test_BPDG_GenVpd) ... ok
  4018	test_BPDG_StringTable (CheckPythonSyntax.Tests.test_BPDG_StringTable) ... ok
  4019	test_BPDG___init__ (CheckPythonSyntax.Tests.test_BPDG___init__) ... ok
  4020	test_Capsule_GenerateCapsule (CheckPythonSyntax.Tests.test_Capsule_GenerateCapsule) ... ok
  4021	test_Capsule_GenerateWindowsDriver (CheckPythonSyntax.Tests.test_Capsule_GenerateWindowsDriver) ... ok
  4022	test_Capsule_WindowsCapsuleSupportHelper (CheckPythonSyntax.Tests.test_Capsule_WindowsCapsuleSupportHelper) ... ok
  4023	test_CommonDataClass_CommonClass (CheckPythonSyntax.Tests.test_CommonDataClass_CommonClass) ... ok
  4024	test_CommonDataClass_DataClass (CheckPythonSyntax.Tests.test_CommonDataClass_DataClass) ... ok
  4025	test_CommonDataClass_Exceptions (CheckPythonSyntax.Tests.test_CommonDataClass_Exceptions) ... ok
  4026	test_CommonDataClass_FdfClass (CheckPythonSyntax.Tests.test_CommonDataClass_FdfClass) ... ok
  4027	test_CommonDataClass___init__ (CheckPythonSyntax.Tests.test_CommonDataClass___init__) ... ok
  4028	test_Common_BuildToolError (CheckPythonSyntax.Tests.test_Common_BuildToolError) ... ok
  4029	test_Common_BuildVersion (CheckPythonSyntax.Tests.test_Common_BuildVersion) ... ok
  4030	test_Common_DataType (CheckPythonSyntax.Tests.test_Common_DataType) ... ok
  4031	test_Common_Edk2_Capsule_FmpPayloadHeader (CheckPythonSyntax.Tests.test_Common_Edk2_Capsule_FmpPayloadHeader) ... ok
  4032	test_Common_Edk2_Capsule___init__ (CheckPythonSyntax.Tests.test_Common_Edk2_Capsule___init__) ... ok
  4033	test_Common_Edk2___init__ (CheckPythonSyntax.Tests.test_Common_Edk2___init__) ... ok
  4034	test_Common_EdkLogger (CheckPythonSyntax.Tests.test_Common_EdkLogger) ... ok
  4035	test_Common_Expression (CheckPythonSyntax.Tests.test_Common_Expression) ... ok
  4036	test_Common_GlobalData (CheckPythonSyntax.Tests.test_Common_GlobalData) ... ok
  4037	test_Common_LongFilePathOs (CheckPythonSyntax.Tests.test_Common_LongFilePathOs) ... ok
  4038	test_Common_LongFilePathOsPath (CheckPythonSyntax.Tests.test_Common_LongFilePathOsPath) ... ok
  4039	test_Common_LongFilePathSupport (CheckPythonSyntax.Tests.test_Common_LongFilePathSupport) ... ok
  4040	test_Common_Misc (CheckPythonSyntax.Tests.test_Common_Misc) ... ok
  4041	test_Common_MultipleWorkspace (CheckPythonSyntax.Tests.test_Common_MultipleWorkspace) ... ok
  4042	test_Common_Parsing (CheckPythonSyntax.Tests.test_Common_Parsing) ... ok
  4043	test_Common_RangeExpression (CheckPythonSyntax.Tests.test_Common_RangeExpression) ... ok
  4044	test_Common_StringUtils (CheckPythonSyntax.Tests.test_Common_StringUtils) ... ok
  4045	test_Common_TargetTxtClassObject (CheckPythonSyntax.Tests.test_Common_TargetTxtClassObject) ... ok
  4046	test_Common_ToolDefClassObject (CheckPythonSyntax.Tests.test_Common_ToolDefClassObject) ... ok
  4047	test_Common_Uefi_Capsule_CapsuleDependency (CheckPythonSyntax.Tests.test_Common_Uefi_Capsule_CapsuleDependency) ... ok
  4048	test_Common_Uefi_Capsule_FmpAuthHeader (CheckPythonSyntax.Tests.test_Common_Uefi_Capsule_FmpAuthHeader) ... ok
  4049	test_Common_Uefi_Capsule_FmpCapsuleHeader (CheckPythonSyntax.Tests.test_Common_Uefi_Capsule_FmpCapsuleHeader) ... ok
  4050	test_Common_Uefi_Capsule_UefiCapsuleHeader (CheckPythonSyntax.Tests.test_Common_Uefi_Capsule_UefiCapsuleHeader) ... ok
  4051	test_Common_Uefi_Capsule___init__ (CheckPythonSyntax.Tests.test_Common_Uefi_Capsule___init__) ... ok
  4052	test_Common_Uefi___init__ (CheckPythonSyntax.Tests.test_Common_Uefi___init__) ... ok
  4053	test_Common_VariableAttributes (CheckPythonSyntax.Tests.test_Common_VariableAttributes) ... ok
  4054	test_Common_VpdInfoFile (CheckPythonSyntax.Tests.test_Common_VpdInfoFile) ... ok
  4055	test_Common___init__ (CheckPythonSyntax.Tests.test_Common___init__) ... ok
  4056	test_Common_caching (CheckPythonSyntax.Tests.test_Common_caching) ... ok
  4057	test_Ecc_CParser3_CLexer (CheckPythonSyntax.Tests.test_Ecc_CParser3_CLexer) ... ok
  4058	test_Ecc_CParser3_CParser (CheckPythonSyntax.Tests.test_Ecc_CParser3_CParser) ... ok
  4059	test_Ecc_CParser3___init__ (CheckPythonSyntax.Tests.test_Ecc_CParser3___init__) ... ok
  4060	test_Ecc_CParser4_CLexer (CheckPythonSyntax.Tests.test_Ecc_CParser4_CLexer) ... ok
  4061	test_Ecc_CParser4_CListener (CheckPythonSyntax.Tests.test_Ecc_CParser4_CListener) ... ok
  4062	test_Ecc_CParser4_CParser (CheckPythonSyntax.Tests.test_Ecc_CParser4_CParser) ... ok
  4063	test_Ecc_CParser4___init__ (CheckPythonSyntax.Tests.test_Ecc_CParser4___init__) ... ok
  4064	test_Ecc_Check (CheckPythonSyntax.Tests.test_Ecc_Check) ... ok
  4065	test_Ecc_CodeFragment (CheckPythonSyntax.Tests.test_Ecc_CodeFragment) ... ok
  4066	test_Ecc_CodeFragmentCollector (CheckPythonSyntax.Tests.test_Ecc_CodeFragmentCollector) ... ok
  4067	test_Ecc_Configuration (CheckPythonSyntax.Tests.test_Ecc_Configuration) ... ok
  4068	test_Ecc_Database (CheckPythonSyntax.Tests.test_Ecc_Database) ... ok
  4069	test_Ecc_EccGlobalData (CheckPythonSyntax.Tests.test_Ecc_EccGlobalData) ... ok
  4070	test_Ecc_EccMain (CheckPythonSyntax.Tests.test_Ecc_EccMain) ... ok
  4071	test_Ecc_EccToolError (CheckPythonSyntax.Tests.test_Ecc_EccToolError) ... ok
  4072	test_Ecc_Exception (CheckPythonSyntax.Tests.test_Ecc_Exception) ... ok
  4073	test_Ecc_FileProfile (CheckPythonSyntax.Tests.test_Ecc_FileProfile) ... ok
  4074	test_Ecc_MetaDataParser (CheckPythonSyntax.Tests.test_Ecc_MetaDataParser) ... ok
  4075	test_Ecc_MetaFileWorkspace_MetaDataTable (CheckPythonSyntax.Tests.test_Ecc_MetaFileWorkspace_MetaDataTable) ... ok
  4076	test_Ecc_MetaFileWorkspace_MetaFileParser (CheckPythonSyntax.Tests.test_Ecc_MetaFileWorkspace_MetaFileParser) ... ok
  4077	test_Ecc_MetaFileWorkspace_MetaFileTable (CheckPythonSyntax.Tests.test_Ecc_MetaFileWorkspace_MetaFileTable) ... ok
  4078	test_Ecc_MetaFileWorkspace___init__ (CheckPythonSyntax.Tests.test_Ecc_MetaFileWorkspace___init__) ... ok
  4079	test_Ecc_ParserWarning (CheckPythonSyntax.Tests.test_Ecc_ParserWarning) ... ok
  4080	test_Ecc_Xml_XmlRoutines (CheckPythonSyntax.Tests.test_Ecc_Xml_XmlRoutines) ... ok
  4081	test_Ecc_Xml___init__ (CheckPythonSyntax.Tests.test_Ecc_Xml___init__) ... ok
  4082	test_Ecc___init__ (CheckPythonSyntax.Tests.test_Ecc___init__) ... ok
  4083	test_Ecc_c (CheckPythonSyntax.Tests.test_Ecc_c) ... ok
  4084	test_Eot_CParser3_CLexer (CheckPythonSyntax.Tests.test_Eot_CParser3_CLexer) ... ok
  4085	test_Eot_CParser3_CParser (CheckPythonSyntax.Tests.test_Eot_CParser3_CParser) ... ok
  4086	test_Eot_CParser3___init__ (CheckPythonSyntax.Tests.test_Eot_CParser3___init__) ... ok
  4087	test_Eot_CParser4_CLexer (CheckPythonSyntax.Tests.test_Eot_CParser4_CLexer) ... ok
  4088	test_Eot_CParser4_CListener (CheckPythonSyntax.Tests.test_Eot_CParser4_CListener) ... ok
  4089	test_Eot_CParser4_CParser (CheckPythonSyntax.Tests.test_Eot_CParser4_CParser) ... ok
  4090	test_Eot_CParser4___init__ (CheckPythonSyntax.Tests.test_Eot_CParser4___init__) ... ok
  4091	test_Eot_CodeFragment (CheckPythonSyntax.Tests.test_Eot_CodeFragment) ... ok
  4092	test_Eot_CodeFragmentCollector (CheckPythonSyntax.Tests.test_Eot_CodeFragmentCollector) ... ok
  4093	test_Eot_Database (CheckPythonSyntax.Tests.test_Eot_Database) ... ok
  4094	test_Eot_EotGlobalData (CheckPythonSyntax.Tests.test_Eot_EotGlobalData) ... ok
  4095	test_Eot_EotMain (CheckPythonSyntax.Tests.test_Eot_EotMain) ... ok
  4096	test_Eot_EotToolError (CheckPythonSyntax.Tests.test_Eot_EotToolError) ... ok
  4097	test_Eot_FileProfile (CheckPythonSyntax.Tests.test_Eot_FileProfile) ... ok
  4098	test_Eot_Identification (CheckPythonSyntax.Tests.test_Eot_Identification) ... ok
  4099	test_Eot_InfParserLite (CheckPythonSyntax.Tests.test_Eot_InfParserLite) ... ok
  4100	test_Eot_Parser (CheckPythonSyntax.Tests.test_Eot_Parser) ... ok
  4101	test_Eot_ParserWarning (CheckPythonSyntax.Tests.test_Eot_ParserWarning) ... ok
  4102	test_Eot_Report (CheckPythonSyntax.Tests.test_Eot_Report) ... ok
  4103	test_Eot___init__ (CheckPythonSyntax.Tests.test_Eot___init__) ... ok
  4104	test_Eot_c (CheckPythonSyntax.Tests.test_Eot_c) ... ok
  4105	test_FMMT_FMMT (CheckPythonSyntax.Tests.test_FMMT_FMMT) ... ok
  4106	test_FMMT___init__ (CheckPythonSyntax.Tests.test_FMMT___init__) ... ok
  4107	test_FMMT_core_BinaryFactoryProduct (CheckPythonSyntax.Tests.test_FMMT_core_BinaryFactoryProduct) ... ok
  4108	test_FMMT_core_BiosTree (CheckPythonSyntax.Tests.test_FMMT_core_BiosTree) ... ok
  4109	test_FMMT_core_BiosTreeNode (CheckPythonSyntax.Tests.test_FMMT_core_BiosTreeNode) ... ok
  4110	test_FMMT_core_FMMTOperation (CheckPythonSyntax.Tests.test_FMMT_core_FMMTOperation) ... ok
  4111	test_FMMT_core_FMMTParser (CheckPythonSyntax.Tests.test_FMMT_core_FMMTParser) ... ok
  4112	test_FMMT_core_FvHandler (CheckPythonSyntax.Tests.test_FMMT_core_FvHandler) ... ok
  4113	test_FMMT_core_GuidTools (CheckPythonSyntax.Tests.test_FMMT_core_GuidTools) ... ok
  4114	test_FMMT_utils_FmmtLogger (CheckPythonSyntax.Tests.test_FMMT_utils_FmmtLogger) ... ok
  4115	test_FMMT_utils_FvLayoutPrint (CheckPythonSyntax.Tests.test_FMMT_utils_FvLayoutPrint) ... ok
  4116	test_FirmwareStorageFormat_Common (CheckPythonSyntax.Tests.test_FirmwareStorageFormat_Common) ... ok
  4117	test_FirmwareStorageFormat_FfsFileHeader (CheckPythonSyntax.Tests.test_FirmwareStorageFormat_FfsFileHeader) ... ok
  4118	test_FirmwareStorageFormat_FvHeader (CheckPythonSyntax.Tests.test_FirmwareStorageFormat_FvHeader) ... ok
  4119	test_FirmwareStorageFormat_SectionHeader (CheckPythonSyntax.Tests.test_FirmwareStorageFormat_SectionHeader) ... ok
  4120	test_FirmwareStorageFormat___init__ (CheckPythonSyntax.Tests.test_FirmwareStorageFormat___init__) ... ok
  4121	test_GenFds_AprioriSection (CheckPythonSyntax.Tests.test_GenFds_AprioriSection) ... ok
  4122	test_GenFds_Capsule (CheckPythonSyntax.Tests.test_GenFds_Capsule) ... ok
  4123	test_GenFds_CapsuleData (CheckPythonSyntax.Tests.test_GenFds_CapsuleData) ... ok
  4124	test_GenFds_CompressSection (CheckPythonSyntax.Tests.test_GenFds_CompressSection) ... ok
  4125	test_GenFds_DataSection (CheckPythonSyntax.Tests.test_GenFds_DataSection) ... ok
  4126	test_GenFds_DepexSection (CheckPythonSyntax.Tests.test_GenFds_DepexSection) ... ok
  4127	test_GenFds_EfiSection (CheckPythonSyntax.Tests.test_GenFds_EfiSection) ... ok
  4128	test_GenFds_Fd (CheckPythonSyntax.Tests.test_GenFds_Fd) ... ok
  4129	test_GenFds_FdfParser (CheckPythonSyntax.Tests.test_GenFds_FdfParser) ... ok
  4130	test_GenFds_Ffs (CheckPythonSyntax.Tests.test_GenFds_Ffs) ... ok
  4131	test_GenFds_FfsFileStatement (CheckPythonSyntax.Tests.test_GenFds_FfsFileStatement) ... ok
  4132	test_GenFds_FfsInfStatement (CheckPythonSyntax.Tests.test_GenFds_FfsInfStatement) ... ok
  4133	test_GenFds_Fv (CheckPythonSyntax.Tests.test_GenFds_Fv) ... ok
  4134	test_GenFds_FvImageSection (CheckPythonSyntax.Tests.test_GenFds_FvImageSection) ... ok
  4135	test_GenFds_GenFds (CheckPythonSyntax.Tests.test_GenFds_GenFds) ... ok
  4136	test_GenFds_GenFdsGlobalVariable (CheckPythonSyntax.Tests.test_GenFds_GenFdsGlobalVariable) ... ok
  4137	test_GenFds_GuidSection (CheckPythonSyntax.Tests.test_GenFds_GuidSection) ... ok
  4138	test_GenFds_OptRomFileStatement (CheckPythonSyntax.Tests.test_GenFds_OptRomFileStatement) ... ok
  4139	test_GenFds_OptRomInfStatement (CheckPythonSyntax.Tests.test_GenFds_OptRomInfStatement) ... ok
  4140	test_GenFds_OptionRom (CheckPythonSyntax.Tests.test_GenFds_OptionRom) ... ok
  4141	test_GenFds_Region (CheckPythonSyntax.Tests.test_GenFds_Region) ... ok
  4142	test_GenFds_Rule (CheckPythonSyntax.Tests.test_GenFds_Rule) ... ok
  4143	test_GenFds_RuleComplexFile (CheckPythonSyntax.Tests.test_GenFds_RuleComplexFile) ... ok
  4144	test_GenFds_RuleSimpleFile (CheckPythonSyntax.Tests.test_GenFds_RuleSimpleFile) ... ok
  4145	test_GenFds_Section (CheckPythonSyntax.Tests.test_GenFds_Section) ... ok
  4146	test_GenFds_SubTypeGuidSection (CheckPythonSyntax.Tests.test_GenFds_SubTypeGuidSection) ... ok
  4147	test_GenFds_UiSection (CheckPythonSyntax.Tests.test_GenFds_UiSection) ... ok
  4148	test_GenFds_VerSection (CheckPythonSyntax.Tests.test_GenFds_VerSection) ... ok
  4149	test_GenFds___init__ (CheckPythonSyntax.Tests.test_GenFds___init__) ... ok
  4150	test_GenPatchPcdTable_GenPatchPcdTable (CheckPythonSyntax.Tests.test_GenPatchPcdTable_GenPatchPcdTable) ... ok
  4151	test_GenPatchPcdTable___init__ (CheckPythonSyntax.Tests.test_GenPatchPcdTable___init__) ... ok
  4152	test_PatchPcdValue_PatchPcdValue (CheckPythonSyntax.Tests.test_PatchPcdValue_PatchPcdValue) ... ok
  4153	test_PatchPcdValue___init__ (CheckPythonSyntax.Tests.test_PatchPcdValue___init__) ... ok
  4154	test_Pkcs7Sign_Pkcs7Sign (CheckPythonSyntax.Tests.test_Pkcs7Sign_Pkcs7Sign) ... ok
  4155	test_Rsa2048Sha256Sign_Rsa2048Sha256GenerateKeys (CheckPythonSyntax.Tests.test_Rsa2048Sha256Sign_Rsa2048Sha256GenerateKeys) ... ok
  4156	test_Rsa2048Sha256Sign_Rsa2048Sha256Sign (CheckPythonSyntax.Tests.test_Rsa2048Sha256Sign_Rsa2048Sha256Sign) ... ok
  4157	test_Split_Split (CheckPythonSyntax.Tests.test_Split_Split) ... ok
  4158	test_Split___init__ (CheckPythonSyntax.Tests.test_Split___init__) ... ok
  4159	test_Table_Table (CheckPythonSyntax.Tests.test_Table_Table) ... ok
  4160	test_Table_TableDataModel (CheckPythonSyntax.Tests.test_Table_TableDataModel) ... ok
  4161	test_Table_TableDec (CheckPythonSyntax.Tests.test_Table_TableDec) ... ok
  4162	test_Table_TableDsc (CheckPythonSyntax.Tests.test_Table_TableDsc) ... ok
  4163	test_Table_TableEotReport (CheckPythonSyntax.Tests.test_Table_TableEotReport) ... ok
  4164	test_Table_TableFdf (CheckPythonSyntax.Tests.test_Table_TableFdf) ... ok
  4165	test_Table_TableFile (CheckPythonSyntax.Tests.test_Table_TableFile) ... ok
  4166	test_Table_TableFunction (CheckPythonSyntax.Tests.test_Table_TableFunction) ... ok
  4167	test_Table_TableIdentifier (CheckPythonSyntax.Tests.test_Table_TableIdentifier) ... ok
  4168	test_Table_TableInf (CheckPythonSyntax.Tests.test_Table_TableInf) ... ok
  4169	test_Table_TablePcd (CheckPythonSyntax.Tests.test_Table_TablePcd) ... ok
  4170	test_Table_TableQuery (CheckPythonSyntax.Tests.test_Table_TableQuery) ... ok
  4171	test_Table_TableReport (CheckPythonSyntax.Tests.test_Table_TableReport) ... ok
  4172	test_Table___init__ (CheckPythonSyntax.Tests.test_Table___init__) ... ok
  4173	test_TargetTool_TargetTool (CheckPythonSyntax.Tests.test_TargetTool_TargetTool) ... ok
  4174	test_TargetTool___init__ (CheckPythonSyntax.Tests.test_TargetTool___init__) ... ok
  4175	test_Trim_Trim (CheckPythonSyntax.Tests.test_Trim_Trim) ... ok
  4176	test_UPT_BuildVersion (CheckPythonSyntax.Tests.test_UPT_BuildVersion) ... ok
  4177	test_UPT_Core_DependencyRules (CheckPythonSyntax.Tests.test_UPT_Core_DependencyRules) ... ok
  4178	test_UPT_Core_DistributionPackageClass (CheckPythonSyntax.Tests.test_UPT_Core_DistributionPackageClass) ... ok
  4179	test_UPT_Core_FileHook (CheckPythonSyntax.Tests.test_UPT_Core_FileHook) ... ok
  4180	test_UPT_Core_IpiDb (CheckPythonSyntax.Tests.test_UPT_Core_IpiDb) ... ok
  4181	test_UPT_Core_PackageFile (CheckPythonSyntax.Tests.test_UPT_Core_PackageFile) ... ok
  4182	test_UPT_Core___init__ (CheckPythonSyntax.Tests.test_UPT_Core___init__) ... ok
  4183	test_UPT_GenMetaFile_GenDecFile (CheckPythonSyntax.Tests.test_UPT_GenMetaFile_GenDecFile) ... ok
  4184	test_UPT_GenMetaFile_GenInfFile (CheckPythonSyntax.Tests.test_UPT_GenMetaFile_GenInfFile) ... ok
  4185	test_UPT_GenMetaFile_GenMetaFileMisc (CheckPythonSyntax.Tests.test_UPT_GenMetaFile_GenMetaFileMisc) ... ok
  4186	test_UPT_GenMetaFile_GenXmlFile (CheckPythonSyntax.Tests.test_UPT_GenMetaFile_GenXmlFile) ... ok
  4187	test_UPT_GenMetaFile___init__ (CheckPythonSyntax.Tests.test_UPT_GenMetaFile___init__) ... ok
  4188	test_UPT_InstallPkg (CheckPythonSyntax.Tests.test_UPT_InstallPkg) ... ok
  4189	test_UPT_InventoryWs (CheckPythonSyntax.Tests.test_UPT_InventoryWs) ... ok
  4190	test_UPT_Library_CommentGenerating (CheckPythonSyntax.Tests.test_UPT_Library_CommentGenerating) ... ok
  4191	test_UPT_Library_CommentParsing (CheckPythonSyntax.Tests.test_UPT_Library_CommentParsing) ... ok
  4192	test_UPT_Library_DataType (CheckPythonSyntax.Tests.test_UPT_Library_DataType) ... ok
  4193	test_UPT_Library_ExpressionValidate (CheckPythonSyntax.Tests.test_UPT_Library_ExpressionValidate) ... ok
  4194	test_UPT_Library_GlobalData (CheckPythonSyntax.Tests.test_UPT_Library_GlobalData) ... ok
  4195	test_UPT_Library_Misc (CheckPythonSyntax.Tests.test_UPT_Library_Misc) ... ok
  4196	test_UPT_Library_ParserValidate (CheckPythonSyntax.Tests.test_UPT_Library_ParserValidate) ... ok
  4197	test_UPT_Library_Parsing (CheckPythonSyntax.Tests.test_UPT_Library_Parsing) ... ok
  4198	test_UPT_Library_StringUtils (CheckPythonSyntax.Tests.test_UPT_Library_StringUtils) ... ok
  4199	test_UPT_Library_UniClassObject (CheckPythonSyntax.Tests.test_UPT_Library_UniClassObject) ... ok
  4200	test_UPT_Library_Xml_XmlRoutines (CheckPythonSyntax.Tests.test_UPT_Library_Xml_XmlRoutines) ... ok
  4201	test_UPT_Library_Xml___init__ (CheckPythonSyntax.Tests.test_UPT_Library_Xml___init__) ... ok
  4202	test_UPT_Library___init__ (CheckPythonSyntax.Tests.test_UPT_Library___init__) ... ok
  4203	test_UPT_Logger_Log (CheckPythonSyntax.Tests.test_UPT_Logger_Log) ... ok
  4204	test_UPT_Logger_StringTable (CheckPythonSyntax.Tests.test_UPT_Logger_StringTable) ... ok
  4205	test_UPT_Logger_ToolError (CheckPythonSyntax.Tests.test_UPT_Logger_ToolError) ... ok
  4206	test_UPT_Logger___init__ (CheckPythonSyntax.Tests.test_UPT_Logger___init__) ... ok
  4207	test_UPT_MkPkg (CheckPythonSyntax.Tests.test_UPT_MkPkg) ... ok
  4208	test_UPT_Object_POM_CommonObject (CheckPythonSyntax.Tests.test_UPT_Object_POM_CommonObject) ... ok
  4209	test_UPT_Object_POM_ModuleObject (CheckPythonSyntax.Tests.test_UPT_Object_POM_ModuleObject) ... ok
  4210	test_UPT_Object_POM_PackageObject (CheckPythonSyntax.Tests.test_UPT_Object_POM_PackageObject) ... ok
  4211	test_UPT_Object_POM___init__ (CheckPythonSyntax.Tests.test_UPT_Object_POM___init__) ... ok
  4212	test_UPT_Object_Parser_DecObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_DecObject) ... ok
  4213	test_UPT_Object_Parser_InfBinaryObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfBinaryObject) ... ok
  4214	test_UPT_Object_Parser_InfBuildOptionObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfBuildOptionObject) ... ok
  4215	test_UPT_Object_Parser_InfCommonObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfCommonObject) ... ok
  4216	test_UPT_Object_Parser_InfDefineCommonObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfDefineCommonObject) ... ok
  4217	test_UPT_Object_Parser_InfDefineObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfDefineObject) ... ok
  4218	test_UPT_Object_Parser_InfDepexObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfDepexObject) ... ok
  4219	test_UPT_Object_Parser_InfGuidObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfGuidObject) ... ok
  4220	test_UPT_Object_Parser_InfHeaderObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfHeaderObject) ... ok
  4221	test_UPT_Object_Parser_InfLibraryClassesObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfLibraryClassesObject) ... ok
  4222	test_UPT_Object_Parser_InfMisc (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfMisc) ... ok
  4223	test_UPT_Object_Parser_InfPackagesObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfPackagesObject) ... ok
  4224	test_UPT_Object_Parser_InfPcdObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfPcdObject) ... ok
  4225	test_UPT_Object_Parser_InfPpiObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfPpiObject) ... ok
  4226	test_UPT_Object_Parser_InfProtocolObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfProtocolObject) ... ok
  4227	test_UPT_Object_Parser_InfSoucesObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfSoucesObject) ... ok
  4228	test_UPT_Object_Parser_InfUserExtensionObject (CheckPythonSyntax.Tests.test_UPT_Object_Parser_InfUserExtensionObject) ... ok
  4229	test_UPT_Object_Parser___init__ (CheckPythonSyntax.Tests.test_UPT_Object_Parser___init__) ... ok
  4230	test_UPT_Object___init__ (CheckPythonSyntax.Tests.test_UPT_Object___init__) ... ok
  4231	test_UPT_Parser_DecParser (CheckPythonSyntax.Tests.test_UPT_Parser_DecParser) ... ok
  4232	test_UPT_Parser_DecParserMisc (CheckPythonSyntax.Tests.test_UPT_Parser_DecParserMisc) ... ok
  4233	test_UPT_Parser_InfAsBuiltProcess (CheckPythonSyntax.Tests.test_UPT_Parser_InfAsBuiltProcess) ... ok
  4234	test_UPT_Parser_InfBinarySectionParser (CheckPythonSyntax.Tests.test_UPT_Parser_InfBinarySectionParser) ... ok
  4235	test_UPT_Parser_InfBuildOptionSectionParser (CheckPythonSyntax.Tests.test_UPT_Parser_InfBuildOptionSectionParser) ... ok
  4236	test_UPT_Parser_InfDefineSectionParser (CheckPythonSyntax.Tests.test_UPT_Parser_InfDefineSectionParser) ... ok
  4237	test_UPT_Parser_InfDepexSectionParser (CheckPythonSyntax.Tests.test_UPT_Parser_InfDepexSectionParser) ... ok
  4238	test_UPT_Parser_InfGuidPpiProtocolSectionParser (CheckPythonSyntax.Tests.test_UPT_Parser_InfGuidPpiProtocolSectionParser) ... ok
  4239	test_UPT_Parser_InfLibrarySectionParser (CheckPythonSyntax.Tests.test_UPT_Parser_InfLibrarySectionParser) ... ok
  4240	test_UPT_Parser_InfPackageSectionParser (CheckPythonSyntax.Tests.test_UPT_Parser_InfPackageSectionParser) ... ok
  4241	test_UPT_Parser_InfParser (CheckPythonSyntax.Tests.test_UPT_Parser_InfParser) ... ok
  4242	test_UPT_Parser_InfParserMisc (CheckPythonSyntax.Tests.test_UPT_Parser_InfParserMisc) ... ok
  4243	test_UPT_Parser_InfPcdSectionParser (CheckPythonSyntax.Tests.test_UPT_Parser_InfPcdSectionParser) ... ok
  4244	test_UPT_Parser_InfSectionParser (CheckPythonSyntax.Tests.test_UPT_Parser_InfSectionParser) ... ok
  4245	test_UPT_Parser_InfSourceSectionParser (CheckPythonSyntax.Tests.test_UPT_Parser_InfSourceSectionParser) ... ok
  4246	test_UPT_Parser___init__ (CheckPythonSyntax.Tests.test_UPT_Parser___init__) ... ok
  4247	test_UPT_PomAdapter_DecPomAlignment (CheckPythonSyntax.Tests.test_UPT_PomAdapter_DecPomAlignment) ... ok
  4248	test_UPT_PomAdapter_InfPomAlignment (CheckPythonSyntax.Tests.test_UPT_PomAdapter_InfPomAlignment) ... ok
  4249	test_UPT_PomAdapter_InfPomAlignmentMisc (CheckPythonSyntax.Tests.test_UPT_PomAdapter_InfPomAlignmentMisc) ... ok
  4250	test_UPT_PomAdapter___init__ (CheckPythonSyntax.Tests.test_UPT_PomAdapter___init__) ... ok
  4251	test_UPT_ReplacePkg (CheckPythonSyntax.Tests.test_UPT_ReplacePkg) ... ok
  4252	test_UPT_RmPkg (CheckPythonSyntax.Tests.test_UPT_RmPkg) ... ok
  4253	test_UPT_TestInstall (CheckPythonSyntax.Tests.test_UPT_TestInstall) ... ok
  4254	test_UPT_UPT (CheckPythonSyntax.Tests.test_UPT_UPT) ... ok
  4255	test_UPT_UnitTest_CommentGeneratingUnitTest (CheckPythonSyntax.Tests.test_UPT_UnitTest_CommentGeneratingUnitTest) ... ok
  4256	test_UPT_UnitTest_CommentParsingUnitTest (CheckPythonSyntax.Tests.test_UPT_UnitTest_CommentParsingUnitTest) ... ok
  4257	test_UPT_UnitTest_DecParserTest (CheckPythonSyntax.Tests.test_UPT_UnitTest_DecParserTest) ... ok
  4258	test_UPT_UnitTest_DecParserUnitTest (CheckPythonSyntax.Tests.test_UPT_UnitTest_DecParserUnitTest) ... ok
  4259	test_UPT_UnitTest_InfBinarySectionTest (CheckPythonSyntax.Tests.test_UPT_UnitTest_InfBinarySectionTest) ... ok
  4260	test_UPT_Xml_CommonXml (CheckPythonSyntax.Tests.test_UPT_Xml_CommonXml) ... ok
  4261	test_UPT_Xml_GuidProtocolPpiXml (CheckPythonSyntax.Tests.test_UPT_Xml_GuidProtocolPpiXml) ... ok
  4262	test_UPT_Xml_IniToXml (CheckPythonSyntax.Tests.test_UPT_Xml_IniToXml) ... ok
  4263	test_UPT_Xml_ModuleSurfaceAreaXml (CheckPythonSyntax.Tests.test_UPT_Xml_ModuleSurfaceAreaXml) ... ok
  4264	test_UPT_Xml_PackageSurfaceAreaXml (CheckPythonSyntax.Tests.test_UPT_Xml_PackageSurfaceAreaXml) ... ok
  4265	test_UPT_Xml_PcdXml (CheckPythonSyntax.Tests.test_UPT_Xml_PcdXml) ... ok
  4266	test_UPT_Xml_XmlParser (CheckPythonSyntax.Tests.test_UPT_Xml_XmlParser) ... ok
  4267	test_UPT_Xml_XmlParserMisc (CheckPythonSyntax.Tests.test_UPT_Xml_XmlParserMisc) ... ok
  4268	test_UPT_Xml___init__ (CheckPythonSyntax.Tests.test_UPT_Xml___init__) ... ok
  4269	test_Workspace_BuildClassObject (CheckPythonSyntax.Tests.test_Workspace_BuildClassObject) ... ok
  4270	test_Workspace_DecBuildData (CheckPythonSyntax.Tests.test_Workspace_DecBuildData) ... ok
  4271	test_Workspace_DscBuildData (CheckPythonSyntax.Tests.test_Workspace_DscBuildData) ... ok
  4272	test_Workspace_InfBuildData (CheckPythonSyntax.Tests.test_Workspace_InfBuildData) ... ok
  4273	test_Workspace_MetaDataTable (CheckPythonSyntax.Tests.test_Workspace_MetaDataTable) ... ok
  4274	test_Workspace_MetaFileCommentParser (CheckPythonSyntax.Tests.test_Workspace_MetaFileCommentParser) ... ok
  4275	test_Workspace_MetaFileParser (CheckPythonSyntax.Tests.test_Workspace_MetaFileParser) ... ok
  4276	test_Workspace_MetaFileTable (CheckPythonSyntax.Tests.test_Workspace_MetaFileTable) ... ok
  4277	test_Workspace_WorkspaceCommon (CheckPythonSyntax.Tests.test_Workspace_WorkspaceCommon) ... ok
  4278	test_Workspace_WorkspaceDatabase (CheckPythonSyntax.Tests.test_Workspace_WorkspaceDatabase) ... ok
  4279	test_Workspace___init__ (CheckPythonSyntax.Tests.test_Workspace___init__) ... ok
  4280	test_build_BuildReport (CheckPythonSyntax.Tests.test_build_BuildReport) ... ok
  4281	test_build___init__ (CheckPythonSyntax.Tests.test_build___init__) ... ok
  4282	test_build_build (CheckPythonSyntax.Tests.test_build_build) ... ok
  4283	test_build_buildoptions (CheckPythonSyntax.Tests.test_build_buildoptions) ... ok
  4284	test_sitecustomize (CheckPythonSyntax.Tests.test_sitecustomize) ... ok
  4285	test_tests_Split_test_split (CheckPythonSyntax.Tests.test_tests_Split_test_split) ... ok
  4286	test32bitUnicodeCharInUtf8Comment (CheckUnicodeSourceFiles.Tests.test32bitUnicodeCharInUtf8Comment) ... ok
  4287	test32bitUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests.test32bitUnicodeCharInUtf8File) ... ok
  4288	testSupplementaryPlaneUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests.testSupplementaryPlaneUnicodeCharInUtf16File) ... ok
  4289	testSurrogatePairUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests.testSurrogatePairUnicodeCharInUtf16File) ... ok
  4290	testSurrogatePairUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests.testSurrogatePairUnicodeCharInUtf8File) ... ok
  4291	testSurrogatePairUnicodeCharInUtf8FileWithBom (CheckUnicodeSourceFiles.Tests.testSurrogatePairUnicodeCharInUtf8FileWithBom) ... ok
  4292	testUtf16InUniFile (CheckUnicodeSourceFiles.Tests.testUtf16InUniFile) ... ok
  4293	testValidUtf8File (CheckUnicodeSourceFiles.Tests.testValidUtf8File) ... ok
  4294	testValidUtf8FileWithBom (CheckUnicodeSourceFiles.Tests.testValidUtf8FileWithBom) ... ok
  4295	
  4296	----------------------------------------------------------------------
  4297	Ran 302 tests in 1.492s
  4298	
  4299	OK
  4300	make[8]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Tests'
  4301	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools'
  4302	Running edk2 build for OvmfPkgX64
  4303	Build environment: Linux-6.1.67-gentoo-x86_64-x86_64-AMD_Ryzen_9_7950X_16-Core_Processor-with-glibc2.38
  4304	Build start time: 17:51:41, Jan.28 2024
  4305	
  4306	WORKSPACE        = /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote
  4307	EDK_TOOLS_PATH   = /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools
  4308	CONF_PATH        = /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Conf
  4309	PYTHON_COMMAND   = /usr/bin/python3
  4310	
  4311	
  4312	
  4313	Processing meta-data Architecture(s)  = X64
  4314	.Build target     = RELEASE
  4315	Toolchain        = GCC5
  4316	
  4317	Active Platform          = /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/OvmfXen.dsc
  4318	.... done!
  4319	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeDpcLib/DxeDpcLib.inf [X64]
  4320	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeNetLib/DxeNetLib.inf [X64]
  4321	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf [X64]
  4322	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeDpcLib/DxeDpcLib'
  4323	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeDpcLib/DxeDpcLib/OUTPUT/DpcLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeDpcLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeDpcLib/DxeDpcLib/OUTPUT/./DpcLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeDpcLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeDpcLib/DxeDpcLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeDpcLib/DpcLib.c
  4324	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeNetLib/DxeNetLib'
  4325	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeNetLib/DxeNetLib/OUTPUT/DxeNetLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeNetLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeNetLib/DxeNetLib/OUTPUT/./DxeNetLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeNetLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeNetLib/DxeNetLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeNetLib/DxeNetLib.c
  4326	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLib.inf [X64]
  4327	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf [X64]
  4328	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeDpcLib/DxeDpcLib/OUTPUT/DxeDpcLib.lib
  4329	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeDpcLib/DxeDpcLib/OUTPUT/DxeDpcLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeDpcLib/DxeDpcLib/OUTPUT/object_files.lst
  4330	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint'
  4331	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint/OUTPUT/DriverEntryPoint.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiDriverEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint/OUTPUT/./DriverEntryPoint.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDriverEntryPoint -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c
  4332	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf [X64]
  4333	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeDpcLib/DxeDpcLib'
  4334	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf [X64]
  4335	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib'
  4336	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/Acpi.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./Acpi.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/Acpi.c
  4337	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib'
  4338	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/UefiRuntimeServicesTableLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiRuntimeServicesTableLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/./UefiRuntimeServicesTableLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c
  4339	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf [X64]
  4340	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol'
  4341	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol/OUTPUT/UefiDevicePathLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiDevicePathLibDevicePathProtocolStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol/OUTPUT/./UefiDevicePathLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLibDevicePathProtocol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c
  4342	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint/OUTPUT/UefiDriverEntryPoint.lib
  4343	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint/OUTPUT/UefiDriverEntryPoint.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint/OUTPUT/object_files.lst
  4344	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf [X64]
  4345	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib'
  4346	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/OUTPUT/MemoryAllocationLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c
  4347	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64]
  4348	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/UefiRuntimeServicesTableLib.lib
  4349	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint'
  4350	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib'
  4351	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/UefiBootServicesTableLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiBootServicesTableLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/./UefiBootServicesTableLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c
  4352	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/UefiRuntimeServicesTableLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/object_files.lst
  4353	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort'
  4354	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/DebugIoPortQemu.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/./DebugIoPortQemu.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/DebugIoPortQemu.c
  4355	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf [X64]
  4356	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib'
  4357	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib'
  4358	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/PrintLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePrintLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/PrintLib.c
  4359	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/Console.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./Console.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/Console.c
  4360	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf [X64]
  4361	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol/OUTPUT/UefiDevicePathLibDevicePathProtocol.lib
  4362	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev'
  4363	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/IoHighLevel.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicSevStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/./IoHighLevel.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoHighLevel.c
  4364	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol/OUTPUT/UefiDevicePathLibDevicePathProtocol.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol/OUTPUT/object_files.lst
  4365	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/DebugLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/./DebugLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
  4366	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/CcProbeLibNull/CcProbeLibNull.inf [X64]
  4367	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol'
  4368	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib'
  4369	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/BaseDebugPrintErrorLevelLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseDebugPrintErrorLevelLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/./BaseDebugPrintErrorLevelLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.c
  4370	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/UefiBootServicesTableLib.lib
  4371	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/UefiBootServicesTableLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/object_files.lst
  4372	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/TdxLib/TdxLib.inf [X64]
  4373	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/PrintLibInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePrintLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/PrintLibInternal.c
  4374	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeNetLib/DxeNetLib/OUTPUT/NetBuffer.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeNetLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeNetLib/DxeNetLib/OUTPUT/./NetBuffer.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeNetLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeNetLib/DxeNetLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeNetLib/NetBuffer.c
  4375	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib'
  4376	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/CcProbeLibNull/CcProbeLibNull'
  4377	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/CcProbeLibNull/CcProbeLibNull/OUTPUT/CcProbeLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CcProbeLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/CcProbeLibNull/CcProbeLibNull/OUTPUT/./CcProbeLibNull.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/CcProbeLibNull -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/CcProbeLibNull/CcProbeLibNull/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/CcProbeLibNull/CcProbeLibNull.c
  4378	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/BaseLib.inf [X64]
  4379	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/BaseDebugPrintErrorLevelLib.lib
  4380	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/BaseDebugPrintErrorLevelLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/object_files.lst
  4381	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf [X64]
  4382	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/IoLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicSevStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/./IoLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLib.c
  4383	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/CcProbeLibNull/CcProbeLibNull/OUTPUT/CcProbeLibNull.lib
  4384	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/CcProbeLibNull/CcProbeLibNull/OUTPUT/CcProbeLibNull.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/CcProbeLibNull/CcProbeLibNull/OUTPUT/object_files.lst
  4385	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/DebugLibDetect.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/./DebugLibDetect.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c
  4386	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/OUTPUT/UefiMemoryAllocationLib.lib
  4387	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/OUTPUT/UefiMemoryAllocationLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/OUTPUT/object_files.lst
  4388	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib'
  4389	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/TdxLib/TdxLib'
  4390	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/TdxLib/TdxLib/OUTPUT/AcceptPages.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TdxLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/TdxLib/TdxLib/OUTPUT/./AcceptPages.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/TdxLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/TdxLib/TdxLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/TdxLib/AcceptPages.c
  4391	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib'
  4392	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/ARShiftU64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ARShiftU64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ARShiftU64.c
  4393	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/UefiDriverModel.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiDriverModel.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiDriverModel.c
  4394	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr'
  4395	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/CompareMemWrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./CompareMemWrapper.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/CompareMemWrapper.c
  4396	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib'
  4397	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/CcProbeLibNull/CcProbeLibNull'
  4398	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib/DxePcdLib.inf [X64]
  4399	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/BasePrintLib.lib
  4400	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/BasePrintLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/object_files.lst
  4401	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/TdxLib/TdxLib/OUTPUT/Rtmr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TdxLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/TdxLib/TdxLib/OUTPUT/./Rtmr.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/TdxLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/TdxLib/TdxLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/TdxLib/Rtmr.c
  4402	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/PlatformDebugLibIoPort.lib
  4403	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/PlatformDebugLibIoPort.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/object_files.lst
  4404	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/BitField.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./BitField.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/BitField.c
  4405	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/IoLibFifo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicSevStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/./IoLibFifo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLibFifo.c
  4406	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxePcdLib/DxePcdLib'
  4407	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/DxePcdLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxePcdLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/./DxePcdLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxePcdLib/DxePcdLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib/DxePcdLib.c
  4408	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePrintLib/BasePrintLib'
  4409	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf [X64]
  4410	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort'
  4411	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/CopyMemWrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./CopyMemWrapper.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/CopyMemWrapper.c
  4412	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf [X64]
  4413	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull'
  4414	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull/OUTPUT/RegisterFilterLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FilterLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull/OUTPUT/./RegisterFilterLibNull.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/RegisterFilterLibNull -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.c
  4415	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/TdxLib/TdxLib/OUTPUT/TdInfo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TdxLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/TdxLib/TdxLib/OUTPUT/./TdInfo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/TdxLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/TdxLib/TdxLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/TdxLib/TdInfo.c
  4416	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/IoLibGcc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicSevStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/./IoLibGcc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c
  4417	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/CheckSum.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./CheckSum.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/CheckSum.c
  4418	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf [X64]
  4419	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/IsZeroBufferWrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./IsZeroBufferWrapper.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/IsZeroBufferWrapper.c
  4420	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib'
  4421	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib/OUTPUT/DetectSmbiosVersionLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DetectSmbiosVersionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib/OUTPUT/./DetectSmbiosVersionLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/SmbiosVersionLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.c
  4422	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/IoLibInternalTdx.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicSevStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/./IoLibInternalTdx.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLibInternalTdx.c
  4423	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull/OUTPUT/FilterLibNull.lib
  4424	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull/OUTPUT/FilterLibNull.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull/OUTPUT/object_files.lst
  4425	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint'
  4426	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/PeiCoreEntryPoint.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/./PeiCoreEntryPoint.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c
  4427	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf [X64]
  4428	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeNetLib/DxeNetLib/OUTPUT/DxeNetLib.lib
  4429	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeNetLib/DxeNetLib/OUTPUT/DxeNetLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeNetLib/DxeNetLib/OUTPUT/object_files.lst
  4430	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/UefiLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLib.c
  4431	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull'
  4432	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/ChkStkGcc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ChkStkGcc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ChkStkGcc.c
  4433	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf [X64]
  4434	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/TdxLib/TdxLib/OUTPUT/TdxLib.lib
  4435	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/TdxLib/TdxLib/OUTPUT/TdxLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/TdxLib/TdxLib/OUTPUT/object_files.lst
  4436	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/MemLibGuid.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./MemLibGuid.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c
  4437	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib'
  4438	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CustomizedDisplayLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/CustomizedDisplayLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/DEBUG/AutoGen.c
  4439	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib.inf [X64]
  4440	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/TdxLib/TdxLib'
  4441	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf [X64]
  4442	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/PeiCoreEntryPoint.lib
  4443	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/PeiCoreEntryPoint.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/object_files.lst
  4444	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint'
  4445	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/Cpu.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Cpu.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Cpu.c
  4446	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/DxePcdLib.lib
  4447	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib/OUTPUT/DetectSmbiosVersionLib.lib
  4448	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib/OUTPUT/DetectSmbiosVersionLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib/OUTPUT/object_files.lst
  4449	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib'
  4450	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/DxePcdLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/object_files.lst
  4451	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxePcdLib/DxePcdLib'
  4452	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeNetLib/DxeNetLib'
  4453	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib'
  4454	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/AmdSev.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/./AmdSev.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/AmdSev.c
  4455	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib'
  4456	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib/OUTPUT/CpuPageTableMap.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuPageTableLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib/OUTPUT/./CpuPageTableMap.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuPageTableLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableMap.c
  4457	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/ScanMem16Wrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem16Wrapper.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem16Wrapper.c
  4458	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/IoLibMmioBuffer.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicSevStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/./IoLibMmioBuffer.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c
  4459	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/CustomizedDisplayLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CustomizedDisplayLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/./CustomizedDisplayLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/CustomizedDisplayLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.c
  4460	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib'
  4461	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib/OUTPUT/DxeResetShutdown.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeResetSystemLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib/OUTPUT/./DxeResetShutdown.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/ResetSystemLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/ResetSystemLib/DxeResetShutdown.c
  4462	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf [X64]
  4463	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/CpuDeadLoop.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./CpuDeadLoop.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/CpuDeadLoop.c
  4464	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib.inf [X64]
  4465	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/X64/IoFifoSev.nasm
  4466	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf [X64]
  4467	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/ScanMem32Wrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem32Wrapper.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem32Wrapper.c
  4468	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib'
  4469	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib/OUTPUT/TimeBaseLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TimeBaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib/OUTPUT/./TimeBaseLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg/Library/TimeBaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.c
  4470	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/UefiLibPrint.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiLibPrint.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLibPrint.c
  4471	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/DivS64x64Remainder.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivS64x64Remainder.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivS64x64Remainder.c
  4472	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/DxeMpLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/./DxeMpLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/DxeMpLib.c
  4473	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib'
  4474	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib/OUTPUT/XenRealTimeClockLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenRealTimeClockLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib/OUTPUT/./XenRealTimeClockLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenRealTimeClockLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib.c
  4475	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib/OUTPUT/CpuPageTableParse.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuPageTableLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib/OUTPUT/./CpuPageTableParse.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuPageTableLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableParse.c
  4476	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/ScanMem64Wrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem64Wrapper.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem64Wrapper.c
  4477	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib'
  4478	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib/OUTPUT/FrameBufferBltLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FrameBufferBltLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib/OUTPUT/./FrameBufferBltLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/FrameBufferBltLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.c
  4479	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/NestedInterruptTplLib/NestedInterruptTplLib.inf [X64]
  4480	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib/OUTPUT/ResetSystemLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeResetSystemLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib/OUTPUT/./ResetSystemLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/ResetSystemLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/ResetSystemLib/ResetSystemLib.c
  4481	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/DivU64x32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x32.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x32.c
  4482	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf [X64]
  4483	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NestedInterruptTplLib/NestedInterruptTplLib'
  4484	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NestedInterruptTplLib/NestedInterruptTplLib/OUTPUT/Iret.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NestedInterruptTplLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NestedInterruptTplLib/NestedInterruptTplLib/OUTPUT/./Iret.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/NestedInterruptTplLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NestedInterruptTplLib/NestedInterruptTplLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/NestedInterruptTplLib/Iret.c
  4485	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/ScanMem8Wrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem8Wrapper.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem8Wrapper.c
  4486	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib'
  4487	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib/OUTPUT/PlatformHasIoMmuLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformHasIoMmuLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib/OUTPUT/./PlatformHasIoMmuLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformHasIoMmuLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.c
  4488	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib/OUTPUT/TimeBaseLib.lib
  4489	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLibScan.inf [X64]
  4490	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib/OUTPUT/TimeBaseLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib/OUTPUT/object_files.lst
  4491	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/CustomizedDisplayLibInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CustomizedDisplayLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/./CustomizedDisplayLibInternal.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/CustomizedDisplayLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLibInternal.c
  4492	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib/OUTPUT/XenRealTimeClockLib.lib
  4493	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib/OUTPUT/XenRealTimeClockLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib/OUTPUT/object_files.lst
  4494	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf [X64]
  4495	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib'
  4496	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/SetMem16Wrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem16Wrapper.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem16Wrapper.c
  4497	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/DivU64x32Remainder.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x32Remainder.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x32Remainder.c
  4498	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib'
  4499	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib/OUTPUT/CpuPageTableLib.lib
  4500	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib/OUTPUT/CpuPageTableLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib/OUTPUT/object_files.lst
  4501	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLibScan'
  4502	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLibScan/OUTPUT/PciHostBridgeLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciHostBridgeLibScanStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLibScan/OUTPUT/./PciHostBridgeLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PciHostBridgeLibScan -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLibScan/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLib.c
  4503	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib/OUTPUT/PlatformHasIoMmuLib.lib
  4504	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/X64/IoFifoSev.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.ii
  4505	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib/OUTPUT/PlatformHasIoMmuLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib/OUTPUT/object_files.lst
  4506	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib/OUTPUT/DxeResetSystemLib.lib
  4507	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib/OUTPUT/DxeResetSystemLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib/OUTPUT/object_files.lst
  4508	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib'
  4509	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib/OUTPUT/PciHostBridgeUtilityLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciHostBridgeUtilityLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib/OUTPUT/./PciHostBridgeUtilityLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PciHostBridgeUtilityLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.c
  4510	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NestedInterruptTplLib/NestedInterruptTplLib/OUTPUT/Tpl.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NestedInterruptTplLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NestedInterruptTplLib/NestedInterruptTplLib/OUTPUT/./Tpl.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/NestedInterruptTplLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NestedInterruptTplLib/NestedInterruptTplLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/NestedInterruptTplLib/Tpl.c
  4511	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib'
  4512	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib.inf [X64]
  4513	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib'
  4514	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib'
  4515	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/SetMem32Wrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem32Wrapper.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem32Wrapper.c
  4516	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull.inf [X64]
  4517	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.ii
  4518	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/UefiNotTiano.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiNotTiano.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiNotTiano.c
  4519	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf [X64]
  4520	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/DivU64x64Remainder.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x64Remainder.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x64Remainder.c
  4521	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib'
  4522	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib/OUTPUT/HardwareInfoDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeHardwareInfoLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib/OUTPUT/./HardwareInfoDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/HardwareInfoLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/HardwareInfoLib/HardwareInfoDxe.c
  4523	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib/OUTPUT/FrameBufferBltLib.lib
  4524	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib/OUTPUT/FrameBufferBltLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib/OUTPUT/object_files.lst
  4525	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLibScan/OUTPUT/ScanForRootBridges.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciHostBridgeLibScanStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLibScan/OUTPUT/./ScanForRootBridges.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PciHostBridgeLibScan -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLibScan/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PciHostBridgeLibScan/ScanForRootBridges.c
  4526	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull'
  4527	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull/OUTPUT/BlobVerifierNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BlobVerifierLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull/OUTPUT/./BlobVerifierNull.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BlobVerifierLibNull -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierNull.c
  4528	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib'
  4529	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf [X64]
  4530	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/FilePaths.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./FilePaths.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/FilePaths.c
  4531	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/SetMem64Wrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem64Wrapper.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem64Wrapper.c
  4532	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf [X64]
  4533	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib'
  4534	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib/OUTPUT/DxeTcpIoLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeTcpIoLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib/OUTPUT/./DxeTcpIoLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeTcpIoLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib.c
  4535	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NestedInterruptTplLib/NestedInterruptTplLib/OUTPUT/NestedInterruptTplLib.lib
  4536	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NestedInterruptTplLib/NestedInterruptTplLib/OUTPUT/NestedInterruptTplLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NestedInterruptTplLib/NestedInterruptTplLib/OUTPUT/object_files.lst
  4537	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib'
  4538	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Bn/CryptBn.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Bn/CryptBn.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn/CryptBn.c
  4539	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull/OUTPUT/BlobVerifierLibNull.lib
  4540	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull/OUTPUT/BlobVerifierLibNull.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull/OUTPUT/object_files.lst
  4541	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NestedInterruptTplLib/NestedInterruptTplLib'
  4542	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf [X64]
  4543	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/GetPowerOfTwo32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./GetPowerOfTwo32.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/GetPowerOfTwo32.c
  4544	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/CustomizedDisplayLib.lib
  4545	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/CustomizedDisplayLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib/OUTPUT/object_files.lst
  4546	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib'
  4547	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/SetMemWrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMemWrapper.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMemWrapper.c
  4548	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib/OUTPUT/HardwareInfoPciHostBridgeLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeHardwareInfoLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib/OUTPUT/./HardwareInfoPciHostBridgeLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/HardwareInfoLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/HardwareInfoLib/HardwareInfoPciHostBridgeLib.c
  4549	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto'
  4550	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/EcSm2Null.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/./EcSm2Null.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/EcSm2Null.c
  4551	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/Microcode.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/./Microcode.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/Microcode.c
  4552	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull'
  4553	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/UefiLib.lib
  4554	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib/OUTPUT/PciHostBridgeUtilityLib.lib
  4555	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib/OUTPUT/PciHostBridgeUtilityLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib/OUTPUT/object_files.lst
  4556	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/UefiLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/object_files.lst
  4557	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/IntrinsicLib/IntrinsicLib'
  4558	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/IntrinsicLib/IntrinsicLib/OUTPUT/CopyMem.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseIntrinsicLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/IntrinsicLib/IntrinsicLib/OUTPUT/./CopyMem.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/IntrinsicLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/IntrinsicLib/IntrinsicLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/IntrinsicLib/CopyMem.c
  4559	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLibScan/OUTPUT/PciHostBridgeLibScan.lib
  4560	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLibScan/OUTPUT/PciHostBridgeLibScan.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLibScan/OUTPUT/object_files.lst
  4561	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf [X64]
  4562	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/X64/IoFifoSev.iii
  4563	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLibScan'
  4564	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/CompareMem.nasm
  4565	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/IntrinsicLib/IntrinsicLib/OUTPUT/MemoryIntrinsics.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseIntrinsicLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/IntrinsicLib/IntrinsicLib/OUTPUT/./MemoryIntrinsics.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/IntrinsicLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/IntrinsicLib/IntrinsicLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/IntrinsicLib/MemoryIntrinsics.c
  4566	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib'
  4567	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/GetPowerOfTwo64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./GetPowerOfTwo64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/GetPowerOfTwo64.c
  4568	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf [X64]
  4569	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiLib/UefiLib'
  4570	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/BaseIoLibIntrinsicSev.lib
  4571	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/BaseIoLibIntrinsicSev.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev/OUTPUT/object_files.lst
  4572	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Cipher/CryptAeadAesGcm.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Cipher/CryptAeadAesGcm.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAeadAesGcm.c
  4573	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib'
  4574	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib/OUTPUT/RngLibTimer.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseRngLibTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib/OUTPUT/./RngLibTimer.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseRngLibTimerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseRngLibTimerLib/RngLibTimer.c
  4575	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev'
  4576	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib/OUTPUT/QemuFwCfgHardwareInfoLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeHardwareInfoLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib/OUTPUT/./QemuFwCfgHardwareInfoLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/HardwareInfoLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/HardwareInfoLib/QemuFwCfgHardwareInfoLib.c
  4577	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib/OUTPUT/DxeTcpIoLib.lib
  4578	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib/OUTPUT/DxeTcpIoLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib/OUTPUT/object_files.lst
  4579	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib'
  4580	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib/OUTPUT/XenIoMmioLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenIoMmioLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib/OUTPUT/./XenIoMmioLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenIoMmioLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.c
  4581	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenResetVector/XenResetVector.inf [X64]
  4582	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/HighBitSet32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./HighBitSet32.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/HighBitSet32.c
  4583	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib'
  4584	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/OpensslLibConstructor.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/./OpensslLibConstructor.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/OpensslLibConstructor.c
  4585	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/MpLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/./MpLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/MpLib.c
  4586	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/IntrinsicLib/IntrinsicLib/OUTPUT/BaseIntrinsicLib.lib
  4587	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/IntrinsicLib/IntrinsicLib/OUTPUT/BaseIntrinsicLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/IntrinsicLib/IntrinsicLib/OUTPUT/object_files.lst
  4588	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/IntrinsicLib/IntrinsicLib'
  4589	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf [X64]
  4590	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector'
  4591	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/OUTPUT/XenResetVector.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenResetVector/XenResetVector.nasmb
  4592	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/SslNull.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/./SslNull.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/SslNull.c
  4593	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf [X64]
  4594	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib/OUTPUT/DxeHardwareInfoLib.lib
  4595	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib/OUTPUT/DxeHardwareInfoLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib/OUTPUT/object_files.lst
  4596	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/HighBitSet64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./HighBitSet64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/HighBitSet64.c
  4597	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib/OUTPUT/BaseRngLibTimerLib.lib
  4598	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib/OUTPUT/BaseRngLibTimerLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib/OUTPUT/object_files.lst
  4599	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib'
  4600	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib'
  4601	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/CompareMem.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.ii
  4602	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf [X64]
  4603	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib'
  4604	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib/OUTPUT/UefiShellInstall1CommandsLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellInstall1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib/OUTPUT/./UefiShellInstall1CommandsLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellInstall1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.c
  4605	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Cipher/CryptAes.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Cipher/CryptAes.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAes.c
  4606	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib'
  4607	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellNetwork1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellNetwork1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/DEBUG/AutoGen.c
  4608	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf [X64]
  4609	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.ii
  4610	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LRotU32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LRotU32.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LRotU32.c
  4611	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib/OUTPUT/XenIoMmioLib.lib
  4612	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib/OUTPUT/XenIoMmioLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib/OUTPUT/object_files.lst
  4613	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf [X64]
  4614	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib'
  4615	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib'
  4616	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG/AutoGen.c
  4617	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib/OUTPUT/UefiShellInstall1CommandsLib.lib
  4618	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib/OUTPUT/UefiShellInstall1CommandsLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib/OUTPUT/object_files.lst
  4619	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib'
  4620	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG/AutoGen.c
  4621	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf [X64]
  4622	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptCShake256.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptCShake256.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash/CryptCShake256.c
  4623	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib'
  4624	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/Alias.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./Alias.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib/Alias.c
  4625	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib'
  4626	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LRotU64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LRotU64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LRotU64.c
  4627	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/Ifconfig.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellNetwork1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/./Ifconfig.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellNetwork1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c
  4628	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aes/aes_cbc.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aes/aes_cbc.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_cbc.c
  4629	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/OUTPUT/XenResetVector.bin.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenResetVector -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ResetVector/Vtf0/ /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenResetVector/XenResetVector.nasmb > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/OUTPUT/XenResetVector.ii
  4630	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib'
  4631	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/DEBUG/AutoGen.c
  4632	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf [X64]
  4633	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LShiftU64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LShiftU64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LShiftU64.c
  4634	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aes/aes_cfb.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aes/aes_cfb.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_cfb.c
  4635	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib'
  4636	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/Attrib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./Attrib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/Attrib.c
  4637	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.iii
  4638	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf [X64]
  4639	Trim --source-code --convert-hex -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/OUTPUT/XenResetVector.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/OUTPUT/XenResetVector.ii
  4640	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptDispatchApDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptDispatchApDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash/CryptDispatchApDxe.c
  4641	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.nasm
  4642	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf [X64]
  4643	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/Connect.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./Connect.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib/Connect.c
  4644	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LinkedList.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LinkedList.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LinkedList.c
  4645	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib'
  4646	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellBcfgCommandLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellBcfgCommandLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/DEBUG/AutoGen.c
  4647	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf [X64]
  4648	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG/AutoGen.c
  4649	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib'
  4650	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/OUTPUT/ConsistMapping.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellCommandLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/OUTPUT/./ConsistMapping.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellCommandLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellCommandLib/ConsistMapping.c
  4651	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aes/aes_core.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aes/aes_core.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_core.c
  4652	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf [X64]
  4653	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/Exit.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/./Exit.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib/Exit.c
  4654	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib'
  4655	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiHandleParsingLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiHandleParsingLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/DEBUG/AutoGen.c
  4656	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/X64/AmdSev.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/X64/AmdSev.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/AmdSev.c
  4657	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf [X64]
  4658	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LongJump.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LongJump.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LongJump.c
  4659	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Comp.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./Comp.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c
  4660	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptMd5.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptMd5.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c
  4661	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG/AutoGen.c
  4662	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib'
  4663	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/BdsPlatform.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformBootManagerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/./BdsPlatform.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformBootManagerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SourceLevelDebugPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SourceLevelDebugPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SourceLevelDebugPkg/Include/Ia32 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
  4664	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf [X64]
  4665	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenResetVector/ -l /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/OUTPUT/XenResetVector.lst -f bin  -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenResetVector/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ResetVector/Vtf0/ -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/OUTPUT/XenResetVector.bin /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/OUTPUT/XenResetVector.iii
  4666	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootLogoLib/BootLogoLib'
  4667	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootLogoLib/BootLogoLib/OUTPUT/BootLogoLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootLogoLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootLogoLib/BootLogoLib/OUTPUT/./BootLogoLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootLogoLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootLogoLib/BootLogoLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootLogoLib/BootLogoLib.c
  4668	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/Ping.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellNetwork1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/./Ping.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellNetwork1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c
  4669	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/OUTPUT/UefiShellBcfgCommandLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellBcfgCommandLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/OUTPUT/./UefiShellBcfgCommandLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellBcfgCommandLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
  4670	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aes/aes_ige.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aes/aes_ige.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_ige.c
  4671	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf [X64]
  4672	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.ii
  4673	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LowBitSet32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LowBitSet32.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LowBitSet32.c
  4674	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/OUTPUT/UefiHandleParsingLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiHandleParsingLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/OUTPUT/./UefiHandleParsingLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiHandleParsingLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
  4675	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/DevTree.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./DevTree.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib/DevTree.c
  4676	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib.inf [X64]
  4677	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/OUTPUT/XenResetVector.bin /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/OUTPUT/XenResetVector.com
  4678	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib'
  4679	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/OUTPUT/XenResetVector.bin && GenSec -s EFI_SECTION_RAW -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1BA0062E-C779-4582-8566-336AE8F78F09XenResetVector/1BA0062E-C779-4582-8566-336AE8F78F09SEC1.1.raw /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector/OUTPUT/XenResetVector.bin
  4680	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/OUTPUT/FsAccess.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NvVarsFileLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/OUTPUT/./FsAccess.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/NvVarsFileLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/NvVarsFileLib/FsAccess.c
  4681	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/Cls.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./Cls.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib/Cls.c
  4682	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/For.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/./For.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib/For.c
  4683	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg'
  4684	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg/OUTPUT/QemuFwCfgS3Dxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeQemuFwCfgS3LibFwCfgStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg/OUTPUT/./QemuFwCfgS3Dxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgS3Lib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgS3Lib/QemuFwCfgS3Dxe.c
  4685	GenFfs -t EFI_FV_FILETYPE_RAW -g 1BA0062E-C779-4582-8566-336AE8F78F09 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1BA0062E-C779-4582-8566-336AE8F78F09XenResetVector/1BA0062E-C779-4582-8566-336AE8F78F09.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1BA0062E-C779-4582-8566-336AE8F78F09XenResetVector/1BA0062E-C779-4582-8566-336AE8F78F09SEC1.1.raw -n 16
  4686	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.ii
  4687	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib'
  4688	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib/OUTPUT/GenericQemuLoadImageLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=GenericQemuLoadImageLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib/OUTPUT/./GenericQemuLoadImageLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/GenericQemuLoadImageLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib.c
  4689	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf [X64]
  4690	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptParallelHash.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptParallelHash.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash/CryptParallelHash.c
  4691	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenResetVector/XenResetVector'
  4692	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aes/aes_misc.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aes/aes_misc.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_misc.c
  4693	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/X64/CreatePageTable.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/X64/CreatePageTable.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/CreatePageTable.c
  4694	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf [X64]
  4695	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/LowBitSet64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LowBitSet64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LowBitSet64.c
  4696	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib.inf [X64]
  4697	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib'
  4698	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/OUTPUT/ExtraRootBusMap.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuBootOrderLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/OUTPUT/./ExtraRootBusMap.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuBootOrderLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuBootOrderLib/ExtraRootBusMap.c
  4699	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Compress.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./Compress.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c
  4700	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/OUTPUT/UefiShellCommandLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellCommandLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/OUTPUT/./UefiShellCommandLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellCommandLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c
  4701	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/Math64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Math64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Math64.c
  4702	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib'
  4703	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib/OUTPUT/StatusCodeHandler.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformBmPrintScLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib/OUTPUT/./StatusCodeHandler.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformBmPrintScLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformBmPrintScLib/StatusCodeHandler.c
  4704	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aes/aes_ofb.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aes/aes_ofb.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_ofb.c
  4705	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg/OUTPUT/QemuFwCfgS3PeiDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeQemuFwCfgS3LibFwCfgStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg/OUTPUT/./QemuFwCfgS3PeiDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgS3Lib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgS3Lib/QemuFwCfgS3PeiDxe.c
  4706	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf [X64]
  4707	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootLogoLib/BootLogoLib/OUTPUT/BootLogoLib.lib
  4708	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptSha1.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptSha1.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha1.c
  4709	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootLogoLib/BootLogoLib/OUTPUT/BootLogoLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootLogoLib/BootLogoLib/OUTPUT/object_files.lst
  4710	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootLogoLib/BootLogoLib'
  4711	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib/OUTPUT/GenericQemuLoadImageLib.lib
  4712	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib/OUTPUT/GenericQemuLoadImageLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib/OUTPUT/object_files.lst
  4713	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/Cd.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./Cd.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/Cd.c
  4714	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib.inf [X64]
  4715	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib'
  4716	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/X64/MpFuncs.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm
  4717	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/ModU64x32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ModU64x32.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ModU64x32.c
  4718	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/Echo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./Echo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib/Echo.c
  4719	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/Devices.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./Devices.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib/Devices.c
  4720	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib'
  4721	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib/OUTPUT/DxeTcg2PhysicalPresenceLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeTcg2PhysicalPresenceLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib/OUTPUT/./DxeTcg2PhysicalPresenceLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Test/Mock/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib.c
  4722	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aes/aes_wrap.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aes/aes_wrap.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_wrap.c
  4723	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/OUTPUT/NvVarsFileLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NvVarsFileLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/OUTPUT/./NvVarsFileLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/NvVarsFileLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.c
  4724	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib'
  4725	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib/OUTPUT/SerializeVariablesLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeSerializeVariablesLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib/OUTPUT/./SerializeVariablesLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/SerializeVariablesLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.c
  4726	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/OUTPUT/QemuBootOrderLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuBootOrderLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/OUTPUT/./QemuBootOrderLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuBootOrderLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.c
  4727	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib'
  4728	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib/OUTPUT/QemuFwCfgDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuFwCfgDxeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib/OUTPUT/./QemuFwCfgDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxe.c
  4729	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLib.inf [X64]
  4730	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg/OUTPUT/DxeQemuFwCfgS3LibFwCfg.lib
  4731	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg/OUTPUT/DxeQemuFwCfgS3LibFwCfg.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg/OUTPUT/object_files.lst
  4732	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.iii
  4733	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf [X64]
  4734	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/MultS64x64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultS64x64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultS64x64.c
  4735	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/IsZeroBuffer.nasm
  4736	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg'
  4737	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/OUTPUT/UefiShellBcfgCommandLib.lib
  4738	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/OUTPUT/UefiShellBcfgCommandLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib/OUTPUT/object_files.lst
  4739	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib/OUTPUT/DxeTcg2PhysicalPresenceLibNull.lib
  4740	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib/OUTPUT/DxeTcg2PhysicalPresenceLibNull.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib/OUTPUT/object_files.lst
  4741	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Dblk.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./Dblk.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Dblk.c
  4742	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLib'
  4743	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLib/OUTPUT/MemoryEncryption.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MemEncryptTdxLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLib/OUTPUT/./MemoryEncryption.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptTdxLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptTdxLib/MemoryEncryption.c
  4744	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib'
  4745	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptSha256.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptSha256.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha256.c
  4746	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib'
  4747	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/Goto.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/./Goto.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib/Goto.c
  4748	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib/OUTPUT/PlatformBmPrintScLib.lib
  4749	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf [X64]
  4750	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib/OUTPUT/PlatformBmPrintScLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib/OUTPUT/object_files.lst
  4751	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib'
  4752	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/MultU64x32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultU64x32.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultU64x32.c
  4753	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aria/aria.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/aria/aria.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/aria/aria.c
  4754	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib'
  4755	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib/OUTPUT/DxeSecurityManagementLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeSecurityManagementLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib/OUTPUT/./DxeSecurityManagementLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeSecurityManagementLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.c
  4756	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf [X64]
  4757	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/OUTPUT/NvVarsFileLib.lib
  4758	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/OUTPUT/NvVarsFileLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib/OUTPUT/object_files.lst
  4759	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib'
  4760	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib/OUTPUT/BmpSupportLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseBmpSupportLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib/OUTPUT/./BmpSupportLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BaseBmpSupportLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BaseBmpSupportLib/BmpSupportLib.c
  4761	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/GetMtc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./GetMtc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib/GetMtc.c
  4762	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf [X64]
  4763	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/UefiShellNetwork1CommandsLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellNetwork1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/./UefiShellNetwork1CommandsLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellNetwork1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.c
  4764	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/Cp.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./Cp.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c
  4765	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib'
  4766	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib/OUTPUT/DxeSerializeVariablesLib.lib
  4767	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib/OUTPUT/DxeSerializeVariablesLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib/OUTPUT/object_files.lst
  4768	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/PlatformData.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformBootManagerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/./PlatformData.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformBootManagerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SourceLevelDebugPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SourceLevelDebugPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SourceLevelDebugPkg/Include/Ia32 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformBootManagerLib/PlatformData.c
  4769	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf [X64]
  4770	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_bitstr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_bitstr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_bitstr.c
  4771	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/X64/MpFuncs.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/X64/MpFuncs.ii
  4772	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib'
  4773	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG/AutoGen.c
  4774	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib/OUTPUT/QemuFwCfgLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuFwCfgDxeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib/OUTPUT/./QemuFwCfgLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c
  4775	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/Dh.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./Dh.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib/Dh.c
  4776	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptSha3.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptSha3.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha3.c
  4777	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/MultU64x64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultU64x64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultU64x64.c
  4778	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/OUTPUT/QemuBootOrderLib.lib
  4779	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/OUTPUT/QemuBootOrderLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib/OUTPUT/object_files.lst
  4780	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/QuickSort.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./QuickSort.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/QuickSort.c
  4781	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib'
  4782	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib'
  4783	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG/AutoGen.c
  4784	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/If.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/./If.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib/If.c
  4785	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/OUTPUT/UefiShellCommandLib.lib
  4786	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib'
  4787	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DeviceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DeviceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG/AutoGen.c
  4788	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/OUTPUT/UefiShellCommandLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib/OUTPUT/object_files.lst
  4789	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf [X64]
  4790	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/IsZeroBuffer.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.ii
  4791	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib'
  4792	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/X64/MpFuncs.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/X64/MpFuncs.ii
  4793	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib/OUTPUT/BaseBmpSupportLib.lib
  4794	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib/OUTPUT/BaseBmpSupportLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib/OUTPUT/object_files.lst
  4795	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib/OUTPUT/DxeSecurityManagementLib.lib
  4796	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib/OUTPUT/DxeSecurityManagementLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib/OUTPUT/object_files.lst
  4797	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLib/OUTPUT/MemEncryptTdxLib.lib
  4798	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLib/OUTPUT/MemEncryptTdxLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLib/OUTPUT/object_files.lst
  4799	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib'
  4800	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Dmem.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./Dmem.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c
  4801	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BmLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./BmLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BmLib.c
  4802	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/RRotU32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RRotU32.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RRotU32.c
  4803	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib'
  4804	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.ii
  4805	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint'
  4806	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint/OUTPUT/ApplicationEntryPoint.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiApplicationEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint/OUTPUT/./ApplicationEntryPoint.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiApplicationEntryPoint -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiApplicationEntryPoint/ApplicationEntryPoint.c
  4807	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLib'
  4808	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib'
  4809	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/Help.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./Help.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c
  4810	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf [X64]
  4811	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/UefiShellNetwork1CommandsLib.lib
  4812	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/UefiShellNetwork1CommandsLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib/OUTPUT/object_files.lst
  4813	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib/OUTPUT/QemuFwCfgDxeLib.lib
  4814	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib/OUTPUT/QemuFwCfgDxeLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib/OUTPUT/object_files.lst
  4815	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib.inf [X64]
  4816	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_d2i_fp.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_d2i_fp.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_d2i_fp.c
  4817	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptSha512.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptSha512.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512.c
  4818	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib.inf [X64]
  4819	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib'
  4820	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib'
  4821	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib'
  4822	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FileExplorerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/FileExplorerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/DEBUG/AutoGen.c
  4823	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/BootManager.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/./BootManager.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootManagerUiLib/BootManager.c
  4824	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/DeviceManager.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DeviceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/./DeviceManager.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DeviceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c
  4825	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/RRotU64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RRotU64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RRotU64.c
  4826	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/QemuKernel.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformBootManagerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/./QemuKernel.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformBootManagerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SourceLevelDebugPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SourceLevelDebugPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SourceLevelDebugPkg/Include/Ia32 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformBootManagerLib/QemuKernel.c
  4827	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/RShiftU64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RShiftU64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RShiftU64.c
  4828	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/Load.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./Load.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/Load.c
  4829	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/OUTPUT/UefiHandleParsingLib.lib
  4830	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/OUTPUT/UefiHandleParsingLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib/OUTPUT/object_files.lst
  4831	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint/OUTPUT/UefiApplicationEntryPoint.lib
  4832	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib'
  4833	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/DxeMemEncryptSevLibInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/./DxeMemEncryptSevLibInternal.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLibInternal.c
  4834	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint/OUTPUT/UefiApplicationEntryPoint.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint/OUTPUT/object_files.lst
  4835	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib'
  4836	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib'
  4837	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/PeiDxeMemEncryptSevLibInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/./PeiDxeMemEncryptSevLibInternal.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/PeiDxeMemEncryptSevLibInternal.c
  4838	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint'
  4839	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf [X64]
  4840	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenance.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./BootMaintenance.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
  4841	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/SafeString.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SafeString.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SafeString.c
  4842	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf [X64]
  4843	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/OUTPUT/FileExplorer.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FileExplorerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/OUTPUT/./FileExplorer.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/FileExplorerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/FileExplorerLib/FileExplorer.c
  4844	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/Disconnect.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./Disconnect.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib/Disconnect.c
  4845	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/DmpStore.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./DmpStore.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c
  4846	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf [X64]
  4847	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_digest.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_digest.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_digest.c
  4848	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptSm3.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptSm3.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash/CryptSm3.c
  4849	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/X64/MpFuncs.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/X64/MpFuncs.iii
  4850	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.iii
  4851	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/Shift.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/./Shift.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib/Shift.c
  4852	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib'
  4853	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/PeiResourcePublicationLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiResourcePublicationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/./PeiResourcePublicationLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c
  4854	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/PeiDxeMemEncryptSevLibInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/./PeiDxeMemEncryptSevLibInternal.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/PeiDxeMemEncryptSevLibInternal.c
  4855	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/PeiMemEncryptSevLibInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/./PeiMemEncryptSevLibInternal.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLibInternal.c
  4856	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem16.nasm
  4857	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/DxeMpInitLib.lib
  4858	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/Pause.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./Pause.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib/Pause.c
  4859	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg'
  4860	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/QemuFwCfgS3BasePei.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiQemuFwCfgS3LibFwCfgStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/./QemuFwCfgS3BasePei.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgS3Lib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgS3Lib/QemuFwCfgS3BasePei.c
  4861	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/PlatformBootManagerLib.lib
  4862	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/DxeMpInitLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib/OUTPUT/object_files.lst
  4863	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8'
  4864	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/PciLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePciLibCf8Strings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/./PciLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8/PciLib.c
  4865	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/PlatformBootManagerLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib/OUTPUT/object_files.lst
  4866	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib.inf [X64]
  4867	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib'
  4868	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/DxeMpInitLib'
  4869	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf [X64]
  4870	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/QemuFwCfgS3Pei.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiQemuFwCfgS3LibFwCfgStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/./QemuFwCfgS3Pei.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgS3Lib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgS3Lib/QemuFwCfgS3Pei.c
  4871	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptXkcp.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hash/CryptXkcp.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash/CryptXkcp.c
  4872	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/MemEncryptSevLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/MemEncryptSevLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/MemEncryptSevLib.c
  4873	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG/BootManagerVfr.c.deps -x c -E -P -DVFRCOMPILE --include BootManagerUiLibStrDefs.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootManagerUiLib/BootManagerVfr.Vfr > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/BootManagerVfr.i
  4874	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG/DeviceManagerVfr.c.deps -x c -E -P -DVFRCOMPILE --include DeviceManagerUiLibStrDefs.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DeviceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerVfr.Vfr > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/DeviceManagerVfr.i
  4875	"VfrCompile" -l -n --string-db /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/DeviceManagerUiLibStrDefs.hpk --output-directory /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG/. /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/DeviceManagerVfr.i
  4876	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/PeiResourcePublicationLib.lib
  4877	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/PeiResourcePublicationLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/object_files.lst
  4878	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib'
  4879	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/OUTPUT/QemuFwCfgLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuFwCfgPeiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/OUTPUT/./QemuFwCfgLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c
  4880	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/X64/DxeSnpSystemRamValidate.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/X64/DxeSnpSystemRamValidate.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/DxeSnpSystemRamValidate.c
  4881	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/Ls.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./Ls.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/Ls.c
  4882	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib'
  4883	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/BasePciLibCf8.lib
  4884	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_dup.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_dup.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_dup.c
  4885	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/BasePciLibCf8.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/object_files.lst
  4886	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib'
  4887	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/LockBoxBase.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LockBoxBaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/./LockBoxBase.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxBase.c
  4888	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenPlatformLib/XenPlatformLib.inf [X64]
  4889	"VfrCompile" -l -n --string-db /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/BootManagerUiLibStrDefs.hpk --output-directory /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG/. /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/BootManagerVfr.i
  4890	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/SetJump.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SetJump.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SetJump.c
  4891	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/DeviceManagerVfr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DeviceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/./DeviceManagerVfr.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DeviceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/DEBUG/DeviceManagerVfr.c
  4892	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/QemuFwCfgS3PeiDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiQemuFwCfgS3LibFwCfgStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/./QemuFwCfgS3PeiDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgS3Lib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgS3Lib/QemuFwCfgS3PeiDxe.c
  4893	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8'
  4894	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/BootManagerVfr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/./BootManagerVfr.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/DEBUG/BootManagerVfr.c
  4895	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/Touch.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./Touch.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c
  4896	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib'
  4897	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib/OUTPUT/XenPlatformLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPlatformLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib/OUTPUT/./XenPlatformLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenPlatformLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenPlatformLib/XenPlatformLib.c
  4898	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf [X64]
  4899	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/Stall.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/./Stall.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib/Stall.c
  4900	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/Drivers.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./Drivers.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib/Drivers.c
  4901	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/String.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./String.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/String.c
  4902	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf [X64]
  4903	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/X64/MemEncryptSevLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/X64/MemEncryptSevLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/MemEncryptSevLib.c
  4904	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/OUTPUT/QemuFwCfgPei.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuFwCfgPeiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/OUTPUT/./QemuFwCfgPei.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPei.c
  4905	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/LockBoxLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LockBoxBaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/./LockBoxLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxLib.c
  4906	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Edit/Edit.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Edit/Edit.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Edit.c
  4907	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/PeiQemuFwCfgS3LibFwCfg.lib
  4908	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_gentm.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_gentm.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_gentm.c
  4909	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hmac/CryptHmac.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Hmac/CryptHmac.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmac.c
  4910	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/DEBUG/FileExplorerVfr.c.deps -x c -E -P -DVFRCOMPILE --include FileExplorerLibStrDefs.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/FileExplorerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/FileExplorerLib/FileExplorerVfr.vfr > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/OUTPUT/FileExplorerVfr.i
  4911	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/PeiQemuFwCfgS3LibFwCfg.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg/OUTPUT/object_files.lst
  4912	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg'
  4913	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/PeiDxeVirtualMemory.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/PeiDxeVirtualMemory.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/PeiDxeVirtualMemory.c
  4914	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib/MtrrLib.inf [X64]
  4915	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/DeviceManagerUiLib.lib
  4916	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/DeviceManagerUiLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib/OUTPUT/object_files.lst
  4917	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib'
  4918	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib'
  4919	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/AmdSev.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./AmdSev.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/AmdSev.c
  4920	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem16.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.ii
  4921	"VfrCompile" -l -n --string-db /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/OUTPUT/FileExplorerLibStrDefs.hpk --output-directory /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/DEBUG/. /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/OUTPUT/FileExplorerVfr.i
  4922	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/BootManagerUiLib.lib
  4923	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/BootManagerUiLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib/OUTPUT/object_files.lst
  4924	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib'
  4925	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib/OUTPUT/XenPlatformLib.lib
  4926	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib/OUTPUT/XenPlatformLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib/OUTPUT/object_files.lst
  4927	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.inf [X64]
  4928	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG/BootMaintenanceManager.c.deps -x c -E -P -DVFRCOMPILE --include BootMaintenanceManagerUiLibStrDefs.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.vfr > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenanceManager.i
  4929	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.ii
  4930	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib'
  4931	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/OUTPUT/FileExplorerVfr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FileExplorerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/OUTPUT/./FileExplorerVfr.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/FileExplorerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/DEBUG/FileExplorerVfr.c
  4932	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/SwapBytes16.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes16.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes16.c
  4933	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib'
  4934	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/CpuExceptionCommon.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./CpuExceptionCommon.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c
  4935	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/LockBoxBaseLib.lib
  4936	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/LockBoxBaseLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/object_files.lst
  4937	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/Map.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./Map.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/Map.c
  4938	"VfrCompile" -l -n --string-db /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenanceManagerUiLibStrDefs.hpk --output-directory /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG/. /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenanceManager.i
  4939	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenanceManager.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./BootMaintenanceManager.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG/BootMaintenanceManager.c
  4940	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_i2d_fp.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_i2d_fp.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_i2d_fp.c
  4941	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib'
  4942	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/MtrrLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MtrrLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/./MtrrLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib/MtrrLib.c
  4943	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/UefiShellLevel1CommandsLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/./UefiShellLevel1CommandsLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c
  4944	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/X64/PeiDxeVirtualMemory.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/X64/PeiDxeVirtualMemory.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/PeiDxeVirtualMemory.c
  4945	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib.inf [X64]
  4946	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib'
  4947	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/SwapBytes32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes32.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes32.c
  4948	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib'
  4949	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib/OUTPUT/MicrocodeLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MicrocodeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib/OUTPUT/./MicrocodeLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MicrocodeLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.c
  4950	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/PeiCpuException.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./PeiCpuException.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuException.c
  4951	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/OUTPUT/QemuFwCfgPeiLib.lib
  4952	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/OUTPUT/QemuFwCfgPeiLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib/OUTPUT/object_files.lst
  4953	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib'
  4954	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/Type.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./Type.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib/Type.c
  4955	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/DrvCfg.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./DrvCfg.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib/DrvCfg.c
  4956	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/Microcode.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./Microcode.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/Microcode.c
  4957	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Edit/FileBuffer.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Edit/FileBuffer.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c
  4958	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib'
  4959	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib/OUTPUT/XenConsoleSerialPortLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenConsoleSerialPortLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib/OUTPUT/./XenConsoleSerialPortLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenConsoleSerialPortLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib.c
  4960	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/OUTPUT/FileExplorerLib.lib
  4961	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf [X64]
  4962	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Kdf/CryptHkdf.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Kdf/CryptHkdf.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf/CryptHkdf.c
  4963	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/SwapBytes64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes64.c
  4964	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/OUTPUT/FileExplorerLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib/OUTPUT/object_files.lst
  4965	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib'
  4966	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenanceManagerCustomizedUi.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./BootMaintenanceManagerCustomizedUi.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUi.c
  4967	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_int.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_int.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_int.c
  4968	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/PeiSnpSystemRamValidate.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/PeiSnpSystemRamValidate.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/PeiSnpSystemRamValidate.c
  4969	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib'
  4970	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/X64/hypercall.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenHypercallLib/X64/hypercall.nasm
  4971	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf [X64]
  4972	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib/OUTPUT/XenConsoleSerialPortLib.lib
  4973	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib/OUTPUT/XenConsoleSerialPortLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib/OUTPUT/object_files.lst
  4974	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/PeiDxeSmmCpuException.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./PeiDxeSmmCpuException.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c
  4975	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf [X64]
  4976	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib/OUTPUT/MicrocodeLib.lib
  4977	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib/OUTPUT/MicrocodeLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib/OUTPUT/object_files.lst
  4978	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.iii
  4979	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/SwitchStack.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwitchStack.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwitchStack.c
  4980	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem32.nasm
  4981	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib'
  4982	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/BmBoot.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiBootManagerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/./BmBoot.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c
  4983	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/UefiShellLevel1CommandsLib.lib
  4984	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenanceManagerCustomizedUiSupport.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./BootMaintenanceManagerCustomizedUiSupport.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.c
  4985	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/MpLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./MpLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/MpLib.c
  4986	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf [X64]
  4987	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib'
  4988	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/UefiShellLevel1CommandsLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib/OUTPUT/object_files.lst
  4989	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/MkDir.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./MkDir.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/MkDir.c
  4990	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib'
  4991	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint'
  4992	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/PeimEntryPoint.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeimEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/./PeimEntryPoint.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c
  4993	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/X64/SnpPageStateChangeInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/X64/SnpPageStateChangeInternal.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/SnpPageStateChangeInternal.c
  4994	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib'
  4995	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/UefiShellLevel3CommandsLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./UefiShellLevel3CommandsLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.c
  4996	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/Unaligned.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Unaligned.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Unaligned.c
  4997	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/SnpPageStateChangeInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/SnpPageStateChangeInternal.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/SnpPageStateChangeInternal.c
  4998	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib'
  4999	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/ReportStatusCodeLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiReportStatusCodeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/./ReportStatusCodeLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c
  5000	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ArchExceptionHandler.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ArchExceptionHandler.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
  5001	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf [X64]
  5002	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_mbstr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_mbstr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_mbstr.c
  5003	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/CpuId.nasm
  5004	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pem/CryptPem.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pem/CryptPem.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem/CryptPem.c
  5005	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/PeimEntryPoint.lib
  5006	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/PeimEntryPoint.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/object_files.lst
  5007	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf [X64]
  5008	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/X64/hypercall.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenHypercallLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenHypercallLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenHypercallLib/X64/hypercall.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/X64/hypercall.ii
  5009	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib'
  5010	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/PeiExtractGuidedSectionLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/./PeiExtractGuidedSectionLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c
  5011	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/DrvDiag.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./DrvDiag.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib/DrvDiag.c
  5012	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/VirtualMemory.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/X64/VirtualMemory.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/VirtualMemory.c
  5013	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/X64/VirtualMemory.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/X64/VirtualMemory.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/VirtualMemory.c
  5014	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint'
  5015	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Edit/MainTextEditor.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Edit/MainTextEditor.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c
  5016	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/Mv.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./Mv.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/Mv.c
  5017	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf [X64]
  5018	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull'
  5019	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/OemHookStatusCodeLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=OemHookStatusCodeLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/./OemHookStatusCodeLibNull.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.c
  5020	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem32.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.ii
  5021	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/X64/hypercall.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/X64/hypercall.ii
  5022	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/SecPeiExceptionHandlerAsm.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/SecPeiExceptionHandlerAsm.nasm
  5023	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiScsiLib/UefiScsiLib.inf [X64]
  5024	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootOption.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./BootOption.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootOption.c
  5025	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.ii
  5026	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/PeiReportStatusCodeLib.lib
  5027	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/PeiReportStatusCodeLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/object_files.lst
  5028	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_object.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_object.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_object.c
  5029	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf [X64]
  5030	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib'
  5031	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/PeiPcdLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiPcdLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/./PeiPcdLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib/PeiPcdLib.c
  5032	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/Ver.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel3CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/./Ver.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel3CommandsLib/Ver.c
  5033	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib'
  5034	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiScsiLib/UefiScsiLib'
  5035	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiScsiLib/UefiScsiLib/OUTPUT/UefiScsiLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiScsiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiScsiLib/UefiScsiLib/OUTPUT/./UefiScsiLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiScsiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiScsiLib/UefiScsiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiScsiLib/UefiScsiLib.c
  5036	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/DxeMemEncryptSevLib.lib
  5037	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/DxeMemEncryptSevLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib/OUTPUT/object_files.lst
  5038	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/PeiExtractGuidedSectionLib.lib
  5039	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/PeiExtractGuidedSectionLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/object_files.lst
  5040	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib'
  5041	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/MtrrLib.lib
  5042	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/MtrrLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/object_files.lst
  5043	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/OemHookStatusCodeLibNull.lib
  5044	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib'
  5045	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull'
  5046	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/PerformanceLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePerformanceLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/./PerformanceLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
  5047	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/OemHookStatusCodeLibNull.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/object_files.lst
  5048	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf [X64]
  5049	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf [X64]
  5050	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/PeiMemEncryptSevLib.lib
  5051	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/PeiMemEncryptSevLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib/OUTPUT/object_files.lst
  5052	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/CpuId.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.ii
  5053	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib'
  5054	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptAuthenticode.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptAuthenticode.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticode.c
  5055	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull'
  5056	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.ii
  5057	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/BasePerformanceLibNull.lib
  5058	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/BasePerformanceLibNull.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/object_files.lst
  5059	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf [X64]
  5060	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/PeiPcdLib.lib
  5061	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/PeiPcdLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/object_files.lst
  5062	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib'
  5063	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Edit/Misc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Edit/Misc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.c
  5064	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib'
  5065	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/DxeExtractGuidedSectionLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/./DxeExtractGuidedSectionLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
  5066	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull'
  5067	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/SecPeiExceptionHandlerAsm.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/SecPeiExceptionHandlerAsm.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/SecPeiExceptionHandlerAsm.ii
  5068	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_octet.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_octet.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_octet.c
  5069	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/UefiShellLevel3CommandsLib.lib
  5070	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenHypercallLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenHypercallLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenHypercallLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/X64/hypercall.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/X64/hypercall.iii
  5071	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib'
  5072	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/OpenInfo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./OpenInfo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib/OpenInfo.c
  5073	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/UefiShellLevel3CommandsLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib/OUTPUT/object_files.lst
  5074	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib'
  5075	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/BaseUefiDecompressLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseUefiDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/./BaseUefiDecompressLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c
  5076	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiScsiLib/UefiScsiLib/OUTPUT/UefiScsiLib.lib
  5077	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiScsiLib/UefiScsiLib/OUTPUT/UefiScsiLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiScsiLib/UefiScsiLib/OUTPUT/object_files.lst
  5078	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib'
  5079	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/HobLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreHobLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/./HobLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib/HobLib.c
  5080	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/X86XenHypercall.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenHypercallLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/./X86XenHypercall.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenHypercallLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenHypercallLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenHypercallLib/X86XenHypercall.c
  5081	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/PeiMpLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./PeiMpLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c
  5082	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf [X64]
  5083	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/Parse.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./Parse.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/Parse.c
  5084	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib'
  5085	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.iii
  5086	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/ConsoleOption.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./ConsoleOption.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib/ConsoleOption.c
  5087	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem64.nasm
  5088	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/SecPeiExceptionHandlerAsm.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/SecPeiExceptionHandlerAsm.ii
  5089	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiScsiLib/UefiScsiLib'
  5090	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/BmBootDescription.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiBootManagerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/./BmBootDescription.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib/BmBootDescription.c
  5091	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint'
  5092	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/DxeCoreEntryPoint.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/./DxeCoreEntryPoint.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
  5093	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [X64]
  5094	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_print.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_print.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_print.c
  5095	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/BaseUefiDecompressLib.lib
  5096	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/BaseUefiDecompressLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/object_files.lst
  5097	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/DxeExtractGuidedSectionLib.lib
  5098	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/DxeExtractGuidedSectionLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/object_files.lst
  5099	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib.inf [X64]
  5100	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib'
  5101	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib'
  5102	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/EditInputBar.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./EditInputBar.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/EditInputBar.c
  5103	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptDh.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptDh.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptDh.c
  5104	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/XenHypercall.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenHypercallLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/./XenHypercall.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenHypercallLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenHypercallLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/XenHypercallLib/XenHypercall.c
  5105	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeHttpLib/DxeHttpLib.inf [X64]
  5106	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/Reconnect.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./Reconnect.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib/Reconnect.c
  5107	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/DxeCoreEntryPoint.lib
  5108	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/DxeCoreEntryPoint.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/object_files.lst
  5109	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.iii
  5110	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/CpuIdEx.nasm
  5111	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/DxeCoreHobLib.lib
  5112	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/DxeCoreHobLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/object_files.lst
  5113	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib'
  5114	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib'
  5115	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/DxeCoreMemoryProfileLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/./DxeCoreMemoryProfileLibNull.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryProfileLibNull.c
  5116	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib'
  5117	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib/OUTPUT/DxeIpIoLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeIpIoLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib/OUTPUT/./DxeIpIoLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeIpIoLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib.c
  5118	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint'
  5119	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib'
  5120	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib/OUTPUT/DxeHttpLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeHttpLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib/OUTPUT/./DxeHttpLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeHttpLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeHttpLib/DxeHttpLib.c
  5121	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf [X64]
  5122	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/XenHypercallLib.lib
  5123	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/XenHypercallLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib/OUTPUT/object_files.lst
  5124	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/AmdSev.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/AmdSev.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/AmdSev.c
  5125	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_sign.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_sign.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_sign.c
  5126	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/MemoryAllocationLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c
  5127	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/Reset.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./Reset.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/Reset.c
  5128	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf [X64]
  5129	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/XenHypercallLib/XenHypercallLib'
  5130	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/SecPeiExceptionHandlerAsm.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/SecPeiExceptionHandlerAsm.iii
  5131	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/PeiCpuExceptionHandlerLib.lib
  5132	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/Data.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./Data.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib/Data.c
  5133	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib'
  5134	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib/OUTPUT/VarCheckUefiLibNullClass.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VarCheckUefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib/OUTPUT/./VarCheckUefiLibNullClass.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/VarCheckUefiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLibNullClass.c
  5135	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/PeiCpuExceptionHandlerLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/object_files.lst
  5136	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem64.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.ii
  5137	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptEc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptEc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptEc.c
  5138	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf [X64]
  5139	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib'
  5140	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib/OUTPUT/VariablePolicyHelperLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariablePolicyHelperLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib/OUTPUT/./VariablePolicyHelperLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/VariablePolicyHelperLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.c
  5141	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.ii
  5142	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib'
  5143	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/EditMenuBar.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./EditMenuBar.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.c
  5144	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/BmConnect.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiBootManagerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/./BmConnect.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib/BmConnect.c
  5145	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/UefiShellDriver1CommandsLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./UefiShellDriver1CommandsLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.c
  5146	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe'
  5147	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/OUTPUT/VariablePolicyExtraInitRuntimeDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariablePolicyLibRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/OUTPUT/./VariablePolicyExtraInitRuntimeDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/VariablePolicyLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyExtraInitRuntimeDxe.c
  5148	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf [X64]
  5149	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm
  5150	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf [X64]
  5151	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/Rm.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./Rm.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/Rm.c
  5152	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/CpuIdEx.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.ii
  5153	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/UpdatePage.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./UpdatePage.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib/UpdatePage.c
  5154	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.ii
  5155	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf [X64]
  5156	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_strex.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_strex.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_strex.c
  5157	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib'
  5158	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib/OUTPUT/BaseVariableFlashInfoLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseVariableFlashInfoLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib/OUTPUT/./BaseVariableFlashInfoLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BaseVariableFlashInfoLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.c
  5159	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib/OUTPUT/DxeIpIoLib.lib
  5160	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib/OUTPUT/DxeIpIoLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib/OUTPUT/object_files.lst
  5161	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf [X64]
  5162	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib/OUTPUT/VariablePolicyHelperLib.lib
  5163	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib/OUTPUT/VariablePolicyHelperLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib/OUTPUT/object_files.lst
  5164	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib'
  5165	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib'
  5166	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/EditStatusBar.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./EditStatusBar.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/EditStatusBar.c
  5167	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib/OUTPUT/VarCheckUefiLib.lib
  5168	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib/OUTPUT/VarCheckUefiLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib/OUTPUT/object_files.lst
  5169	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/OUTPUT/VariablePolicyLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariablePolicyLibRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/OUTPUT/./VariablePolicyLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/VariablePolicyLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.c
  5170	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf [X64]
  5171	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull'
  5172	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull/OUTPUT/TpmMeasurementLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TpmMeasurementLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull/OUTPUT/./TpmMeasurementLibNull.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/TpmMeasurementLibNull -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.c
  5173	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptPkcs1Oaep.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptPkcs1Oaep.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs1Oaep.c
  5174	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib'
  5175	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull'
  5176	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull/OUTPUT/AuthVariableLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AuthVariableLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull/OUTPUT/./AuthVariableLibNull.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/AuthVariableLibNull -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.c
  5177	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.iii
  5178	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib'
  5179	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib/OUTPUT/VarCheckLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VarCheckLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib/OUTPUT/./VarCheckLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/VarCheckLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/VarCheckLib/VarCheckLib.c
  5180	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem8.nasm
  5181	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/DxeCoreMemoryAllocationLib.lib
  5182	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/DxeCoreMemoryAllocationLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/object_files.lst
  5183	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib'
  5184	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/Unload.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDriver1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/./Unload.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDriver1CommandsLib/Unload.c
  5185	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib/OUTPUT/BaseVariableFlashInfoLib.lib
  5186	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib/OUTPUT/BaseVariableFlashInfoLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib/OUTPUT/object_files.lst
  5187	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib/OUTPUT/DxeHttpLib.lib
  5188	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf [X64]
  5189	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib/OUTPUT/DxeHttpLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib/OUTPUT/object_files.lst
  5190	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull/OUTPUT/TpmMeasurementLibNull.lib
  5191	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull/OUTPUT/TpmMeasurementLibNull.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull/OUTPUT/object_files.lst
  5192	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull'
  5193	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib'
  5194	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib/OUTPUT/SafeIntLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseSafeIntLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib/OUTPUT/./SafeIntLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSafeIntLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSafeIntLib/SafeIntLib.c
  5195	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib'
  5196	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_strnid.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_strnid.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_strnid.c
  5197	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib'
  5198	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf [X64]
  5199	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/BmConsole.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiBootManagerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/./BmConsole.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib/BmConsole.c
  5200	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull/OUTPUT/AuthVariableLibNull.lib
  5201	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull/OUTPUT/AuthVariableLibNull.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull/OUTPUT/object_files.lst
  5202	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/Set.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./Set.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/Set.c
  5203	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull'
  5204	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/Variable.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootMaintenanceManagerUiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/./Variable.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BootMaintenanceManagerUiLib/Variable.c
  5205	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.iii
  5206	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib'
  5207	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib/OUTPUT/ReportStatusCodeLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RuntimeDxeReportStatusCodeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib/OUTPUT/./ReportStatusCodeLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/ReportStatusCodeLib.c
  5208	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.ii
  5209	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/DisableCache.nasm
  5210	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf [X64]
  5211	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull'
  5212	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull/OUTPUT/DxeCapsuleLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCapsuleLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull/OUTPUT/./DxeCapsuleLibNull.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCapsuleLibNull -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.c
  5213	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf [X64]
  5214	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/OUTPUT/VariablePolicyLibRuntimeDxe.lib
  5215	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/OUTPUT/VariablePolicyLibRuntimeDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe/OUTPUT/object_files.lst
  5216	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/EditTitleBar.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./EditTitleBar.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.c
  5217	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib/OUTPUT/VarCheckLib.lib
  5218	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib/OUTPUT/VarCheckLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib/OUTPUT/object_files.lst
  5219	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib/OUTPUT/SafeIntLib64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseSafeIntLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib/OUTPUT/./SafeIntLib64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSafeIntLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSafeIntLib/SafeIntLib64.c
  5220	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.ii
  5221	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptPkcs5Pbkdf2.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptPkcs5Pbkdf2.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2.c
  5222	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_time.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_time.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_time.c
  5223	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib'
  5224	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib/OUTPUT/Hid.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiUsbLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib/OUTPUT/./Hid.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiUsbLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiUsbLib/Hid.c
  5225	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem8.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.ii
  5226	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VarCheckLib/VarCheckLib'
  5227	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/UefiShellDriver1CommandsLib.lib
  5228	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/UefiShellDriver1CommandsLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib/OUTPUT/object_files.lst
  5229	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf [X64]
  5230	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe'
  5231	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib'
  5232	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.ii
  5233	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib'
  5234	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/DevicePathFromText.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathFromText.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
  5235	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib/OUTPUT/BaseSafeIntLib.lib
  5236	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib/OUTPUT/BaseSafeIntLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib/OUTPUT/object_files.lst
  5237	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib'
  5238	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull/OUTPUT/DxeCapsuleLibNull.lib
  5239	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull/OUTPUT/DxeCapsuleLibNull.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull/OUTPUT/object_files.lst
  5240	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull'
  5241	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/TimeDate.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./TimeDate.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/TimeDate.c
  5242	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf [X64]
  5243	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib'
  5244	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/GuidedSectionExtraction.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/./GuidedSectionExtraction.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/LzmaCustomDecompressLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c
  5245	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenanceManagerUiLib.lib
  5246	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/BootMaintenanceManagerUiLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib/OUTPUT/object_files.lst
  5247	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/BmDriverHealth.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiBootManagerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/./BmDriverHealth.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib/BmDriverHealth.c
  5248	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib/OUTPUT/UsbDxeLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiUsbLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib/OUTPUT/./UsbDxeLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiUsbLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
  5249	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/DisableCache.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.ii
  5250	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/EfiCompress.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./EfiCompress.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/EfiCompress.c
  5251	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptPkcs7Sign.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptPkcs7Sign.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Sign.c
  5252	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib'
  5253	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/CpuExceptionCommon.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecPeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/./CpuExceptionCommon.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c
  5254	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib.inf [X64]
  5255	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib/OUTPUT/RuntimeDxeReportStatusCodeLib.lib
  5256	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib/OUTPUT/RuntimeDxeReportStatusCodeLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib/OUTPUT/object_files.lst
  5257	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib'
  5258	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/LzmaDecompress.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/./LzmaDecompress.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/LzmaCustomDecompressLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompress.c
  5259	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_type.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_type.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_type.c
  5260	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib'
  5261	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.iii
  5262	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib'
  5263	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/SecMemEncryptSevLibInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/./SecMemEncryptSevLibInternal.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLibInternal.c
  5264	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.ii
  5265	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf [X64]
  5266	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf [X64]
  5267	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/PeiMpInitLib.lib
  5268	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/PeiMpInitLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/object_files.lst
  5269	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib/OUTPUT/UefiUsbLib.lib
  5270	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib/OUTPUT/UefiUsbLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib/OUTPUT/object_files.lst
  5271	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib'
  5272	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf [X64]
  5273	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib'
  5274	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/BaseExtractGuidedSectionLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/./BaseExtractGuidedSectionLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
  5275	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiUsbLib/UefiUsbLib'
  5276	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/SecPeiCpuException.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecPeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/./SecPeiCpuException.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuException.c
  5277	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/MemEncryptSevLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/MemEncryptSevLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/MemEncryptSevLib.c
  5278	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.iii
  5279	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem.nasm
  5280	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort'
  5281	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/DebugIoPortQemu.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformRomDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/./DebugIoPortQemu.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/DebugIoPortQemu.c
  5282	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/DevicePathToText.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathToText.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
  5283	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzFind.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzFind.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/LzmaCustomDecompressLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzFind.c
  5284	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_utctm.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_utctm.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_utctm.c
  5285	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib'
  5286	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/PeiServicesLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiServicesLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/./PeiServicesLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib/PeiServicesLib.c
  5287	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/EfiDecompress.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./EfiDecompress.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/EfiDecompress.c
  5288	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf [X64]
  5289	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/ArchExceptionHandler.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecPeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/ArchExceptionHandler.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
  5290	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptPkcs7VerifyBase.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptPkcs7VerifyBase.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyBase.c
  5291	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/BaseExtractGuidedSectionLib.lib
  5292	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/BaseExtractGuidedSectionLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/object_files.lst
  5293	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/DebugLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformRomDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/./DebugLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
  5294	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/UefiShellLevel2CommandsLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./UefiShellLevel2CommandsLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c
  5295	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull'
  5296	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/PcdLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePcdLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/./PcdLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull/PcdLib.c
  5297	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf [X64]
  5298	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/BmHotkey.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiBootManagerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/./BmHotkey.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib/BmHotkey.c
  5299	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib'
  5300	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/SecSnpSystemRamValidate.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/SecSnpSystemRamValidate.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/SecSnpSystemRamValidate.c
  5301	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_utf8.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_utf8.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_utf8.c
  5302	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf [X64]
  5303	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/PeiServicesLib.lib
  5304	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/PeiServicesLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/object_files.lst
  5305	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/BasePcdLibNull.lib
  5306	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/BasePcdLibNull.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/object_files.lst
  5307	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.iii
  5308	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt'
  5309	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/PeiServicesTablePointer.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiServicesTablePointerLibIdtStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/./PeiServicesTablePointer.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c
  5310	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/DisablePaging64.nasm
  5311	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib'
  5312	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib'
  5313	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/MemoryAllocationLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
  5314	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib/PeiHobLib.inf [X64]
  5315	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.inf [X64]
  5316	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull'
  5317	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/SecPeiExceptionHandlerAsm.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/SecPeiExceptionHandlerAsm.nasm
  5318	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_verify.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/a_verify.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_verify.c
  5319	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/DebugLibDetectRom.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformRomDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/./DebugLibDetectRom.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c
  5320	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/BufferImage.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/BufferImage.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.c
  5321	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiHobLib/PeiHobLib'
  5322	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/HobLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiHobLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/./HobLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiHobLib/PeiHobLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib/HobLib.c
  5323	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.ii
  5324	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzmaDec.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzmaDec.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/LzmaCustomDecompressLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.c
  5325	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/SecVirtualMemory.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/SecVirtualMemory.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/SecVirtualMemory.c
  5326	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/PeiServicesTablePointerLibIdt.lib
  5327	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/PeiServicesTablePointerLibIdt.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/object_files.lst
  5328	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/PlatformRomDebugLibIoPort.lib
  5329	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/PlatformRomDebugLibIoPort.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort/OUTPUT/object_files.lst
  5330	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/Vol.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLevel2CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/./Vol.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLevel2CommandsLib/Vol.c
  5331	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/DevicePathUtilities.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathUtilities.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathUtilities.c
  5332	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib'
  5333	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib/OUTPUT/BasePciCapPciSegmentLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePciCapPciSegmentLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib/OUTPUT/./BasePciCapPciSegmentLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BasePciCapPciSegmentLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.c
  5334	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt'
  5335	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BasePciCapLib/BasePciCapLib.inf [X64]
  5336	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.ii
  5337	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptPkcs7VerifyCommon.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptPkcs7VerifyCommon.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyCommon.c
  5338	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort'
  5339	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/SnpPageStateChangeInternal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/SnpPageStateChangeInternal.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/SnpPageStateChangeInternal.c
  5340	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapLib/BasePciCapLib'
  5341	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapLib/BasePciCapLib/OUTPUT/BasePciCapLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePciCapLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapLib/BasePciCapLib/OUTPUT/./BasePciCapLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BasePciCapLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapLib/BasePciCapLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BasePciCapLib/BasePciCapLib.c
  5342	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf [X64]
  5343	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/PeiHobLib.lib
  5344	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/PeiHobLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/object_files.lst
  5345	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLib/UefiShellLib.inf [X64]
  5346	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib/OUTPUT/BasePciCapPciSegmentLib.lib
  5347	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib/OUTPUT/BasePciCapPciSegmentLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib/OUTPUT/object_files.lst
  5348	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib'
  5349	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/DisablePaging64.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.ii
  5350	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/LzmaDecompressLib.lib
  5351	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/LzmaDecompressLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/object_files.lst
  5352	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/BmLoadOption.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiBootManagerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/./BmLoadOption.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib/BmLoadOption.c
  5353	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiHobLib/PeiHobLib'
  5354	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.ii
  5355	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf [X64]
  5356	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/SecPeiExceptionHandlerAsm.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/SecPeiExceptionHandlerAsm.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/SecPeiExceptionHandlerAsm.ii
  5357	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/ameth_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/ameth_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/ameth_lib.c
  5358	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib'
  5359	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib/OUTPUT/BaseOrderedCollectionRedBlackTreeLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseOrderedCollectionRedBlackTreeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib/OUTPUT/./BaseOrderedCollectionRedBlackTreeLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.c
  5360	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/DevicePathUtilitiesDxeSmm.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathUtilitiesDxeSmm.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathUtilitiesDxeSmm.c
  5361	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/VirtualMemory.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMemEncryptSevLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/X64/VirtualMemory.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/BaseMemEncryptSevLib/X64/VirtualMemory.c
  5362	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/PeiMemoryAllocationLib.lib
  5363	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/PeiMemoryAllocationLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/object_files.lst
  5364	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLib/UefiShellLib'
  5365	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLib/UefiShellLib/OUTPUT/UefiShellLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLib/UefiShellLib/OUTPUT/./UefiShellLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLib/UefiShellLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellLib/UefiShellLib.c
  5366	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/UefiShellLevel2CommandsLib.lib
  5367	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/UefiShellLevel2CommandsLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib/OUTPUT/object_files.lst
  5368	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/Clipboard.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/Clipboard.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.c
  5369	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib'
  5370	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.iii
  5371	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib'
  5372	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf [X64]
  5373	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib'
  5374	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/SecPeiExceptionHandlerAsm.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/SecPeiExceptionHandlerAsm.ii
  5375	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/UefiDevicePathLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./UefiDevicePathLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c
  5376	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib'
  5377	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib/OUTPUT/HiiLanguage.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiHiiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib/OUTPUT/./HiiLanguage.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib/HiiLanguage.c
  5378	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem16.nasm
  5379	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapLib/BasePciCapLib/OUTPUT/BasePciCapLib.lib
  5380	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapLib/BasePciCapLib/OUTPUT/BasePciCapLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapLib/BasePciCapLib/OUTPUT/object_files.lst
  5381	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BasePciCapLib/BasePciCapLib'
  5382	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib'
  5383	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib/OUTPUT/UefiFileHandleLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiFileHandleLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib/OUTPUT/./UefiFileHandleLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiFileHandleLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.c
  5384	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf [X64]
  5385	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib/OUTPUT/BaseOrderedCollectionRedBlackTreeLib.lib
  5386	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib/OUTPUT/BaseOrderedCollectionRedBlackTreeLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib/OUTPUT/object_files.lst
  5387	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptPkcs7VerifyEku.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptPkcs7VerifyEku.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyEku.c
  5388	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/SecMemEncryptSevLib.lib
  5389	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/SecMemEncryptSevLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib/OUTPUT/object_files.lst
  5390	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiSortLib/UefiSortLib'
  5391	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiSortLib/UefiSortLib/OUTPUT/UefiSortLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiSortLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiSortLib/UefiSortLib/OUTPUT/./UefiSortLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiSortLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiSortLib/UefiSortLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiSortLib/UefiSortLib.c
  5392	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf [X64]
  5393	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.iii
  5394	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/EnableCache.nasm
  5395	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib'
  5396	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib'
  5397	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn1_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn1_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn1_err.c
  5398	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf [X64]
  5399	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib/OUTPUT/HiiLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiHiiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib/OUTPUT/./HiiLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib/HiiLib.c
  5400	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/UefiDevicePathLib.lib
  5401	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/UefiDevicePathLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/object_files.lst
  5402	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/DiskImage.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/DiskImage.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/DiskImage.c
  5403	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem16.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.ii
  5404	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib'
  5405	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib'
  5406	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib/OUTPUT/UefiHiiServicesLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiHiiServicesLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib/OUTPUT/./UefiHiiServicesLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiServicesLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.c
  5407	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
  5408	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/CpuExceptionCommon.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/./CpuExceptionCommon.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c
  5409	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiSortLib/UefiSortLib/OUTPUT/UefiSortLib.lib
  5410	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf [X64]
  5411	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiSortLib/UefiSortLib/OUTPUT/UefiSortLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiSortLib/UefiSortLib/OUTPUT/object_files.lst
  5412	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib/OUTPUT/UefiFileHandleLib.lib
  5413	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib/OUTPUT/UefiFileHandleLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib/OUTPUT/object_files.lst
  5414	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiSortLib/UefiSortLib'
  5415	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf [X64]
  5416	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib'
  5417	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.ii
  5418	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn1_gen.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn1_gen.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn1_gen.c
  5419	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull'
  5420	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/DebugAgentLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DebugAgentLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/./DebugAgentLibNull.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c
  5421	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/SecPeiExceptionHandlerAsm.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/X64/SecPeiExceptionHandlerAsm.iii
  5422	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/SecPeiCpuExceptionHandlerLib.lib
  5423	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/SecPeiCpuExceptionHandlerLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib/OUTPUT/object_files.lst
  5424	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib'
  5425	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf [X64]
  5426	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib/OUTPUT/UefiHiiServicesLib.lib
  5427	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib'
  5428	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/X86Cache.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCacheMaintenanceLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/./X86Cache.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c
  5429	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib/OUTPUT/UefiHiiServicesLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib/OUTPUT/object_files.lst
  5430	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib'
  5431	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/DxeException.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/./DxeException.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c
  5432	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf [X64]
  5433	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptRsaBasic.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptRsaBasic.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaBasic.c
  5434	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/FileImage.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/FileImage.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c
  5435	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/DebugAgentLibNull.lib
  5436	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/DebugAgentLibNull.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/object_files.lst
  5437	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull'
  5438	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/BmMisc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiBootManagerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/./BmMisc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiBootManagerLib/BmMisc.c
  5439	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/BaseCacheMaintenanceLib.lib
  5440	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/BaseCacheMaintenanceLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/object_files.lst
  5441	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib'
  5442	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/DxeServicesLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeServicesLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/./DxeServicesLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib/DxeServicesLib.c
  5443	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib'
  5444	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/EnableCache.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.ii
  5445	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib'
  5446	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/BasePeCoff.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePeCoffLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/./BasePeCoff.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/BasePeCoff.c
  5447	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf [X64]
  5448	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLib/UefiShellLib/OUTPUT/UefiShellLib.lib
  5449	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLib/UefiShellLib/OUTPUT/UefiShellLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLib/UefiShellLib/OUTPUT/object_files.lst
  5450	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.iii
  5451	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem32.nasm
  5452	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/PeiDxeSmmCpuException.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/./PeiDxeSmmCpuException.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c
  5453	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.ii
  5454	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellLib/UefiShellLib'
  5455	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib'
  5456	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/OUTPUT/BootScriptExecute.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeS3BootScriptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/OUTPUT/./BootScriptExecute.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PiDxeS3BootScriptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptExecute.c
  5457	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn1_item_list.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn1_item_list.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn1_item_list.c
  5458	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf [X64]
  5459	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf [X64]
  5460	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib'
  5461	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/SerialPortLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PcAtSerialPortLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/./SerialPortLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c
  5462	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptRsaExt.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptRsaExt.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExt.c
  5463	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/HexEdit.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/HexEdit.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEdit.c
  5464	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf [X64]
  5465	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/UefiBootManagerLib.lib
  5466	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/UefiBootManagerLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib/OUTPUT/object_files.lst
  5467	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib'
  5468	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/Ia32/InternalGetSpinLockProperties.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/Ia32/InternalGetSpinLockProperties.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32/InternalGetSpinLockProperties.c
  5469	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/X64/Allocate.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeServicesLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/X64/Allocate.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib/X64/Allocate.c
  5470	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf [X64]
  5471	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib'
  5472	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/BaseXApicX2ApicLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseXApicX2ApicLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/./BaseXApicX2ApicLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.c
  5473	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ArchExceptionHandler.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ArchExceptionHandler.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
  5474	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib'
  5475	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/PeCoffLoaderEx.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePeCoffLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/./PeCoffLoaderEx.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c
  5476	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/PcAtSerialPortLib.lib
  5477	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib/OUTPUT/HiiString.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiHiiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib/OUTPUT/./HiiString.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib/HiiString.c
  5478	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/PcAtSerialPortLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/object_files.lst
  5479	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/SynchronizationGcc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/./SynchronizationGcc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/SynchronizationGcc.c
  5480	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib'
  5481	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/PeCoffGetEntryPoint.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePeCoffGetEntryPointLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/./PeCoffGetEntryPoint.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
  5482	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull.inf [X64]
  5483	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/BasePeCoffLib.lib
  5484	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/BasePeCoffLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/object_files.lst
  5485	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.iii
  5486	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/EnableDisableInterrupts.nasm
  5487	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf [X64]
  5488	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem32.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.ii
  5489	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib'
  5490	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.ii
  5491	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn1_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn1_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn1_lib.c
  5492	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/DxeServicesLib.lib
  5493	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/DxeServicesLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/object_files.lst
  5494	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib'
  5495	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull'
  5496	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull/OUTPUT/CcExitLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CcExitLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull/OUTPUT/./CcExitLibNull.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CcExitLibNull -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull.c
  5497	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptRsaPss.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptRsaPss.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaPss.c
  5498	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib'
  5499	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/X64/GccInline.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/X64/GccInline.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64/GccInline.c
  5500	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull'
  5501	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/PeCoffExtraActionLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeCoffExtraActionLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/./PeCoffExtraActionLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c
  5502	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf [X64]
  5503	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.nasm
  5504	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib/OUTPUT/UefiHiiLib.lib
  5505	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib/OUTPUT/UefiHiiLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib/OUTPUT/object_files.lst
  5506	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/BasePeCoffGetEntryPointLib.lib
  5507	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/BasePeCoffGetEntryPointLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/object_files.lst
  5508	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/OUTPUT/BootScriptSave.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeS3BootScriptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/OUTPUT/./BootScriptSave.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PiDxeS3BootScriptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
  5509	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/MainHexEditor.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/MainHexEditor.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c
  5510	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf [X64]
  5511	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf [X64]
  5512	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib'
  5513	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib'
  5514	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/BaseSynchronizationLib.lib
  5515	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/BaseSynchronizationLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/object_files.lst
  5516	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/PeCoffExtraActionLibNull.lib
  5517	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/PeCoffExtraActionLibNull.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/object_files.lst
  5518	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib'
  5519	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/OUTPUT/LockBoxDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LockBoxDxeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/OUTPUT/./LockBoxDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxDxe.c
  5520	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib'
  5521	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull/OUTPUT/CcExitLibNull.lib
  5522	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull/OUTPUT/CcExitLibNull.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull/OUTPUT/object_files.lst
  5523	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull'
  5524	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull'
  5525	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf [X64]
  5526	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/BaseXApicX2ApicLib.lib
  5527	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn1_par.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn1_par.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn1_par.c
  5528	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull'
  5529	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull/OUTPUT/BaseSmbusLibNull.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseSmbusLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull/OUTPUT/./BaseSmbusLibNull.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSmbusLibNull -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.c
  5530	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/BaseXApicX2ApicLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/object_files.lst
  5531	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci'
  5532	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci/OUTPUT/PciSegmentLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePciSegmentLibPciStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci/OUTPUT/./PciSegmentLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciSegmentLibPci -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciSegmentLibPci/PciSegmentLib.c
  5533	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptRsaPssSign.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptRsaPssSign.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaPssSign.c
  5534	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf [X64]
  5535	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib'
  5536	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/EnableDisableInterrupts.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.ii
  5537	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu'
  5538	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu/OUTPUT/X86TimerLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecPeiDxeTimerLibCpuStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu/OUTPUT/./X86TimerLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/SecPeiDxeTimerLibCpu -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/SecPeiDxeTimerLibCpu/X86TimerLib.c
  5539	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/OUTPUT/LockBoxLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LockBoxDxeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/OUTPUT/./LockBoxLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxLib.c
  5540	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.iii
  5541	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf [X64]
  5542	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.ii
  5543	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull/OUTPUT/BaseSmbusLibNull.lib
  5544	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull/OUTPUT/BaseSmbusLibNull.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull/OUTPUT/object_files.lst
  5545	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.ii
  5546	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem64.nasm
  5547	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib'
  5548	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/CpuSleep.nasm
  5549	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull'
  5550	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf [X64]
  5551	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/MemImage.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/MemImage.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MemImage.c
  5552	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci/OUTPUT/BasePciSegmentLibPci.lib
  5553	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci/OUTPUT/BasePciSegmentLibPci.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci/OUTPUT/object_files.lst
  5554	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci'
  5555	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf [X64]
  5556	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35'
  5557	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35/OUTPUT/PciLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxePciLibI440FxQ35Strings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35/OUTPUT/./PciLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/DxePciLibI440FxQ35 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/DxePciLibI440FxQ35/PciLib.c
  5558	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.ii
  5559	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn_mime.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn_mime.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn_mime.c
  5560	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/OUTPUT/LockBoxDxeLib.lib
  5561	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/OUTPUT/LockBoxDxeLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib/OUTPUT/object_files.lst
  5562	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu/OUTPUT/SecPeiDxeTimerLibCpu.lib
  5563	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu/OUTPUT/SecPeiDxeTimerLibCpu.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu/OUTPUT/object_files.lst
  5564	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf [X64]
  5565	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/LockBoxLib/LockBoxDxeLib'
  5566	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu'
  5567	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib'
  5568	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/PciCf8Lib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePciCf8LibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/./PciCf8Lib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib/PciCf8Lib.c
  5569	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptTs.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptTs.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptTs.c
  5570	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciExpressLib/BasePciExpressLib'
  5571	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciExpressLib/BasePciExpressLib/OUTPUT/PciExpressLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BasePciExpressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciExpressLib/BasePciExpressLib/OUTPUT/./PciExpressLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciExpressLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciExpressLib/BasePciExpressLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciExpressLib/PciExpressLib.c
  5572	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35/OUTPUT/DxePciLibI440FxQ35.lib
  5573	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35/OUTPUT/DxePciLibI440FxQ35.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35/OUTPUT/object_files.lst
  5574	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf [X64]
  5575	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/OUTPUT/DxeS3BootScriptLib.lib
  5576	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/OUTPUT/DxeS3BootScriptLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib/OUTPUT/object_files.lst
  5577	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/BasePciCf8Lib.lib
  5578	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib'
  5579	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib/OUTPUT/DxeUdpIoLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeUpdIoLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib/OUTPUT/./DxeUdpIoLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeUdpIoLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib.c
  5580	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35'
  5581	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/BasePciCf8Lib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/object_files.lst
  5582	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/CpuSleep.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.ii
  5583	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.iii
  5584	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib'
  5585	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/GccInline.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/GccInline.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/GccInline.c
  5586	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib'
  5587	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/ReportStatusCodeLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeReportStatusCodeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/./ReportStatusCodeLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib/ReportStatusCodeLib.c
  5588	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib'
  5589	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf [X64]
  5590	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf [X64]
  5591	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.ii
  5592	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciExpressLib/BasePciExpressLib/OUTPUT/BasePciExpressLib.lib
  5593	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/Misc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/HexEdit/Misc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Misc.c
  5594	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciExpressLib/BasePciExpressLib/OUTPUT/BasePciExpressLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciExpressLib/BasePciExpressLib/OUTPUT/object_files.lst
  5595	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib'
  5596	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib/OUTPUT/RuntimeLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiRuntimeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib/OUTPUT/./RuntimeLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeLib/RuntimeLib.c
  5597	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem64.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.ii
  5598	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.ii
  5599	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/GccInlinePriv.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/GccInlinePriv.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/GccInlinePriv.c
  5600	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BasePciExpressLib/BasePciExpressLib'
  5601	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeHobLib/DxeHobLib.inf [X64]
  5602	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii
  5603	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn_moid.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn_moid.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn_moid.c
  5604	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib'
  5605	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib/OUTPUT/EmuVariableFvbLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EmuVariableFvbLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib/OUTPUT/./EmuVariableFvbLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/EmuVariableFvbLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.c
  5606	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf [X64]
  5607	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/DxeCpuExceptionHandlerLib.lib
  5608	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/DxeCpuExceptionHandlerLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/object_files.lst
  5609	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeHobLib/DxeHobLib'
  5610	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeHobLib/DxeHobLib/OUTPUT/HobLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeHobLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeHobLib/DxeHobLib/OUTPUT/./HobLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeHobLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeHobLib/DxeHobLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeHobLib/HobLib.c
  5611	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib'
  5612	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib/OUTPUT/DxeServicesTableLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeServicesTableLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib/OUTPUT/./DxeServicesTableLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesTableLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
  5613	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib/OUTPUT/DxeUpdIoLib.lib
  5614	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
  5615	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/LoadPciRom.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./LoadPciRom.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/LoadPciRom.c
  5616	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib/OUTPUT/DxeUpdIoLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib/OUTPUT/object_files.lst
  5617	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/DxeReportStatusCodeLib.lib
  5618	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptX509.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Pk/CryptX509.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509.c
  5619	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/DxeReportStatusCodeLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/object_files.lst
  5620	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib'
  5621	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib/OUTPUT/UefiRuntimeLib.lib
  5622	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib'
  5623	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Lfence.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Lfence.nasm
  5624	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib/OUTPUT/UefiRuntimeLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib/OUTPUT/object_files.lst
  5625	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib/OUTPUT/EmuVariableFvbLib.lib
  5626	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib/OUTPUT/EmuVariableFvbLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib/OUTPUT/object_files.lst
  5627	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.iii
  5628	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib'
  5629	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/InitializeFpu.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/InitializeFpu.nasm
  5630	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn_mstbl.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn_mstbl.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn_mstbl.c
  5631	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib'
  5632	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.iii
  5633	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ZeroMem.nasm
  5634	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeHobLib/DxeHobLib/OUTPUT/DxeHobLib.lib
  5635	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeHobLib/DxeHobLib/OUTPUT/DxeHobLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeHobLib/DxeHobLib/OUTPUT/object_files.lst
  5636	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib/OUTPUT/DxeServicesTableLib.lib
  5637	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib/OUTPUT/DxeServicesTableLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib/OUTPUT/object_files.lst
  5638	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeHobLib/DxeHobLib'
  5639	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib'
  5640	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/MemMap.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./MemMap.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/MemMap.c
  5641	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Lfence.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Lfence.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Lfence.ii
  5642	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/InitializeFpu.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/InitializeFpu.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/InitializeFpu.ii
  5643	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Lfence.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Lfence.ii
  5644	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn_pack.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/asn_pack.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn_pack.c
  5645	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/InitializeFpu.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/InitializeFpu.ii
  5646	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Rand/CryptRandTsc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/Rand/CryptRandTsc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c
  5647	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ZeroMem.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.ii
  5648	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.ii
  5649	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/bio_asn1.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/bio_asn1.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/bio_asn1.c
  5650	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Mm.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./Mm.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Mm.c
  5651	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Lfence.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Lfence.iii
  5652	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/SysCall/BaseMemAllocation.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/SysCall/BaseMemAllocation.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall/BaseMemAllocation.c
  5653	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/LongJump.nasm
  5654	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/InitializeFpu.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/InitializeFpu.iii
  5655	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X86BaseCpuLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCpuLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/./X86BaseCpuLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X86BaseCpuLib.c
  5656	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/bio_ndef.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/bio_ndef.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/bio_ndef.c
  5657	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.iii
  5658	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/ZeroMemWrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ZeroMemWrapper.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ZeroMemWrapper.c
  5659	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X86CpuFlushTlb.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCpuLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/./X86CpuFlushTlb.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X86CpuFlushTlb.c
  5660	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/SysCall/CrtWrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/SysCall/CrtWrapper.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
  5661	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/BaseMemoryLibRepStr.lib
  5662	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/BaseMemoryLibRepStr.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/object_files.lst
  5663	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Mode.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./Mode.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Mode.c
  5664	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/BaseCpuLib.lib
  5665	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/BaseCpuLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/object_files.lst
  5666	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/LongJump.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.ii
  5667	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/d2i_pr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/d2i_pr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/d2i_pr.c
  5668	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr'
  5669	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib'
  5670	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.ii
  5671	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/SysCall/TimerWrapper.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseCryptLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/SysCall/TimerWrapper.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Rand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Bn -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Pk -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Cipher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Kdf -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hmac -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/Hash -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Private -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/BaseCryptLib/SysCall/TimerWrapper.c
  5672	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/Pci.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./Pci.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
  5673	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/d2i_pu.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/d2i_pu.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/d2i_pu.c
  5674	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/BaseCryptLib.lib
  5675	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/BaseCryptLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib/OUTPUT/object_files.lst
  5676	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.iii
  5677	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Non-existing.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Non-existing.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Non-existing.c
  5678	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/BaseCryptLib/BaseCryptLib'
  5679	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/evp_asn1.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/evp_asn1.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/evp_asn1.c
  5680	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Pvalidate.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Pvalidate.nasm
  5681	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/f_int.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/f_int.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/f_int.c
  5682	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/SerMode.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./SerMode.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SerMode.c
  5683	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Pvalidate.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Pvalidate.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Pvalidate.ii
  5684	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/f_string.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/f_string.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/f_string.c
  5685	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Pvalidate.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Pvalidate.ii
  5686	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/SetSize.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./SetSize.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SetSize.c
  5687	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/i2d_pr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/i2d_pr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/i2d_pr.c
  5688	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Pvalidate.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Pvalidate.iii
  5689	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/RdRand.nasm
  5690	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/SetVar.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./SetVar.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c
  5691	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/i2d_pu.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/i2d_pu.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/i2d_pu.c
  5692	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/RdRand.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.ii
  5693	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/n_pkey.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/n_pkey.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/n_pkey.c
  5694	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.ii
  5695	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/SmbiosView/EventLogInfo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/SmbiosView/EventLogInfo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.c
  5696	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/nsseq.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/nsseq.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/nsseq.c
  5697	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.iii
  5698	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/SmbiosView/LibSmbiosView.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/SmbiosView/LibSmbiosView.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c
  5699	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RmpAdjust.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/RmpAdjust.nasm
  5700	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/p5_pbe.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/p5_pbe.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/p5_pbe.c
  5701	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/SmbiosView/PrintInfo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/SmbiosView/PrintInfo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
  5702	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RmpAdjust.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/RmpAdjust.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RmpAdjust.ii
  5703	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/p5_pbev2.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/p5_pbev2.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/p5_pbev2.c
  5704	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RmpAdjust.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RmpAdjust.ii
  5705	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/p5_scrypt.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/p5_scrypt.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/p5_scrypt.c
  5706	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RmpAdjust.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RmpAdjust.iii
  5707	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/SetJump.nasm
  5708	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/SmbiosView/QueryTable.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/SmbiosView/QueryTable.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
  5709	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/p8_pkey.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/p8_pkey.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/p8_pkey.c
  5710	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/SetJump.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.ii
  5711	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.ii
  5712	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/t_bitst.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/t_bitst.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/t_bitst.c
  5713	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/SmbiosView/SmbiosView.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/SmbiosView/SmbiosView.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.c
  5714	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/t_pkey.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/t_pkey.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/t_pkey.c
  5715	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.iii
  5716	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/SwitchStack.nasm
  5717	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/t_spki.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/t_spki.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/t_spki.c
  5718	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/UefiShellDebug1CommandsLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiShellDebug1CommandsLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/./UefiShellDebug1CommandsLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c
  5719	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/SwitchStack.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.ii
  5720	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.ii
  5721	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_dec.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_dec.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_dec.c
  5722	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/UefiShellDebug1CommandsLib.lib
  5723	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/UefiShellDebug1CommandsLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib/OUTPUT/object_files.lst
  5724	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib'
  5725	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.iii
  5726	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdCall.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/TdCall.nasm
  5727	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_enc.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_enc.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_enc.c
  5728	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_fre.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_fre.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_fre.c
  5729	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdCall.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/TdCall.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdCall.ii
  5730	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdCall.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdCall.ii
  5731	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_new.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_new.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_new.c
  5732	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdCall.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdCall.iii
  5733	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_prn.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_prn.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_prn.c
  5734	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdProbe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdProbe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/TdProbe.c
  5735	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdVmcall.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/TdVmcall.nasm
  5736	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_scn.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_scn.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_scn.c
  5737	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdVmcall.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/TdVmcall.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdVmcall.ii
  5738	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdVmcall.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdVmcall.ii
  5739	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_typ.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_typ.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_typ.c
  5740	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdVmcall.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/TdVmcall.iii
  5741	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_utl.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/tasn_utl.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_utl.c
  5742	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Thunk16.nasm
  5743	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_algor.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_algor.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_algor.c
  5744	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Thunk16.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.ii
  5745	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.ii
  5746	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_bignum.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_bignum.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_bignum.c
  5747	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_info.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_info.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_info.c
  5748	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.iii
  5749	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/VmgExit.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/VmgExit.nasm
  5750	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_int64.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_int64.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_int64.c
  5751	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/VmgExit.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/VmgExit.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/VmgExit.ii
  5752	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/VmgExit.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/VmgExit.ii
  5753	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_long.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_long.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_long.c
  5754	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_pkey.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_pkey.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_pkey.c
  5755	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/VmgExit.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/VmgExit.iii
  5756	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/WriteTr.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/WriteTr.nasm
  5757	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_sig.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_sig.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_sig.c
  5758	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/WriteTr.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/WriteTr.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/WriteTr.ii
  5759	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/WriteTr.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/WriteTr.ii
  5760	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_spki.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_spki.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_spki.c
  5761	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/WriteTr.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/WriteTr.iii
  5762	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/XGetBv.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/XGetBv.nasm
  5763	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_val.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/asn1/x_val.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_val.c
  5764	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/async/arch/async_null.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/async/arch/async_null.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/async/arch/async_null.c
  5765	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/XGetBv.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/XGetBv.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/XGetBv.ii
  5766	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/XGetBv.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/XGetBv.ii
  5767	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/async/arch/async_posix.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/async/arch/async_posix.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/async/arch/async_posix.c
  5768	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/async/arch/async_win.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/async/arch/async_win.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/async/arch/async_win.c
  5769	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/XGetBv.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/XGetBv.iii
  5770	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/async/async.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/async/async.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/async/async.c
  5771	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/XSetBv.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/XSetBv.nasm
  5772	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/async/async_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/async/async_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/async/async_err.c
  5773	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/XSetBv.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/XSetBv.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/XSetBv.ii
  5774	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/async/async_wait.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/async/async_wait.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/async/async_wait.c
  5775	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/XSetBv.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/XSetBv.ii
  5776	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/b_addr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/b_addr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/b_addr.c
  5777	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/XSetBv.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/XSetBv.iii
  5778	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86DisablePaging32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86DisablePaging32.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86DisablePaging32.c
  5779	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/b_dump.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/b_dump.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/b_dump.c
  5780	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86DisablePaging64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86DisablePaging64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86DisablePaging64.c
  5781	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/b_sock.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/b_sock.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/b_sock.c
  5782	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86EnablePaging32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86EnablePaging32.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86EnablePaging32.c
  5783	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86EnablePaging64.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86EnablePaging64.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86EnablePaging64.c
  5784	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/b_sock2.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/b_sock2.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/b_sock2.c
  5785	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86FxRestore.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86FxRestore.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86FxRestore.c
  5786	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bf_buff.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bf_buff.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bf_buff.c
  5787	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86FxSave.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86FxSave.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86FxSave.c
  5788	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86GetInterruptState.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86GetInterruptState.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86GetInterruptState.c
  5789	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bf_lbuf.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bf_lbuf.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bf_lbuf.c
  5790	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86Msr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86Msr.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86Msr.c
  5791	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86PatchInstruction.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86PatchInstruction.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86PatchInstruction.c
  5792	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bf_nbio.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bf_nbio.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bf_nbio.c
  5793	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86RdRand.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86RdRand.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86RdRand.c
  5794	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bf_null.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bf_null.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bf_null.c
  5795	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86ReadGdtr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86ReadGdtr.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86ReadGdtr.c
  5796	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86ReadIdtr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86ReadIdtr.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86ReadIdtr.c
  5797	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bio_cb.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bio_cb.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bio_cb.c
  5798	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86SpeculationBarrier.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86SpeculationBarrier.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86SpeculationBarrier.c
  5799	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bio_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bio_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bio_err.c
  5800	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86Thunk.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86Thunk.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86Thunk.c
  5801	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86WriteGdtr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86WriteGdtr.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86WriteGdtr.c
  5802	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bio_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bio_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bio_lib.c
  5803	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X86WriteIdtr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86WriteIdtr.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86WriteIdtr.c
  5804	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/BaseLib.lib
  5805	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/BaseLib.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/object_files.lst
  5806	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bio_meth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bio_meth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bio_meth.c
  5807	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdePkg/Library/BaseLib/BaseLib'
  5808	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_acpt.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_acpt.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_acpt.c
  5809	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/IoMmuDxe/IoMmuDxe.inf [X64]
  5810	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf [X64]
  5811	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain.inf [X64]
  5812	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_bio.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_bio.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_bio.c
  5813	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe'
  5814	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IoMmuDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/IoMmuDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/AutoGen.c
  5815	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe'
  5816	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SmbiosDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SmbiosDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/AutoGen.c
  5817	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf [X64]
  5818	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain'
  5819	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/AutoGen.c
  5820	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SataControllerDxe/SataControllerDxe.inf [X64]
  5821	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe'
  5822	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DisplayEngineStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DisplayEngineDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/AutoGen.c
  5823	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf [X64]
  5824	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe'
  5825	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SataControllerStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SataControllerDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG/AutoGen.c
  5826	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/CcIoMmu.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IoMmuDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/./CcIoMmu.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/IoMmuDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/IoMmuDxe/CcIoMmu.c
  5827	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/CpuDxe.inf [X64]
  5828	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/BootMode/BootMode.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/BootMode/BootMode.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode/BootMode.c
  5829	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf [X64]
  5830	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe'
  5831	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RamDiskDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/AutoGen.c
  5832	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_conn.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_conn.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_conn.c
  5833	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/SmbiosDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SmbiosDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/./SmbiosDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SmbiosDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.c
  5834	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf [X64]
  5835	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe'
  5836	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe'
  5837	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ResetSystemRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/ResetSystemRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/AutoGen.c
  5838	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/SnpDxe.inf [X64]
  5839	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SataControllerStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SataControllerDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SataControllerDxe/ComponentName.c
  5840	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/AutoGen.c
  5841	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/FormDisplay.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DisplayEngineStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/./FormDisplay.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DisplayEngineDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
  5842	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe'
  5843	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuVideoDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuVideoDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/AutoGen.c
  5844	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/CpuIo/CpuIo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/CpuIo/CpuIo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo/CpuIo.c
  5845	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_dgram.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_dgram.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_dgram.c
  5846	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/IoMmuBuffer.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IoMmuDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/./IoMmuBuffer.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/IoMmuDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/IoMmuDxe/IoMmuBuffer.c
  5847	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf [X64]
  5848	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf [X64]
  5849	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf [X64]
  5850	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe'
  5851	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG/AutoGen.c
  5852	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe'
  5853	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RealTimeClockStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg/RealTimeClockRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/AutoGen.c
  5854	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/ResetSystem.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ResetSystemRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/./ResetSystem.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/ResetSystemRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.c
  5855	Trim --asl-file --asl-deps -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDisk.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDisk.asl
  5856	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/./CpuDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/CpuDxe.c
  5857	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei'
  5858	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=StatusCodeHandlerPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/AutoGen.c
  5859	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/SataController.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SataControllerStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/./SataController.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SataControllerDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SataControllerDxe/SataController.c
  5860	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuVideoDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuVideoDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuVideoDxe/ComponentName.c
  5861	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf [X64]
  5862	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf [X64]
  5863	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Callback.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Callback.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Callback.c
  5864	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_fd.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_fd.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_fd.c
  5865	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe'
  5866	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ps2KeyboardDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/AutoGen.c
  5867	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/MemoryStausCodeWorker.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=StatusCodeHandlerPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/./MemoryStausCodeWorker.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/Pei/MemoryStausCodeWorker.c
  5868	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/IoMmuDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IoMmuDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/./IoMmuDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/IoMmuDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/IoMmuDxe/IoMmuDxe.c
  5869	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Dependency/Dependency.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Dependency/Dependency.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency/Dependency.c
  5870	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/RealTimeClock.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RealTimeClockStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/./RealTimeClock.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg/RealTimeClockRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClock.c
  5871	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/SmbiosDxe.lib
  5872	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe'
  5873	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuRamfbDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuRamfbDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/AutoGen.c
  5874	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/SmbiosDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/object_files.lst
  5875	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf [X64]
  5876	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe'
  5877	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_file.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_file.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_file.c
  5878	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe.inf [X64]
  5879	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe'
  5880	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DiskIoDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/DiskIoDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/AutoGen.c
  5881	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ps2KeyboardDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/ComponentName.c
  5882	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/ResetSystemRuntimeDxe.lib
  5883	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/ResetSystemRuntimeDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/object_files.lst
  5884	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Dispatcher/Dispatcher.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Dispatcher/Dispatcher.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
  5885	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SmbiosDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  5886	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDisk.aml.deps -x c -E -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDisk.i > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDisk.iii
  5887	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/Driver.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuVideoDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/./Driver.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuVideoDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuVideoDxe/Driver.c
  5888	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPvBlkDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPvBlkDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG/AutoGen.c
  5889	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -z common-page-size=0x1000 -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ResetSystemRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  5890	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf [X64]
  5891	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/IoMmuDxe.lib
  5892	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/IoMmuDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/object_files.lst
  5893	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe'
  5894	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LocalApicTimerDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/LocalApicTimerDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/AutoGen.c
  5895	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/ComponentName.c
  5896	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf [X64]
  5897	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_log.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_log.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_log.c
  5898	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/IoMmuDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/IoMmuDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IoMmuDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  5899	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/RealTimeClock.lib
  5900	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/RealTimeClock.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/object_files.lst
  5901	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/SataController.lib
  5902	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/SataController.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/object_files.lst
  5903	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/QemuRamfb.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuRamfbDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/./QemuRamfb.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuRamfbDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuRamfbDxe/QemuRamfb.c
  5904	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/BlockFront.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPvBlkDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/./BlockFront.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPvBlkDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPvBlkDxe/BlockFront.c
  5905	Trim --source-code -l -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDisk.iiii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDisk.iii
  5906	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG/SataController.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG/SataController.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SataControllerStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  5907	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/SerialStatusCodeWorker.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=StatusCodeHandlerPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/./SerialStatusCodeWorker.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/Pei/SerialStatusCodeWorker.c
  5908	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -z common-page-size=0x1000 -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RealTimeClockStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  5909	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe'
  5910	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciHostBridgeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciHostBridgeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/AutoGen.c
  5911	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/DpcDxe/DpcDxe.inf [X64]
  5912	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe'
  5913	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ConSplitterDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/ConSplitterDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/AutoGen.c
  5914	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/InputHandler.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DisplayEngineStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/./InputHandler.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DisplayEngineDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DisplayEngineDxe/InputHandler.c
  5915	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf [X64]
  5916	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuGdt.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/./CpuGdt.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/CpuGdt.c
  5917	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DiskIoDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/DiskIoDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/DiskIoDxe/ComponentName.c
  5918	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_mem.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_mem.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_mem.c
  5919	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/LocalApicTimerDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LocalApicTimerDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/./LocalApicTimerDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/LocalApicTimerDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe.c
  5920	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe'
  5921	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DpcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/DpcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG/AutoGen.c
  5922	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf [X64]
  5923	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/Ps2KbdCtrller.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ps2KeyboardDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/./Ps2KbdCtrller.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c
  5924	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/StatusCodeHandlerPei.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=StatusCodeHandlerPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/./StatusCodeHandlerPei.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.c
  5925	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf [X64]
  5926	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/QemuRamfbDxe.lib
  5927	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/QemuRamfbDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/object_files.lst
  5928	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/PciHostBridge.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciHostBridgeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/./PciHostBridge.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciHostBridgeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c
  5929	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf [X64]
  5930	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/QemuRamfbDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/QemuRamfbDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuRamfbDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  5931	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ConSplitterDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/ConSplitterDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/ConSplitterDxe/ComponentName.c
  5932	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe'
  5933	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuKernelLoaderFsDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuKernelLoaderFsDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/AutoGen.c
  5934	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe'
  5935	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=GraphicsConsoleDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/GraphicsConsoleDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/AutoGen.c
  5936	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/DiskIo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DiskIoDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/./DiskIo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/DiskIoDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIo.c
  5937	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe.inf [X64]
  5938	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Get_status.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Get_status.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Get_status.c
  5939	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf [X64]
  5940	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe'
  5941	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ScsiDiskStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Scsi/ScsiDiskDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/AutoGen.c
  5942	"iasl"  -p/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDisk.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDisk.iiii
  5943	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/Gop.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuVideoDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/./Gop.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuVideoDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuVideoDxe/Gop.c
  5944	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_null.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_null.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_null.c
  5945	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/LocalApicTimerDxe.lib
  5946	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/LocalApicTimerDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/object_files.lst
  5947	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/BlockIo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPvBlkDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/./BlockIo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPvBlkDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPvBlkDxe/BlockIo.c
  5948	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/StatusCodeHandlerPei.lib
  5949	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei'
  5950	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ReportStatusCodeRouterPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/AutoGen.c
  5951	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/FwVol/FwVol.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/FwVol/FwVol.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol/FwVol.c
  5952	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/StatusCodeHandlerPei.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/object_files.lst
  5953	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/Dpc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DpcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/./Dpc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/DpcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/DpcDxe/Dpc.c
  5954	
  5955	Intel ACPI Component Architecture
  5956	ASL+ Optimizing Compiler/Disassembler version 20200717
  5957	Copyright (c) 2000 - 2020 Intel Corporation
  5958	
  5959	ASL Input:     /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDisk.iiii -     305 bytes      6 keywords     42 source lines
  5960	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDisk.aml -     124 bytes      1 opcodes       5 named objects
  5961	
  5962	Compilation successful. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
  5963	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDisk.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDisk.amli
  5964	AmlToC /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDisk.amli
  5965	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/LocalApicTimerDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/LocalApicTimerDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LocalApicTimerDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  5966	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe'
  5967	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenIoPvhDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenIoPvhDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG/AutoGen.c
  5968	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/Popup.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DisplayEngineStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/./Popup.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DisplayEngineDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DisplayEngineDxe/Popup.c
  5969	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/StatusCodeHandlerPei.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/StatusCodeHandlerPei.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=StatusCodeHandlerPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  5970	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/QemuKernelLoaderFsDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuKernelLoaderFsDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/./QemuKernelLoaderFsDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuKernelLoaderFsDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.c
  5971	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell/Shell.inf [X64]
  5972	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf [X64]
  5973	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=GraphicsConsoleDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/GraphicsConsoleDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/ComponentName.c
  5974	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe'
  5975	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MonotonicCounterRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/AutoGen.c
  5976	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuMp.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/./CpuMp.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/CpuMp.c
  5977	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/ReportStatusCodeRouterPei.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ReportStatusCodeRouterPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/./ReportStatusCodeRouterPei.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.c
  5978	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf [X64]
  5979	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/Ps2KbdTextIn.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ps2KeyboardDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/./Ps2KbdTextIn.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdTextIn.c
  5980	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ScsiDiskStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Scsi/ScsiDiskDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ComponentName.c
  5981	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_sock.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bio/bss_sock.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_sock.c
  5982	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/DpcDxe.lib
  5983	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/DpcDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/object_files.lst
  5984	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG/DpcDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG/DpcDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DpcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  5985	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/BdsDxe/BdsDxe.inf [X64]
  5986	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell'
  5987	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ShellStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG/AutoGen.c
  5988	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru'
  5989	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/AhciMode.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AtaAtapiPassThruDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/./AhciMode.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaAtapiPassThru -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.c
  5990	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/XenIoPvhDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenIoPvhDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/./XenIoPvhDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenIoPvhDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe.c
  5991	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPvBlkDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPvBlkDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPvBlkDxe/ComponentName.c
  5992	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf [X64]
  5993	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Initialize.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Initialize.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Initialize.c
  5994	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/ConSplitter.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ConSplitterDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/./ConSplitter.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/ConSplitterDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.c
  5995	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDisk.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RamDiskDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDisk.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDisk.c
  5996	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/MonotonicCounter.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MonotonicCounterRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/./MonotonicCounter.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.c
  5997	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand'
  5998	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=tftpDynamicCommandStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/DynamicCommand/TftpDynamicCommand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG/AutoGen.c
  5999	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/ReportStatusCodeRouterPei.lib
  6000	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/ReportStatusCodeRouterPei.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/object_files.lst
  6001	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/ProcessOptions.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DisplayEngineStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/./ProcessOptions.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DisplayEngineDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DisplayEngineDxe/ProcessOptions.c
  6002	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/Initialize.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuVideoDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/./Initialize.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuVideoDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuVideoDxe/Initialize.c
  6003	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_add.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_add.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_add.c
  6004	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/GraphicsConsole.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=GraphicsConsoleDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/./GraphicsConsole.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/GraphicsConsoleDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c
  6005	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/ReportStatusCodeRouterPei.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/ReportStatusCodeRouterPei.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ReportStatusCodeRouterPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6006	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/PciRootBridgeIo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciHostBridgeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/./PciRootBridgeIo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciHostBridgeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c
  6007	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe'
  6008	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BdsDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/BdsDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/AutoGen.c
  6009	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/DiskIoDxe.lib
  6010	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/DiskIoDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/object_files.lst
  6011	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/QemuKernelLoaderFsDxe.lib
  6012	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/QemuKernelLoaderFsDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/object_files.lst
  6013	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe'
  6014	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecurityStubDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SecurityStubDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/AutoGen.c
  6015	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DiskIoDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6016	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/XenIoPvhDxe.lib
  6017	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/ScsiDisk.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ScsiDiskStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/./ScsiDisk.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Scsi/ScsiDiskDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c
  6018	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/QemuKernelLoaderFsDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/QemuKernelLoaderFsDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuKernelLoaderFsDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6019	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/XenIoPvhDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/object_files.lst
  6020	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG/XenIoPvhDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG/XenIoPvhDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenIoPvhDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6021	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskBlockIo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RamDiskDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDiskBlockIo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskBlockIo.c
  6022	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/Tftp.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=tftpDynamicCommandStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/./Tftp.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/DynamicCommand/TftpDynamicCommand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c
  6023	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/XenPvBlkDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPvBlkDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/./XenPvBlkDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPvBlkDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.c
  6024	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/ConsoleLogger.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ShellStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/./ConsoleLogger.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell/ConsoleLogger.c
  6025	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/MonotonicCounterRuntimeDxe.lib
  6026	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_asm.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_asm.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_asm.c
  6027	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/MonotonicCounterRuntimeDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/object_files.lst
  6028	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6029	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6030	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.dll has a LOAD segment with RWX permissions
  6031	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/Ps2Keyboard.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ps2KeyboardDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/./Ps2Keyboard.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.c
  6032	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuPageTable.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/./CpuPageTable.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/CpuPageTable.c
  6033	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Mcast_ip_to_mac.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Mcast_ip_to_mac.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Mcast_ip_to_mac.c
  6034	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -z common-page-size=0x1000 -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MonotonicCounterRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6035	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.dll
  6036	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Hob/Hob.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Hob/Hob.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob/Hob.c
  6037	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/BdsEntry.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BdsDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/./BdsEntry.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/BdsDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/BdsDxe/BdsEntry.c
  6038	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.debug
  6039	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.dll
  6040	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.dll
  6041	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/RealTimeClock.debug
  6042	"GenFw" -e DXE_RUNTIME_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/RealTimeClock.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.dll --zero
  6043	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6044	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6045	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.dll has a LOAD segment with RWX permissions
  6046	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/VbeShim.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuVideoDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/./VbeShim.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuVideoDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuVideoDxe/VbeShim.c
  6047	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/Defer3rdPartyImageLoad.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecurityStubDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/./Defer3rdPartyImageLoad.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SecurityStubDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.c
  6048	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.dll
  6049	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_blind.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_blind.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_blind.c
  6050	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/DisplayEngine.lib
  6051	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/DisplayEngine.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/object_files.lst
  6052	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.debug
  6053	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.dll
  6054	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DisplayEngineStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6055	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.dll
  6056	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/RealTimeClock.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG
  6057	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/XenPvBlkDxe.lib
  6058	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ResetSystemRuntimeDxe.debug
  6059	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/XenPvBlkDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/object_files.lst
  6060	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/RealTimeClock.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/RealTimeClock.efi
  6061	"GenFw" -e DXE_RUNTIME_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/ResetSystemRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.dll --zero
  6062	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT
  6063	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/RealTimeClock.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/RealTimeClock.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B336F62D-4135-4A55-AE4E-4971BBF0885DRealTimeClock/B336F62D-4135-4A55-AE4E-4971BBF0885D.map
  6064	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG/XenPvBlkDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG/XenPvBlkDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPvBlkDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6065	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6066	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6067	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG/SataController.dll has a LOAD segment with RWX permissions
  6068	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskDriver.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RamDiskDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDiskDriver.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDriver.c
  6069	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/RealTimeClock.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B336F62D-4135-4A55-AE4E-4971BBF0885DRealTimeClock/B336F62D-4135-4A55-AE4E-4971BBF0885DSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/RealTimeClock.depex
  6070	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/AtaAtapiPassThru.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AtaAtapiPassThruDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/./AtaAtapiPassThru.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaAtapiPassThru -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c
  6071	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/ResetSystemRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG
  6072	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Image/Image.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Image/Image.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image/Image.c
  6073	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/PciHostBridgeDxe.lib
  6074	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/ResetSystemRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ResetSystemRuntimeDxe.efi
  6075	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/PciHostBridgeDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/object_files.lst
  6076	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG/SataController.dll
  6077	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT
  6078	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/RealTimeClock.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B336F62D-4135-4A55-AE4E-4971BBF0885DRealTimeClock/B336F62D-4135-4A55-AE4E-4971BBF0885DSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/OUTPUT/RealTimeClock.efi
  6079	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Nvdata.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Nvdata.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Nvdata.c
  6080	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG/SataController.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG/SataController.debug
  6081	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciHostBridgeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6082	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/ResetSystemRuntimeDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/ResetSystemRuntimeDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/4B28E4C7-FF36-4e10-93CF-A82159E777C5ResetSystemRuntimeDxe/4B28E4C7-FF36-4e10-93CF-A82159E777C5.map
  6083	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG/SataController.dll
  6084	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/TftpDynamicCommand.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=tftpDynamicCommandStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/./TftpDynamicCommand.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/DynamicCommand/TftpDynamicCommand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.c
  6085	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/Ps2KeyboardDxe.lib
  6086	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG/SataController.dll
  6087	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/Ps2KeyboardDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/object_files.lst
  6088	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/ResetSystemRuntimeDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/4B28E4C7-FF36-4e10-93CF-A82159E777C5ResetSystemRuntimeDxe/4B28E4C7-FF36-4e10-93CF-A82159E777C5SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/ResetSystemRuntimeDxe.depex
  6089	GenSec -s EFI_SECTION_USER_INTERFACE -n RealTimeClock -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B336F62D-4135-4A55-AE4E-4971BBF0885DRealTimeClock/B336F62D-4135-4A55-AE4E-4971BBF0885DSEC3.ui
  6090	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_const.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_const.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_const.c
  6091	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/LaffStd.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=GraphicsConsoleDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/./LaffStd.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/GraphicsConsoleDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/LaffStd.c
  6092	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG/SataController.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SataController.debug
  6093	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/SataController.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG/SataController.dll --zero
  6094	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/Ps2KeyboardDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/Ps2KeyboardDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ps2KeyboardDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6095	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B336F62D-4135-4A55-AE4E-4971BBF0885DRealTimeClock/B336F62D-4135-4A55-AE4E-4971BBF0885DSEC4.ver
  6096	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/ResetSystemRuntimeDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/4B28E4C7-FF36-4e10-93CF-A82159E777C5ResetSystemRuntimeDxe/4B28E4C7-FF36-4e10-93CF-A82159E777C5SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/OUTPUT/ResetSystemRuntimeDxe.efi
  6097	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/ConsoleWrappers.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ShellStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/./ConsoleWrappers.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell/ConsoleWrappers.c
  6098	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/SataController.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG
  6099	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/SataController.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SataController.efi
  6100	GenFfs -t EFI_FV_FILETYPE_DRIVER -g B336F62D-4135-4A55-AE4E-4971BBF0885D -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B336F62D-4135-4A55-AE4E-4971BBF0885DRealTimeClock/B336F62D-4135-4A55-AE4E-4971BBF0885D.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B336F62D-4135-4A55-AE4E-4971BBF0885DRealTimeClock/B336F62D-4135-4A55-AE4E-4971BBF0885DSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B336F62D-4135-4A55-AE4E-4971BBF0885DRealTimeClock/B336F62D-4135-4A55-AE4E-4971BBF0885DSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B336F62D-4135-4A55-AE4E-4971BBF0885DRealTimeClock/B336F62D-4135-4A55-AE4E-4971BBF0885DSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B336F62D-4135-4A55-AE4E-4971BBF0885DRealTimeClock/B336F62D-4135-4A55-AE4E-4971BBF0885DSEC4.ver
  6101	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/QemuVideoDxe.lib
  6102	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT
  6103	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/QemuVideoDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/object_files.lst
  6104	GenSec -s EFI_SECTION_USER_INTERFACE -n ResetSystemRuntimeDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/4B28E4C7-FF36-4e10-93CF-A82159E777C5ResetSystemRuntimeDxe/4B28E4C7-FF36-4e10-93CF-A82159E777C5SEC3.ui
  6105	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/SataController.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/SataController.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/021722D8-522B-4079-852A-FE44C2C13F49SataController/021722D8-522B-4079-852A-FE44C2C13F49.map
  6106	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6107	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6108	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG/DpcDxe.dll has a LOAD segment with RWX permissions
  6109	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe'
  6110	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/SataController.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/021722D8-522B-4079-852A-FE44C2C13F49SataController/021722D8-522B-4079-852A-FE44C2C13F49SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe/OUTPUT/SataController.efi
  6111	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=QemuVideoDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6112	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/4B28E4C7-FF36-4e10-93CF-A82159E777C5ResetSystemRuntimeDxe/4B28E4C7-FF36-4e10-93CF-A82159E777C5SEC4.ver
  6113	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe.inf [X64]
  6114	GenSec -s EFI_SECTION_USER_INTERFACE -n SataController -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/021722D8-522B-4079-852A-FE44C2C13F49SataController/021722D8-522B-4079-852A-FE44C2C13F49SEC3.ui
  6115	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/SecurityStub.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecurityStubDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/./SecurityStub.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SecurityStubDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
  6116	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_ctx.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_ctx.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_ctx.c
  6117	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/HwErrRecSupport.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BdsDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/./HwErrRecSupport.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/BdsDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.c
  6118	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 4B28E4C7-FF36-4e10-93CF-A82159E777C5 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/4B28E4C7-FF36-4e10-93CF-A82159E777C5ResetSystemRuntimeDxe/4B28E4C7-FF36-4e10-93CF-A82159E777C5.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/4B28E4C7-FF36-4e10-93CF-A82159E777C5ResetSystemRuntimeDxe/4B28E4C7-FF36-4e10-93CF-A82159E777C5SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/4B28E4C7-FF36-4e10-93CF-A82159E777C5ResetSystemRuntimeDxe/4B28E4C7-FF36-4e10-93CF-A82159E777C5SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/4B28E4C7-FF36-4e10-93CF-A82159E777C5ResetSystemRuntimeDxe/4B28E4C7-FF36-4e10-93CF-A82159E777C5SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/4B28E4C7-FF36-4e10-93CF-A82159E777C5ResetSystemRuntimeDxe/4B28E4C7-FF36-4e10-93CF-A82159E777C5SEC4.ver
  6119	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG/DpcDxe.dll
  6120	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG/DpcDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG/DpcDxe.debug
  6121	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG/DpcDxe.dll
  6122	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG/DpcDxe.dll
  6123	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe'
  6124	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/021722D8-522B-4079-852A-FE44C2C13F49SataController/021722D8-522B-4079-852A-FE44C2C13F49SEC4.ver
  6125	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/AmdSevDxe/AmdSevDxe.inf [X64]
  6126	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG/DpcDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/DpcDxe.debug
  6127	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/DpcDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG/DpcDxe.dll --zero
  6128	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskFileExplorer.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RamDiskDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDiskFileExplorer.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskFileExplorer.c
  6129	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 021722D8-522B-4079-852A-FE44C2C13F49 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/021722D8-522B-4079-852A-FE44C2C13F49SataController/021722D8-522B-4079-852A-FE44C2C13F49.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/021722D8-522B-4079-852A-FE44C2C13F49SataController/021722D8-522B-4079-852A-FE44C2C13F49SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/021722D8-522B-4079-852A-FE44C2C13F49SataController/021722D8-522B-4079-852A-FE44C2C13F49SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/021722D8-522B-4079-852A-FE44C2C13F49SataController/021722D8-522B-4079-852A-FE44C2C13F49SEC4.ver
  6130	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe'
  6131	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Mtftp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/AutoGen.c
  6132	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/DpcDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG
  6133	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: InitializeFpu.obj: missing .note.GNU-stack section implies executable stack
  6134	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6135	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/LocalApicTimerDxe.dll has a LOAD segment with RWX permissions
  6136	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/DpcDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/DpcDxe.efi
  6137	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/X64/CpuAsm.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/X64/CpuAsm.nasm
  6138	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT
  6139	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SataControllerDxe/SataControllerDxe'
  6140	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/GraphicsConsoleDxe.lib
  6141	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/LocalApicTimerDxe.dll
  6142	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/DpcDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/DpcDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A210F973-229D-4f4d-AA37-9895E6C9EABADpcDxe/A210F973-229D-4f4d-AA37-9895E6C9EABA.map
  6143	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/GraphicsConsoleDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/object_files.lst
  6144	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommand.lib
  6145	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf [X64]
  6146	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommand.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/object_files.lst
  6147	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/LocalApicTimerDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/LocalApicTimerDxe.debug
  6148	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/LocalApicTimerDxe.dll
  6149	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/DpcDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A210F973-229D-4f4d-AA37-9895E6C9EABADpcDxe/A210F973-229D-4f4d-AA37-9895E6C9EABASEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/DpcDxe.depex
  6150	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe'
  6151	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/AmdSevDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AmdSevDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/./AmdSevDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/AmdSevDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/AmdSevDxe/AmdSevDxe.c
  6152	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Memory/MemoryServices.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Memory/MemoryServices.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory/MemoryServices.c
  6153	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=GraphicsConsoleDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6154	"GenFw" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommandhii.rc -g A487A478-51EF-48AA-8794-7BEE2A0562F1 --hiibinpackage /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommandStrDefs.hpk --zero
  6155	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/ConSplitterGraphics.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ConSplitterDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/./ConSplitterGraphics.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/ConSplitterDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterGraphics.c
  6156	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Receive.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Receive.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Receive.c
  6157	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/DpcDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A210F973-229D-4f4d-AA37-9895E6C9EABADpcDxe/A210F973-229D-4f4d-AA37-9895E6C9EABASEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe/OUTPUT/DpcDxe.efi
  6158	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/LocalApicTimerDxe.dll
  6159	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_depr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_depr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_depr.c
  6160	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/LocalApicTimerDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/LocalApicTimerDxe.debug
  6161	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/LocalApicTimerDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/LocalApicTimerDxe.dll --zero
  6162	"objcopy" -I binary -O elf64-x86-64 -B i386 --rename-section .data=.hii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommandhii.rc /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommandhii.lib
  6163	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6164	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6165	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AtaAtapiPassThruDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaAtapiPassThru -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/AutoGen.c
  6166	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.dll has a LOAD segment with RWX permissions
  6167	GenSec -s EFI_SECTION_USER_INTERFACE -n DpcDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A210F973-229D-4f4d-AA37-9895E6C9EABADpcDxe/A210F973-229D-4f4d-AA37-9895E6C9EABASEC3.ui
  6168	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG/tftpDynamicCommand.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG/tftpDynamicCommand.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=tftpDynamicCommandStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6169	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe'
  6170	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootGraphicsResourceTableDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/AutoGen.c
  6171	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6172	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6173	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/ReportStatusCodeRouterPei.dll has a LOAD segment with RWX permissions
  6174	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/LocalApicTimerDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG
  6175	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.dll
  6176	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/LocalApicTimerDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/LocalApicTimerDxe.efi
  6177	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/Language.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BdsDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/./Language.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/BdsDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/BdsDxe/Language.c
  6178	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT
  6179	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/ScsiDisk.lib
  6180	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Mtftp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe/ComponentName.c
  6181	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/ScsiDisk.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/object_files.lst
  6182	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.debug
  6183	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/LocalApicTimerDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/LocalApicTimerDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52fe8196-f9de-4d07-b22f-51f77a0e7c41LocalApicTimerDxe/52fe8196-f9de-4d07-b22f-51f77a0e7c41.map
  6184	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/FileHandleWrappers.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ShellStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/./FileHandleWrappers.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell/FileHandleWrappers.c
  6185	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/ReportStatusCodeRouterPei.dll
  6186	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A210F973-229D-4f4d-AA37-9895E6C9EABADpcDxe/A210F973-229D-4f4d-AA37-9895E6C9EABASEC4.ver
  6187	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.dll
  6188	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/SecurityStubDxe.lib
  6189	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/SecurityStubDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/object_files.lst
  6190	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_dh.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_dh.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_dh.c
  6191	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/LocalApicTimerDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52fe8196-f9de-4d07-b22f-51f77a0e7c41LocalApicTimerDxe/52fe8196-f9de-4d07-b22f-51f77a0e7c41SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/LocalApicTimerDxe.depex
  6192	lto-wrapper: warning: using serial compilation of 2 LTRANS jobs
  6193	lto-wrapper: note: see the ‘-flto’ option documentation for more information
  6194	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.dll
  6195	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/ReportStatusCodeRouterPei.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/ReportStatusCodeRouterPei.debug
  6196	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ScsiDiskStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6197	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MonotonicCounterRuntimeDxe.debug
  6198	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/ReportStatusCodeRouterPei.dll
  6199	GenFfs -t EFI_FV_FILETYPE_DRIVER -g A210F973-229D-4f4d-AA37-9895E6C9EABA -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A210F973-229D-4f4d-AA37-9895E6C9EABADpcDxe/A210F973-229D-4f4d-AA37-9895E6C9EABA.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A210F973-229D-4f4d-AA37-9895E6C9EABADpcDxe/A210F973-229D-4f4d-AA37-9895E6C9EABASEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A210F973-229D-4f4d-AA37-9895E6C9EABADpcDxe/A210F973-229D-4f4d-AA37-9895E6C9EABASEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A210F973-229D-4f4d-AA37-9895E6C9EABADpcDxe/A210F973-229D-4f4d-AA37-9895E6C9EABASEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A210F973-229D-4f4d-AA37-9895E6C9EABADpcDxe/A210F973-229D-4f4d-AA37-9895E6C9EABASEC4.ver
  6200	"GenFw" -e DXE_RUNTIME_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/MonotonicCounterRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.dll --zero
  6201	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6202	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6203	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/StatusCodeHandlerPei.dll has a LOAD segment with RWX permissions
  6204	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/ReportStatusCodeRouterPei.dll
  6205	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecurityStubDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6206	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskHii.c.deps -x c -E -P -DVFRCOMPILE --include RamDiskDxeStrDefs.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskHii.vfr > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskHii.i
  6207	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/ReportStatusCodeRouterPei.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ReportStatusCodeRouterPei.debug
  6208	"GenFw" -e PEIM -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/ReportStatusCodeRouterPei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/ReportStatusCodeRouterPei.dll --zero
  6209	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/DpcDxe/DpcDxe'
  6210	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/LocalApicTimerDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52fe8196-f9de-4d07-b22f-51f77a0e7c41LocalApicTimerDxe/52fe8196-f9de-4d07-b22f-51f77a0e7c41SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/OUTPUT/LocalApicTimerDxe.efi
  6211	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf [X64]
  6212	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: InitializeFpu.obj: missing .note.GNU-stack section implies executable stack
  6213	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6214	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.dll has a LOAD segment with RWX permissions
  6215	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/StatusCodeHandlerPei.dll
  6216	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/MonotonicCounterRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG
  6217	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/ReportStatusCodeRouterPei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG
  6218	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/ReportStatusCodeRouterPei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ReportStatusCodeRouterPei.efi
  6219	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AtaAtapiPassThruDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaAtapiPassThru -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ComponentName.c
  6220	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT
  6221	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/StatusCodeHandlerPei.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/StatusCodeHandlerPei.debug
  6222	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/StatusCodeHandlerPei.dll
  6223	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/MonotonicCounterRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MonotonicCounterRuntimeDxe.efi
  6224	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT
  6225	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/MonotonicCounterRuntimeDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/MonotonicCounterRuntimeDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/AD608272-D07F-4964-801E-7BD3B7888652MonotonicCounterRuntimeDxe/AD608272-D07F-4964-801E-7BD3B7888652.map
  6226	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/MonotonicCounterRuntimeDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/AD608272-D07F-4964-801E-7BD3B7888652MonotonicCounterRuntimeDxe/AD608272-D07F-4964-801E-7BD3B7888652SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/MonotonicCounterRuntimeDxe.depex
  6227	GenSec -s EFI_SECTION_USER_INTERFACE -n LocalApicTimerDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52fe8196-f9de-4d07-b22f-51f77a0e7c41LocalApicTimerDxe/52fe8196-f9de-4d07-b22f-51f77a0e7c41SEC3.ui
  6228	"VfrCompile" -l -n --string-db /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskDxeStrDefs.hpk --output-directory /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/. /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskHii.i
  6229	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/BootGraphicsResourceTableDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootGraphicsResourceTableDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/./BootGraphicsResourceTableDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.c
  6230	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6231	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6232	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG/XenIoPvhDxe.dll has a LOAD segment with RWX permissions
  6233	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/X64/CpuAsm.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/X64/CpuAsm.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/X64/CpuAsm.ii
  6234	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.dll
  6235	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/StatusCodeHandlerPei.dll
  6236	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/ReportStatusCodeRouterPei.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/ReportStatusCodeRouterPei.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A3610442-E69F-4DF3-82CA-2360C4031A23ReportStatusCodeRouterPei/A3610442-E69F-4DF3-82CA-2360C4031A23.map
  6237	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52fe8196-f9de-4d07-b22f-51f77a0e7c41LocalApicTimerDxe/52fe8196-f9de-4d07-b22f-51f77a0e7c41SEC4.ver
  6238	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/StatusCodeHandlerPei.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/StatusCodeHandlerPei.debug
  6239	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskHii.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RamDiskDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDiskHii.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskHii.c
  6240	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.debug
  6241	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/ReportStatusCodeRouterPei.depex && GenSec -s EFI_SECTION_PEI_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A3610442-E69F-4DF3-82CA-2360C4031A23ReportStatusCodeRouterPei/A3610442-E69F-4DF3-82CA-2360C4031A23SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/ReportStatusCodeRouterPei.depex
  6242	"GenFw" -e PEIM -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/StatusCodeHandlerPei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/StatusCodeHandlerPei.dll --zero
  6243	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.dll
  6244	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG/XenIoPvhDxe.dll
  6245	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/MonotonicCounterRuntimeDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/AD608272-D07F-4964-801E-7BD3B7888652MonotonicCounterRuntimeDxe/AD608272-D07F-4964-801E-7BD3B7888652SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/OUTPUT/MonotonicCounterRuntimeDxe.efi
  6246	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_div.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_div.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_div.c
  6247	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.dll
  6248	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 52fe8196-f9de-4d07-b22f-51f77a0e7c41 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52fe8196-f9de-4d07-b22f-51f77a0e7c41LocalApicTimerDxe/52fe8196-f9de-4d07-b22f-51f77a0e7c41.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52fe8196-f9de-4d07-b22f-51f77a0e7c41LocalApicTimerDxe/52fe8196-f9de-4d07-b22f-51f77a0e7c41SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52fe8196-f9de-4d07-b22f-51f77a0e7c41LocalApicTimerDxe/52fe8196-f9de-4d07-b22f-51f77a0e7c41SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52fe8196-f9de-4d07-b22f-51f77a0e7c41LocalApicTimerDxe/52fe8196-f9de-4d07-b22f-51f77a0e7c41SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52fe8196-f9de-4d07-b22f-51f77a0e7c41LocalApicTimerDxe/52fe8196-f9de-4d07-b22f-51f77a0e7c41SEC4.ver
  6249	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe'
  6250	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DriverHealthManagerDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DriverHealthManagerDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/AutoGen.c
  6251	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/ConSplitterDxe.lib
  6252	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AmdSevDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/AmdSevDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/AutoGen.c
  6253	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SmbiosDxe.debug
  6254	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG/XenIoPvhDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG/XenIoPvhDxe.debug
  6255	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Receive_filters.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Receive_filters.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Receive_filters.c
  6256	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/ConSplitterDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/object_files.lst
  6257	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/SmbiosDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.dll --zero
  6258	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/ReportStatusCodeRouterPei.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A3610442-E69F-4DF3-82CA-2360C4031A23ReportStatusCodeRouterPei/A3610442-E69F-4DF3-82CA-2360C4031A23SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/OUTPUT/ReportStatusCodeRouterPei.efi
  6259	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG/XenIoPvhDxe.dll
  6260	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/StatusCodeHandlerPei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG
  6261	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/StatusCodeHandlerPei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/StatusCodeHandlerPei.efi
  6262	GenSec -s EFI_SECTION_USER_INTERFACE -n MonotonicCounterRuntimeDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/AD608272-D07F-4964-801E-7BD3B7888652MonotonicCounterRuntimeDxe/AD608272-D07F-4964-801E-7BD3B7888652SEC3.ui
  6263	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG/XenIoPvhDxe.dll
  6264	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT
  6265	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe'
  6266	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/X64/CpuAsm.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/X64/CpuAsm.ii
  6267	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Application/UiApp/UiApp.inf [X64]
  6268	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG/XenIoPvhDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XenIoPvhDxe.debug
  6269	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ConSplitterDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6270	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/PciCfg2/PciCfg2.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/PciCfg2/PciCfg2.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2/PciCfg2.c
  6271	GenSec -s EFI_SECTION_USER_INTERFACE -n ReportStatusCodeRouterPei -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A3610442-E69F-4DF3-82CA-2360C4031A23ReportStatusCodeRouterPei/A3610442-E69F-4DF3-82CA-2360C4031A23SEC3.ui
  6272	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/BdsDxe.lib
  6273	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/BdsDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/object_files.lst
  6274	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/StatusCodeHandlerPei.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/StatusCodeHandlerPei.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9D225237-FA01-464C-A949-BAABC02D31D0StatusCodeHandlerPei/9D225237-FA01-464C-A949-BAABC02D31D0.map
  6275	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/StatusCodeHandlerPei.depex && GenSec -s EFI_SECTION_PEI_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9D225237-FA01-464C-A949-BAABC02D31D0StatusCodeHandlerPei/9D225237-FA01-464C-A949-BAABC02D31D0SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/StatusCodeHandlerPei.depex
  6276	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/XenIoPvhDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG/XenIoPvhDxe.dll --zero
  6277	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/AD608272-D07F-4964-801E-7BD3B7888652MonotonicCounterRuntimeDxe/AD608272-D07F-4964-801E-7BD3B7888652SEC4.ver
  6278	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/SmbiosDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG
  6279	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/SmbiosDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SmbiosDxe.efi
  6280	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A3610442-E69F-4DF3-82CA-2360C4031A23ReportStatusCodeRouterPei/A3610442-E69F-4DF3-82CA-2360C4031A23SEC4.ver
  6281	GenFfs -t EFI_FV_FILETYPE_DRIVER -g AD608272-D07F-4964-801E-7BD3B7888652 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/AD608272-D07F-4964-801E-7BD3B7888652MonotonicCounterRuntimeDxe/AD608272-D07F-4964-801E-7BD3B7888652.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/AD608272-D07F-4964-801E-7BD3B7888652MonotonicCounterRuntimeDxe/AD608272-D07F-4964-801E-7BD3B7888652SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/AD608272-D07F-4964-801E-7BD3B7888652MonotonicCounterRuntimeDxe/AD608272-D07F-4964-801E-7BD3B7888652SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/AD608272-D07F-4964-801E-7BD3B7888652MonotonicCounterRuntimeDxe/AD608272-D07F-4964-801E-7BD3B7888652SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/AD608272-D07F-4964-801E-7BD3B7888652MonotonicCounterRuntimeDxe/AD608272-D07F-4964-801E-7BD3B7888652SEC4.ver
  6282	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/XenIoPvhDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG
  6283	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/XenIoPvhDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XenIoPvhDxe.efi
  6284	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT
  6285	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/StatusCodeHandlerPei.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9D225237-FA01-464C-A949-BAABC02D31D0StatusCodeHandlerPei/9D225237-FA01-464C-A949-BAABC02D31D0SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/OUTPUT/StatusCodeHandlerPei.efi
  6286	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BdsDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6287	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT
  6288	GenFfs -t EFI_FV_FILETYPE_PEIM -g A3610442-E69F-4DF3-82CA-2360C4031A23 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A3610442-E69F-4DF3-82CA-2360C4031A23ReportStatusCodeRouterPei/A3610442-E69F-4DF3-82CA-2360C4031A23.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A3610442-E69F-4DF3-82CA-2360C4031A23ReportStatusCodeRouterPei/A3610442-E69F-4DF3-82CA-2360C4031A23SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A3610442-E69F-4DF3-82CA-2360C4031A23ReportStatusCodeRouterPei/A3610442-E69F-4DF3-82CA-2360C4031A23SEC2.1.pe32 -n 0 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A3610442-E69F-4DF3-82CA-2360C4031A23ReportStatusCodeRouterPei/A3610442-E69F-4DF3-82CA-2360C4031A23SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A3610442-E69F-4DF3-82CA-2360C4031A23ReportStatusCodeRouterPei/A3610442-E69F-4DF3-82CA-2360C4031A23SEC4.ver
  6289	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/XenIoPvhDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/XenIoPvhDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7a567cc4-0e75-4d7a-a305-c3db109b53adXenIoPvhDxe/7a567cc4-0e75-4d7a-a305-c3db109b53ad.map
  6290	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskImpl.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RamDiskDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDiskImpl.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskImpl.c
  6291	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe'
  6292	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf [X64]
  6293	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/SmbiosDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/SmbiosDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F9D88642-0737-49bc-81B5-6889CD57D9EASmbiosDxe/F9D88642-0737-49bc-81B5-6889CD57D9EA.map
  6294	GenSec -s EFI_SECTION_USER_INTERFACE -n StatusCodeHandlerPei -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9D225237-FA01-464C-A949-BAABC02D31D0StatusCodeHandlerPei/9D225237-FA01-464C-A949-BAABC02D31D0SEC3.ui
  6295	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/XenIoPvhDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7a567cc4-0e75-4d7a-a305-c3db109b53adXenIoPvhDxe/7a567cc4-0e75-4d7a-a305-c3db109b53adSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/XenIoPvhDxe.depex
  6296	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp'
  6297	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UiAppStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Application/UiApp -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/AutoGen.c
  6298	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei'
  6299	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Driver.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Mtftp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/./Mtftp4Driver.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe/Mtftp4Driver.c
  6300	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: InitializeFpu.obj: missing .note.GNU-stack section implies executable stack
  6301	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6302	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/QemuRamfbDxe.dll has a LOAD segment with RWX permissions
  6303	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_err.c
  6304	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/SmbiosDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F9D88642-0737-49bc-81B5-6889CD57D9EASmbiosDxe/F9D88642-0737-49bc-81B5-6889CD57D9EASEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/SmbiosDxe.depex
  6305	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/XenIoPvhDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7a567cc4-0e75-4d7a-a305-c3db109b53adXenIoPvhDxe/7a567cc4-0e75-4d7a-a305-c3db109b53adSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe/OUTPUT/XenIoPvhDxe.efi
  6306	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/SmbiosDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F9D88642-0737-49bc-81B5-6889CD57D9EASmbiosDxe/F9D88642-0737-49bc-81B5-6889CD57D9EASEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/OUTPUT/SmbiosDxe.efi
  6307	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/AmdSevDxe.lib
  6308	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/BootGraphicsResourceTableDxe.lib
  6309	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/BootGraphicsResourceTableDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/object_files.lst
  6310	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/AmdSevDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/object_files.lst
  6311	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf [X64]
  6312	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9D225237-FA01-464C-A949-BAABC02D31D0StatusCodeHandlerPei/9D225237-FA01-464C-A949-BAABC02D31D0SEC4.ver
  6313	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe'
  6314	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/AutoGen.c
  6315	GenSec -s EFI_SECTION_USER_INTERFACE -n SmbiosDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F9D88642-0737-49bc-81B5-6889CD57D9EASmbiosDxe/F9D88642-0737-49bc-81B5-6889CD57D9EASEC3.ui
  6316	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/IdeMode.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AtaAtapiPassThruDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/./IdeMode.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaAtapiPassThru -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c
  6317	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootGraphicsResourceTableDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6318	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/QemuRamfbDxe.dll
  6319	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/QemuRamfbDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/QemuRamfbDxe.debug
  6320	GenSec -s EFI_SECTION_USER_INTERFACE -n XenIoPvhDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7a567cc4-0e75-4d7a-a305-c3db109b53adXenIoPvhDxe/7a567cc4-0e75-4d7a-a305-c3db109b53adSEC3.ui
  6321	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthConfigureVfr.c.deps -x c -E -P -DVFRCOMPILE --include DriverHealthManagerDxeStrDefs.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DriverHealthManagerDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthConfigureVfr.Vfr > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthConfigureVfr.i
  6322	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/AmdSevDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/AmdSevDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AmdSevDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6323	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/PeiMain/PeiMain.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/PeiMain/PeiMain.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
  6324	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/QemuRamfbDxe.dll
  6325	GenFfs -t EFI_FV_FILETYPE_PEIM -g 9D225237-FA01-464C-A949-BAABC02D31D0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9D225237-FA01-464C-A949-BAABC02D31D0StatusCodeHandlerPei/9D225237-FA01-464C-A949-BAABC02D31D0.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9D225237-FA01-464C-A949-BAABC02D31D0StatusCodeHandlerPei/9D225237-FA01-464C-A949-BAABC02D31D0SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9D225237-FA01-464C-A949-BAABC02D31D0StatusCodeHandlerPei/9D225237-FA01-464C-A949-BAABC02D31D0SEC2.1.pe32 -n 0 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9D225237-FA01-464C-A949-BAABC02D31D0StatusCodeHandlerPei/9D225237-FA01-464C-A949-BAABC02D31D0SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9D225237-FA01-464C-A949-BAABC02D31D0StatusCodeHandlerPei/9D225237-FA01-464C-A949-BAABC02D31D0SEC4.ver
  6326	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F9D88642-0737-49bc-81B5-6889CD57D9EASmbiosDxe/F9D88642-0737-49bc-81B5-6889CD57D9EASEC4.ver
  6327	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/QemuRamfbDxe.dll
  6328	"VfrCompile" -l -n --string-db /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerDxeStrDefs.hpk --output-directory /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/. /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthConfigureVfr.i
  6329	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/QemuRamfbDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/QemuRamfbDxe.debug
  6330	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/QemuRamfbDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/QemuRamfbDxe.dll --zero
  6331	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7a567cc4-0e75-4d7a-a305-c3db109b53adXenIoPvhDxe/7a567cc4-0e75-4d7a-a305-c3db109b53adSEC4.ver
  6332	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei'
  6333	GenFfs -t EFI_FV_FILETYPE_DRIVER -g F9D88642-0737-49bc-81B5-6889CD57D9EA -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F9D88642-0737-49bc-81B5-6889CD57D9EASmbiosDxe/F9D88642-0737-49bc-81B5-6889CD57D9EA.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F9D88642-0737-49bc-81B5-6889CD57D9EASmbiosDxe/F9D88642-0737-49bc-81B5-6889CD57D9EASEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F9D88642-0737-49bc-81B5-6889CD57D9EASmbiosDxe/F9D88642-0737-49bc-81B5-6889CD57D9EASEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F9D88642-0737-49bc-81B5-6889CD57D9EASmbiosDxe/F9D88642-0737-49bc-81B5-6889CD57D9EASEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F9D88642-0737-49bc-81B5-6889CD57D9EASmbiosDxe/F9D88642-0737-49bc-81B5-6889CD57D9EASEC4.ver
  6334	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf [X64]
  6335	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe'
  6336	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_exp.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_exp.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_exp.c
  6337	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/QemuRamfbDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG
  6338	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/QemuRamfbDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/QemuRamfbDxe.efi
  6339	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 7a567cc4-0e75-4d7a-a305-c3db109b53ad -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7a567cc4-0e75-4d7a-a305-c3db109b53adXenIoPvhDxe/7a567cc4-0e75-4d7a-a305-c3db109b53ad.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7a567cc4-0e75-4d7a-a305-c3db109b53adXenIoPvhDxe/7a567cc4-0e75-4d7a-a305-c3db109b53adSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7a567cc4-0e75-4d7a-a305-c3db109b53adXenIoPvhDxe/7a567cc4-0e75-4d7a-a305-c3db109b53adSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7a567cc4-0e75-4d7a-a305-c3db109b53adXenIoPvhDxe/7a567cc4-0e75-4d7a-a305-c3db109b53adSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7a567cc4-0e75-4d7a-a305-c3db109b53adXenIoPvhDxe/7a567cc4-0e75-4d7a-a305-c3db109b53adSEC4.ver
  6340	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FvbServicesRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuFlashFvbServicesRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/AutoGen.c
  6341	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthConfigureVfr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DriverHealthManagerDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/./DriverHealthConfigureVfr.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DriverHealthManagerDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthConfigureVfr.c
  6342	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe'
  6343	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe'
  6344	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT
  6345	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/QemuRamfbDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/QemuRamfbDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efQemuRamfbDxe/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4ef.map
  6346	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Reset.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Reset.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Reset.c
  6347	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/FrontPage.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UiAppStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/./FrontPage.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Application/UiApp -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Application/UiApp/FrontPage.c
  6348	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/Shell.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ShellStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/./Shell.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell/Shell.c
  6349	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: InitializeFpu.obj: missing .note.GNU-stack section implies executable stack
  6350	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6351	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/QemuKernelLoaderFsDxe.dll has a LOAD segment with RWX permissions
  6352	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/QemuKernelLoaderFsDxe.dll
  6353	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: InitializeFpu.obj: missing .note.GNU-stack section implies executable stack
  6354	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6355	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/IoMmuDxe.dll has a LOAD segment with RWX permissions
  6356	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/QemuRamfbDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efQemuRamfbDxe/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/QemuRamfbDxe.depex
  6357	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/QemuRamfbDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efQemuRamfbDxe/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/OUTPUT/QemuRamfbDxe.efi
  6358	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/X64/CpuAsm.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/X64/CpuAsm.iii
  6359	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/X64/PagingAttribute.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/X64/PagingAttribute.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuDxe/X64/PagingAttribute.c
  6360	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbBusDxe/ComponentName.c
  6361	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe'
  6362	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/XhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/AutoGen.c
  6363	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf [X64]
  6364	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/QemuKernelLoaderFsDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/QemuKernelLoaderFsDxe.debug
  6365	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/QemuKernelLoaderFsDxe.dll
  6366	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/QemuKernelLoaderFsDxe.dll
  6367	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/IoMmuDxe.dll
  6368	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/IoMmuDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/IoMmuDxe.debug
  6369	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DriverHealthManagerDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/./DriverHealthManagerDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DriverHealthManagerDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.c
  6370	GenSec -s EFI_SECTION_USER_INTERFACE -n QemuRamfbDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efQemuRamfbDxe/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efSEC3.ui
  6371	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/IoMmuDxe.dll
  6372	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/QemuKernelLoaderFsDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/QemuKernelLoaderFsDxe.debug
  6373	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/PCD/Pei/Pcd.inf [X64]
  6374	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/QemuKernelLoaderFsDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/QemuKernelLoaderFsDxe.dll --zero
  6375	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efQemuRamfbDxe/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efSEC4.ver
  6376	GenFfs -t EFI_FV_FILETYPE_DRIVER -g dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4ef -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efQemuRamfbDxe/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4ef.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efQemuRamfbDxe/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efQemuRamfbDxe/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efQemuRamfbDxe/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efQemuRamfbDxe/dce1b094-7dc6-45d0-9fdd-d7fc3cc3e4efSEC4.ver
  6377	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Ppi/Ppi.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Ppi/Ppi.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi/Ppi.c
  6378	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/IoMmuDxe.dll
  6379	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/IoMmuDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/IoMmuDxe.debug
  6380	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/IoMmuDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/IoMmuDxe.dll --zero
  6381	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/FvbInfo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FvbServicesRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/./FvbInfo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuFlashFvbServicesRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbInfo.c
  6382	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskProtocol.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RamDiskDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/./RamDiskProtocol.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c
  6383	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe'
  6384	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciSioSerialDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciSioSerialDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/AutoGen.c
  6385	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe'
  6386	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6387	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6388	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.dll has a LOAD segment with RWX permissions
  6389	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/QemuKernelLoaderFsDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG
  6390	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/QemuKernelLoaderFsDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/QemuKernelLoaderFsDxe.efi
  6391	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT
  6392	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/IoMmuDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG
  6393	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/QemuKernelLoaderFsDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/QemuKernelLoaderFsDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/806040ca-dad9-4978-a3b4-2d2ab0c8a48fQemuKernelLoaderFsDxe/806040ca-dad9-4978-a3b4-2d2ab0c8a48f.map
  6394	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Impl.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Mtftp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/./Mtftp4Impl.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe/Mtftp4Impl.c
  6395	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/IoMmuDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/IoMmuDxe.efi
  6396	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.dll
  6397	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT
  6398	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf [X64]
  6399	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuDxe.lib
  6400	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/QemuKernelLoaderFsDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/806040ca-dad9-4978-a3b4-2d2ab0c8a48fQemuKernelLoaderFsDxe/806040ca-dad9-4978-a3b4-2d2ab0c8a48fSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/QemuKernelLoaderFsDxe.depex
  6401	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/object_files.lst
  6402	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd'
  6403	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PcdPeimStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/PCD/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/AutoGen.c
  6404	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.debug
  6405	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.dll
  6406	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/IoMmuDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/IoMmuDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8657015b-ea43-440d-949a-af3be365c0fcIoMmuDxe/8657015b-ea43-440d-949a-af3be365c0fc.map
  6407	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/IoMmuDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8657015b-ea43-440d-949a-af3be365c0fcIoMmuDxe/8657015b-ea43-440d-949a-af3be365c0fcSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/IoMmuDxe.depex
  6408	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_exp2.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_exp2.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_exp2.c
  6409	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/QemuKernelLoaderFsDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/806040ca-dad9-4978-a3b4-2d2ab0c8a48fQemuKernelLoaderFsDxe/806040ca-dad9-4978-a3b4-2d2ab0c8a48fSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/OUTPUT/QemuKernelLoaderFsDxe.efi
  6410	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/XhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/XhciDxe/ComponentName.c
  6411	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/CpuDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/CpuDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6412	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.dll
  6413	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/UsbBus.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/./UsbBus.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c
  6414	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/DiskIoDxe.debug
  6415	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/IoMmuDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8657015b-ea43-440d-949a-af3be365c0fcIoMmuDxe/8657015b-ea43-440d-949a-af3be365c0fcSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe/OUTPUT/IoMmuDxe.efi
  6416	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Shutdown.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Shutdown.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Shutdown.c
  6417	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/DiskIoDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.dll --zero
  6418	GenSec -s EFI_SECTION_USER_INTERFACE -n QemuKernelLoaderFsDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/806040ca-dad9-4978-a3b4-2d2ab0c8a48fQemuKernelLoaderFsDxe/806040ca-dad9-4978-a3b4-2d2ab0c8a48fSEC3.ui
  6419	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe'
  6420	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/AcpiS3ContextSave.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=S3SaveStateDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/./AcpiS3ContextSave.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/S3SaveStateDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/AcpiS3ContextSave.c
  6421	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/AtaAtapiPassThruDxe.lib
  6422	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/806040ca-dad9-4978-a3b4-2d2ab0c8a48fQemuKernelLoaderFsDxe/806040ca-dad9-4978-a3b4-2d2ab0c8a48fSEC4.ver
  6423	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/AtaAtapiPassThruDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/object_files.lst
  6424	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/DiskIoDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG
  6425	GenSec -s EFI_SECTION_USER_INTERFACE -n IoMmuDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8657015b-ea43-440d-949a-af3be365c0fcIoMmuDxe/8657015b-ea43-440d-949a-af3be365c0fcSEC3.ui
  6426	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/DiskIoDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/DiskIoDxe.efi
  6427	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/FwBlockService.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FvbServicesRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/./FwBlockService.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuFlashFvbServicesRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockService.c
  6428	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT
  6429	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/Pcd.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PcdPeimStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/./Pcd.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/PCD/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/PCD/Pei/Pcd.c
  6430	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 806040ca-dad9-4978-a3b4-2d2ab0c8a48f -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/806040ca-dad9-4978-a3b4-2d2ab0c8a48fQemuKernelLoaderFsDxe/806040ca-dad9-4978-a3b4-2d2ab0c8a48f.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/806040ca-dad9-4978-a3b4-2d2ab0c8a48fQemuKernelLoaderFsDxe/806040ca-dad9-4978-a3b4-2d2ab0c8a48fSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/806040ca-dad9-4978-a3b4-2d2ab0c8a48fQemuKernelLoaderFsDxe/806040ca-dad9-4978-a3b4-2d2ab0c8a48fSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/806040ca-dad9-4978-a3b4-2d2ab0c8a48fQemuKernelLoaderFsDxe/806040ca-dad9-4978-a3b4-2d2ab0c8a48fSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/806040ca-dad9-4978-a3b4-2d2ab0c8a48fQemuKernelLoaderFsDxe/806040ca-dad9-4978-a3b4-2d2ab0c8a48fSEC4.ver
  6431	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/DiskIoDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/DiskIoDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4DiskIoDxe/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4.map
  6432	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8657015b-ea43-440d-949a-af3be365c0fcIoMmuDxe/8657015b-ea43-440d-949a-af3be365c0fcSEC4.ver
  6433	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/AtaAtapiPassThruDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/AtaAtapiPassThruDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AtaAtapiPassThruDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6434	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/DiskIoDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4DiskIoDxe/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/OUTPUT/DiskIoDxe.efi
  6435	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciSioSerialDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciSioSerialDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciSioSerialDxe/ComponentName.c
  6436	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe'
  6437	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei/XenPlatformPei.inf [X64]
  6438	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 8657015b-ea43-440d-949a-af3be365c0fc -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8657015b-ea43-440d-949a-af3be365c0fcIoMmuDxe/8657015b-ea43-440d-949a-af3be365c0fc.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8657015b-ea43-440d-949a-af3be365c0fcIoMmuDxe/8657015b-ea43-440d-949a-af3be365c0fcSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8657015b-ea43-440d-949a-af3be365c0fcIoMmuDxe/8657015b-ea43-440d-949a-af3be365c0fcSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8657015b-ea43-440d-949a-af3be365c0fcIoMmuDxe/8657015b-ea43-440d-949a-af3be365c0fcSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8657015b-ea43-440d-949a-af3be365c0fcIoMmuDxe/8657015b-ea43-440d-949a-af3be365c0fcSEC4.ver
  6439	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_gcd.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_gcd.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_gcd.c
  6440	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/IoMmuDxe/IoMmuDxe'
  6441	GenSec -s EFI_SECTION_USER_INTERFACE -n DiskIoDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4DiskIoDxe/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4SEC3.ui
  6442	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4DiskIoDxe/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4SEC4.ver
  6443	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/FrontPageCustomizedUi.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UiAppStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/./FrontPageCustomizedUi.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Application/UiApp -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Application/UiApp/FrontPageCustomizedUi.c
  6444	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf [X64]
  6445	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 6B38F7B4-AD98-40e9-9093-ACA2B5A253C4 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4DiskIoDxe/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4DiskIoDxe/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4DiskIoDxe/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4DiskIoDxe/6B38F7B4-AD98-40e9-9093-ACA2B5A253C4SEC4.ver
  6446	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerVfr.c.deps -x c -E -P -DVFRCOMPILE --include DriverHealthManagerDxeStrDefs.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DriverHealthManagerDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerVfr.Vfr > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerVfr.i
  6447	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe'
  6448	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Reset/Reset.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Reset/Reset.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset/Reset.c
  6449	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei'
  6450	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/AmdSev.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPlatformPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/./AmdSev.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei/AmdSev.c
  6451	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskDxe.lib
  6452	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf [X64]
  6453	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/object_files.lst
  6454	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RamDiskDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6455	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei'
  6456	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Snp.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Snp.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Snp.c
  6457	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/UsbHcMem.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/./UsbHcMem.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/XhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.c
  6458	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=S3Resume2PeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Universal/Acpi/S3Resume2Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/AutoGen.c
  6459	"VfrCompile" -l -n --string-db /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerDxeStrDefs.hpk --output-directory /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/. /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerVfr.i
  6460	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/ShellEnvVar.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ShellStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/./ShellEnvVar.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell/ShellEnvVar.c
  6461	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/UsbDesc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/./UsbDesc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbDesc.c
  6462	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=S3SaveStateDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/S3SaveStateDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/AutoGen.c
  6463	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe'
  6464	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=StatusCodeHandlerRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/AutoGen.c
  6465	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/Service.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PcdPeimStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/./Service.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/PCD/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/PCD/Pei/Service.c
  6466	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerVfr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DriverHealthManagerDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/./DriverHealthManagerVfr.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DriverHealthManagerDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerVfr.c
  6467	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPlatformPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG/AutoGen.c
  6468	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_gf2m.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_gf2m.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_gf2m.c
  6469	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6470	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6471	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG/XenPvBlkDxe.dll has a LOAD segment with RWX permissions
  6472	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Option.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Mtftp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/./Mtftp4Option.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe/Mtftp4Option.c
  6473	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/Serial.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciSioSerialDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/./Serial.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciSioSerialDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c
  6474	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG/XenPvBlkDxe.dll
  6475	lto-wrapper: warning: using serial compilation of 2 LTRANS jobs
  6476	lto-wrapper: note: see the ‘-flto’ option documentation for more information
  6477	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/S3Resume.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=S3Resume2PeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/./S3Resume.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Universal/Acpi/S3Resume2Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume.c
  6478	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Security/Security.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/Security/Security.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security/Security.c
  6479	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG/XenPvBlkDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG/XenPvBlkDxe.debug
  6480	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/FwBlockServiceDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FvbServicesRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/./FwBlockServiceDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuFlashFvbServicesRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockServiceDxe.c
  6481	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG/XenPvBlkDxe.dll
  6482	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG/XenPvBlkDxe.dll
  6483	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG/XenPvBlkDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XenPvBlkDxe.debug
  6484	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/XenPvBlkDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG/XenPvBlkDxe.dll --zero
  6485	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/ClearCache.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPlatformPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/./ClearCache.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei/ClearCache.c
  6486	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6487	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6488	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/FrontPageCustomizedUiSupport.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UiAppStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/./FrontPageCustomizedUiSupport.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Application/UiApp -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c
  6489	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.dll has a LOAD segment with RWX permissions
  6490	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerDxe.lib
  6491	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_intern.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_intern.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_intern.c
  6492	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/object_files.lst
  6493	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/PcdPeim.lib
  6494	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/PcdPeim.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/object_files.lst
  6495	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/S3SaveState.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=S3SaveStateDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/./S3SaveState.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/S3SaveStateDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveState.c
  6496	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/XenPvBlkDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG
  6497	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/MemoryStatusCodeWorker.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=StatusCodeHandlerRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/./MemoryStatusCodeWorker.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/MemoryStatusCodeWorker.c
  6498	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DriverHealthManagerDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6499	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.dll
  6500	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6501	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6502	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/XenPvBlkDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XenPvBlkDxe.efi
  6503	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.dll has a LOAD segment with RWX permissions
  6504	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT
  6505	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PcdPeimStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6506	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/XenPvBlkDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/XenPvBlkDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6XenPvBlkDxe/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6.map
  6507	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.debug
  6508	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.dll
  6509	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/XenPvBlkDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6XenPvBlkDxe/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe/OUTPUT/XenPvBlkDxe.efi
  6510	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.dll
  6511	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.dll
  6512	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SecurityStubDxe.debug
  6513	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.debug
  6514	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/SecurityStubDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.dll --zero
  6515	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/UsbEnumer.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/./UsbEnumer.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbEnumer.c
  6516	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.dll
  6517	GenSec -s EFI_SECTION_USER_INTERFACE -n XenPvBlkDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6XenPvBlkDxe/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6SEC3.ui
  6518	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.dll
  6519	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/ShellManParser.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ShellStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/./ShellManParser.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell/ShellManParser.c
  6520	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/BootGraphicsResourceTableDxe.debug
  6521	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/Cmos.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPlatformPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/./Cmos.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei/Cmos.c
  6522	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/SecurityStubDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG
  6523	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/BootGraphicsResourceTableDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.dll --zero
  6524	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6XenPvBlkDxe/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6SEC4.ver
  6525	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Start.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Start.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Start.c
  6526	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/SecurityStubDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SecurityStubDxe.efi
  6527	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6528	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6529	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.dll has a LOAD segment with RWX permissions
  6530	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT
  6531	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/Xhci.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/./Xhci.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/XhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c
  6532	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Rrq.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Mtftp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/./Mtftp4Rrq.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe/Mtftp4Rrq.c
  6533	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/StatusCode/StatusCode.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/StatusCode/StatusCode.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PciCfg2 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/CpuIo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/BootMode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dependency -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Hob -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Memory -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/PeiMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Ppi -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Reset -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/Security -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Pei/StatusCode/StatusCode.c
  6534	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/SecurityStubDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/SecurityStubDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F80697E9-7FD6-4665-8646-88E33EF71DFCSecurityStubDxe/F80697E9-7FD6-4665-8646-88E33EF71DFC.map
  6535	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_kron.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_kron.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_kron.c
  6536	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 8c2487ea-9af3-11e3-b966-b8ac6f7d65e6 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6XenPvBlkDxe/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6XenPvBlkDxe/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6XenPvBlkDxe/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6XenPvBlkDxe/8c2487ea-9af3-11e3-b966-b8ac6f7d65e6SEC4.ver
  6537	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/BootGraphicsResourceTableDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG
  6538	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/QemuFlash.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FvbServicesRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/./QemuFlash.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuFlashFvbServicesRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlash.c
  6539	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/SecurityStubDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F80697E9-7FD6-4665-8646-88E33EF71DFCSecurityStubDxe/F80697E9-7FD6-4665-8646-88E33EF71DFCSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/SecurityStubDxe.depex
  6540	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/BootGraphicsResourceTableDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/BootGraphicsResourceTableDxe.efi
  6541	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT
  6542	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.dll
  6543	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/BootGraphicsResourceTableDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/BootGraphicsResourceTableDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B8E62775-BB0A-43f0-A843-5BE8B14F8CCDBootGraphicsResourceTableDxe/B8E62775-BB0A-43f0-A843-5BE8B14F8CCD.map
  6544	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.debug
  6545	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/SecurityStubDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F80697E9-7FD6-4665-8646-88E33EF71DFCSecurityStubDxe/F80697E9-7FD6-4665-8646-88E33EF71DFCSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/OUTPUT/SecurityStubDxe.efi
  6546	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/BootGraphicsResourceTableDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B8E62775-BB0A-43f0-A843-5BE8B14F8CCDBootGraphicsResourceTableDxe/B8E62775-BB0A-43f0-A843-5BE8B14F8CCDSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/OUTPUT/BootGraphicsResourceTableDxe.efi
  6547	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.dll
  6548	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.dll
  6549	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/Fv.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPlatformPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/./Fv.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei/Fv.c
  6550	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/GraphicsConsoleDxe.debug
  6551	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/S3SaveStateDxe.lib
  6552	GenSec -s EFI_SECTION_USER_INTERFACE -n BootGraphicsResourceTableDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B8E62775-BB0A-43f0-A843-5BE8B14F8CCDBootGraphicsResourceTableDxe/B8E62775-BB0A-43f0-A843-5BE8B14F8CCDSEC3.ui
  6553	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/GraphicsConsoleDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.dll --zero
  6554	GenSec -s EFI_SECTION_USER_INTERFACE -n SecurityStubDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F80697E9-7FD6-4665-8646-88E33EF71DFCSecurityStubDxe/F80697E9-7FD6-4665-8646-88E33EF71DFCSEC3.ui
  6555	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/S3SaveStateDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/object_files.lst
  6556	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/X64/AsmFuncs.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/X64/AsmFuncs.nasm
  6557	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/FrontPageVfr.c.deps -x c -E -P -DVFRCOMPILE --include UiAppStrDefs.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Application/UiApp -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/FrontPageVfr.i
  6558	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe'
  6559	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf [X64]
  6560	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F80697E9-7FD6-4665-8646-88E33EF71DFCSecurityStubDxe/F80697E9-7FD6-4665-8646-88E33EF71DFCSEC4.ver
  6561	GenFfs -t EFI_FV_FILETYPE_DRIVER -g F80697E9-7FD6-4665-8646-88E33EF71DFC -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F80697E9-7FD6-4665-8646-88E33EF71DFCSecurityStubDxe/F80697E9-7FD6-4665-8646-88E33EF71DFC.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F80697E9-7FD6-4665-8646-88E33EF71DFCSecurityStubDxe/F80697E9-7FD6-4665-8646-88E33EF71DFCSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F80697E9-7FD6-4665-8646-88E33EF71DFCSecurityStubDxe/F80697E9-7FD6-4665-8646-88E33EF71DFCSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F80697E9-7FD6-4665-8646-88E33EF71DFCSecurityStubDxe/F80697E9-7FD6-4665-8646-88E33EF71DFCSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F80697E9-7FD6-4665-8646-88E33EF71DFCSecurityStubDxe/F80697E9-7FD6-4665-8646-88E33EF71DFCSEC4.ver
  6562	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/GraphicsConsoleDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG
  6563	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/GraphicsConsoleDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/GraphicsConsoleDxe.efi
  6564	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT
  6565	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/GraphicsConsoleDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/GraphicsConsoleDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CCCB0C28-4B24-11d5-9A5A-0090273FC14DGraphicsConsoleDxe/CCCB0C28-4B24-11d5-9A5A-0090273FC14D.map
  6566	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B8E62775-BB0A-43f0-A843-5BE8B14F8CCDBootGraphicsResourceTableDxe/B8E62775-BB0A-43f0-A843-5BE8B14F8CCDSEC4.ver
  6567	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/S3SaveStateDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/S3SaveStateDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=S3SaveStateDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6568	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/SerialStatusCodeWorker.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=StatusCodeHandlerRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/./SerialStatusCodeWorker.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/SerialStatusCodeWorker.c
  6569	"VfrCompile" -l -n --string-db /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/UiAppStrDefs.hpk --output-directory /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/. /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/FrontPageVfr.i
  6570	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_lib.c
  6571	GenFfs -t EFI_FV_FILETYPE_DRIVER -g B8E62775-BB0A-43f0-A843-5BE8B14F8CCD -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B8E62775-BB0A-43f0-A843-5BE8B14F8CCDBootGraphicsResourceTableDxe/B8E62775-BB0A-43f0-A843-5BE8B14F8CCD.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B8E62775-BB0A-43f0-A843-5BE8B14F8CCDBootGraphicsResourceTableDxe/B8E62775-BB0A-43f0-A843-5BE8B14F8CCDSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B8E62775-BB0A-43f0-A843-5BE8B14F8CCDBootGraphicsResourceTableDxe/B8E62775-BB0A-43f0-A843-5BE8B14F8CCDSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B8E62775-BB0A-43f0-A843-5BE8B14F8CCDBootGraphicsResourceTableDxe/B8E62775-BB0A-43f0-A843-5BE8B14F8CCDSEC4.ver
  6572	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/GraphicsConsoleDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CCCB0C28-4B24-11d5-9A5A-0090273FC14DGraphicsConsoleDxe/CCCB0C28-4B24-11d5-9A5A-0090273FC14DSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/OUTPUT/GraphicsConsoleDxe.efi
  6573	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/PeiCore.lib
  6574	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe'
  6575	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/PeiCore.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/object_files.lst
  6576	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe'
  6577	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/MemDetect.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPlatformPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/./MemDetect.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei/MemDetect.c
  6578	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/FrontPageVfr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UiAppStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/./FrontPageVfr.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Application/UiApp -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/FrontPageVfr.c
  6579	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/QemuFlashDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FvbServicesRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/./QemuFlashDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuFlashFvbServicesRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlashDxe.c
  6580	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.inf [X64]
  6581	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6582	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6583	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/Ps2KeyboardDxe.dll has a LOAD segment with RWX permissions
  6584	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/SerialIo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciSioSerialDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/./SerialIo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciSioSerialDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciSioSerialDxe/SerialIo.c
  6585	GenSec -s EFI_SECTION_USER_INTERFACE -n GraphicsConsoleDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CCCB0C28-4B24-11d5-9A5A-0090273FC14DGraphicsConsoleDxe/CCCB0C28-4B24-11d5-9A5A-0090273FC14DSEC3.ui
  6586	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PeiCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6587	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd'
  6588	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PcdDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/PCD/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/AutoGen.c
  6589	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CCCB0C28-4B24-11d5-9A5A-0090273FC14DGraphicsConsoleDxe/CCCB0C28-4B24-11d5-9A5A-0090273FC14DSEC4.ver
  6590	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/Ps2KeyboardDxe.dll
  6591	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuMpPei/CpuMpPei.inf [X64]
  6592	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Station_address.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Station_address.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Station_address.c
  6593	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/UsbHub.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/./UsbHub.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.c
  6594	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/ShellParametersProtocol.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ShellStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/./ShellParametersProtocol.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell/ShellParametersProtocol.c
  6595	GenFfs -t EFI_FV_FILETYPE_DRIVER -g CCCB0C28-4B24-11d5-9A5A-0090273FC14D -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CCCB0C28-4B24-11d5-9A5A-0090273FC14DGraphicsConsoleDxe/CCCB0C28-4B24-11d5-9A5A-0090273FC14D.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CCCB0C28-4B24-11d5-9A5A-0090273FC14DGraphicsConsoleDxe/CCCB0C28-4B24-11d5-9A5A-0090273FC14DSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CCCB0C28-4B24-11d5-9A5A-0090273FC14DGraphicsConsoleDxe/CCCB0C28-4B24-11d5-9A5A-0090273FC14DSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CCCB0C28-4B24-11d5-9A5A-0090273FC14DGraphicsConsoleDxe/CCCB0C28-4B24-11d5-9A5A-0090273FC14DSEC4.ver
  6596	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/StatusCodeHandlerRuntimeDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=StatusCodeHandlerRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/./StatusCodeHandlerRuntimeDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.c
  6597	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe'
  6598	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/Ps2KeyboardDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/Ps2KeyboardDxe.debug
  6599	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/Ps2KeyboardDxe.dll
  6600	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe'
  6601	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/AcpiPlatform.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenAcpiPlatformStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/./AcpiPlatform.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenAcpiPlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenAcpiPlatformDxe/AcpiPlatform.c
  6602	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Metronome/Metronome.inf [X64]
  6603	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/Ps2KeyboardDxe.dll
  6604	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/Ps2KeyboardDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Ps2KeyboardDxe.debug
  6605	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/Ps2KeyboardDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/Ps2KeyboardDxe.dll --zero
  6606	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei'
  6607	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuMpPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuMpPei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/AutoGen.c
  6608	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/String.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UiAppStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/./String.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Application/UiApp -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Application/UiApp/String.c
  6609	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Support.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Mtftp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/./Mtftp4Support.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe/Mtftp4Support.c
  6610	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/FvbServicesRuntimeDxe.lib
  6611	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/Platform.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPlatformPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/./Platform.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei/Platform.c
  6612	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/FvbServicesRuntimeDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/object_files.lst
  6613	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/Ps2KeyboardDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG
  6614	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/Ps2KeyboardDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Ps2KeyboardDxe.efi
  6615	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT
  6616	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome'
  6617	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MetronomeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Metronome -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/AutoGen.c
  6618	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/Ps2KeyboardDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/Ps2KeyboardDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C4D1F932-821F-4744-BF06-6D30F7730F8DPs2KeyboardDxe/C4D1F932-821F-4744-BF06-6D30F7730F8D.map
  6619	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/Pcd.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PcdDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/./Pcd.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/PCD/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/PCD/Dxe/Pcd.c
  6620	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/FvbServicesRuntimeDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/FvbServicesRuntimeDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -z common-page-size=0x1000 -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FvbServicesRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6621	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_mod.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_mod.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_mod.c
  6622	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/Ps2KeyboardDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C4D1F932-821F-4744-BF06-6D30F7730F8DPs2KeyboardDxe/C4D1F932-821F-4744-BF06-6D30F7730F8DSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/OUTPUT/Ps2KeyboardDxe.efi
  6623	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenAcpiPlatformStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenAcpiPlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG/AutoGen.c
  6624	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/X64/AsmFuncs.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Universal/Acpi/S3Resume2Pei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/X64/AsmFuncs.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/X64/AsmFuncs.ii
  6625	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/XhciReg.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/./XhciReg.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/XhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/XhciDxe/XhciReg.c
  6626	GenSec -s EFI_SECTION_USER_INTERFACE -n Ps2KeyboardDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C4D1F932-821F-4744-BF06-6D30F7730F8DPs2KeyboardDxe/C4D1F932-821F-4744-BF06-6D30F7730F8DSEC3.ui
  6627	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuBist.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuMpPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/./CpuBist.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuMpPei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuMpPei/CpuBist.c
  6628	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C4D1F932-821F-4744-BF06-6D30F7730F8DPs2KeyboardDxe/C4D1F932-821F-4744-BF06-6D30F7730F8DSEC4.ver
  6629	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/X64/AsmFuncs.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/X64/AsmFuncs.ii
  6630	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/StatusCodeHandlerRuntimeDxe.lib
  6631	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/StatusCodeHandlerRuntimeDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/object_files.lst
  6632	GenFfs -t EFI_FV_FILETYPE_DRIVER -g C4D1F932-821F-4744-BF06-6D30F7730F8D -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C4D1F932-821F-4744-BF06-6D30F7730F8DPs2KeyboardDxe/C4D1F932-821F-4744-BF06-6D30F7730F8D.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C4D1F932-821F-4744-BF06-6D30F7730F8DPs2KeyboardDxe/C4D1F932-821F-4744-BF06-6D30F7730F8DSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C4D1F932-821F-4744-BF06-6D30F7730F8DPs2KeyboardDxe/C4D1F932-821F-4744-BF06-6D30F7730F8DSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C4D1F932-821F-4744-BF06-6D30F7730F8DPs2KeyboardDxe/C4D1F932-821F-4744-BF06-6D30F7730F8DSEC4.ver
  6633	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/StatusCodeHandlerRuntimeDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/StatusCodeHandlerRuntimeDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -z common-page-size=0x1000 -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=StatusCodeHandlerRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6634	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe'
  6635	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf [X64]
  6636	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Statistics.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Statistics.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Statistics.c
  6637	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/PciSioSerialDxe.lib
  6638	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/Metronome.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MetronomeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/./Metronome.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Metronome -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Metronome/Metronome.c
  6639	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/UiApp.lib
  6640	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/UiApp.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/object_files.lst
  6641	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: InitializeFpu.obj: missing .note.GNU-stack section implies executable stack
  6642	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6643	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/AmdSevDxe.dll has a LOAD segment with RWX permissions
  6644	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/PciSioSerialDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/object_files.lst
  6645	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/PciSioSerialDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/PciSioSerialDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciSioSerialDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6646	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/Xen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPlatformPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/./Xen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/SecurityPkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenPlatformPei/Xen.c
  6647	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_mont.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_mont.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_mont.c
  6648	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/UsbUtility.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/./UsbUtility.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c
  6649	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/EntryPoint.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenAcpiPlatformStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/./EntryPoint.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenAcpiPlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenAcpiPlatformDxe/EntryPoint.c
  6650	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/AmdSevDxe.dll
  6651	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/UiApp.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/UiApp.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UiAppStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6652	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/AmdSevDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/AmdSevDxe.debug
  6653	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/AmdSevDxe.dll
  6654	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/ShellProtocol.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ShellStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/./ShellProtocol.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Application/Shell/ShellProtocol.c
  6655	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/AmdSevDxe.dll
  6656	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/AmdSevDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/AmdSevDxe.debug
  6657	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuMp2Pei.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuMpPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/./CpuMp2Pei.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuMpPei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuMpPei/CpuMp2Pei.c
  6658	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/AmdSevDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/AmdSevDxe.dll --zero
  6659	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Wrq.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Mtftp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/./Mtftp4Wrq.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Mtftp4Dxe/Mtftp4Wrq.c
  6660	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/AmdSevDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG
  6661	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/AmdSevDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/AmdSevDxe.efi
  6662	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe'
  6663	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SerialDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SerialDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/AutoGen.c
  6664	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT
  6665	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/AmdSevDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/AmdSevDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7AmdSevDxe/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7.map
  6666	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/Metronome.lib
  6667	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/XhciSched.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/./XhciSched.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/XhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c
  6668	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/Service.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PcdDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/./Service.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/PCD/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/PCD/Dxe/Service.c
  6669	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/Metronome.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/object_files.lst
  6670	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/AmdSevDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7AmdSevDxe/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/AmdSevDxe.depex
  6671	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/XenPlatformPei.lib
  6672	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6673	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6674	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.dll has a LOAD segment with RWX permissions
  6675	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/XenPlatformPei.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/object_files.lst
  6676	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/AmdSevDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7AmdSevDxe/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe/OUTPUT/AmdSevDxe.efi
  6677	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_mpi.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_mpi.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_mpi.c
  6678	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/Metronome.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/Metronome.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MetronomeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6679	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib/HiiLib.c: In function ‘HiiCreateGuidOpCode.constprop’:
  6680	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG/XenPlatformPei.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG/XenPlatformPei.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenPlatformPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6681	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib/HiiLib.c:3439:10: warning: function may return address of local variable [-Wreturn-local-addr]
  6682	 3439 |   return (UINT8 *)OpCodePointer;
  6683	      |          ^
  6684	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib/HiiLib.c:3418:17: note: declared here
  6685	 3418 |   EFI_IFR_GUID  OpCode;
  6686	      |                 ^
  6687	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/Xen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenAcpiPlatformStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/./Xen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenAcpiPlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenAcpiPlatformDxe/Xen.c
  6688	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.dll
  6689	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Stop.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Stop.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Stop.c
  6690	GenSec -s EFI_SECTION_USER_INTERFACE -n AmdSevDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7AmdSevDxe/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7SEC3.ui
  6691	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuMpPei.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuMpPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/./CpuMpPei.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuMpPei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuMpPei/CpuMpPei.c
  6692	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/X64/AsmFuncs.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/X64/AsmFuncs.iii
  6693	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.debug
  6694	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.dll
  6695	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/S3Resume2Pei.lib
  6696	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/S3Resume2Pei.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/object_files.lst
  6697	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.dll
  6698	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7AmdSevDxe/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7SEC4.ver
  6699	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/QemuVideoDxe.debug
  6700	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/QemuVideoDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.dll --zero
  6701	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/S3Resume2Pei.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/S3Resume2Pei.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=S3Resume2PeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6702	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 2ec9da37-ee35-4de9-86c5-6d9a81dc38a7 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7AmdSevDxe/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7AmdSevDxe/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7AmdSevDxe/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7AmdSevDxe/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7AmdSevDxe/2ec9da37-ee35-4de9-86c5-6d9a81dc38a7SEC4.ver
  6703	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/SerialIo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SerialDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/./SerialIo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SerialDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SerialDxe/SerialIo.c
  6704	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/QemuVideoDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG
  6705	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/AmdSevDxe/AmdSevDxe'
  6706	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/QemuVideoDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/QemuVideoDxe.efi
  6707	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_mul.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_mul.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_mul.c
  6708	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe/XenBusDxe.inf [X64]
  6709	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT
  6710	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/QemuVideoDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/QemuVideoDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/e3752948-b9a1-4770-90c4-df41c38986beQemuVideoDxe/e3752948-b9a1-4770-90c4-df41c38986be.map
  6711	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/QemuVideoDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/e3752948-b9a1-4770-90c4-df41c38986beQemuVideoDxe/e3752948-b9a1-4770-90c4-df41c38986beSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/OUTPUT/QemuVideoDxe.efi
  6712	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/XenAcpiPlatform.lib
  6713	GenSec -s EFI_SECTION_USER_INTERFACE -n QemuVideoDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/e3752948-b9a1-4770-90c4-df41c38986beQemuVideoDxe/e3752948-b9a1-4770-90c4-df41c38986beSEC3.ui
  6714	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/XenAcpiPlatform.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/object_files.lst
  6715	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/UsbBusDxe.lib
  6716	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/UsbBusDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/object_files.lst
  6717	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe'
  6718	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG/AutoGen.c
  6719	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/e3752948-b9a1-4770-90c4-df41c38986beQemuVideoDxe/e3752948-b9a1-4770-90c4-df41c38986beSEC4.ver
  6720	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG/XenAcpiPlatform.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG/XenAcpiPlatform.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenAcpiPlatformStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6721	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Dxe.lib
  6722	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Dxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/object_files.lst
  6723	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6724	GenFfs -t EFI_FV_FILETYPE_DRIVER -g e3752948-b9a1-4770-90c4-df41c38986be -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/e3752948-b9a1-4770-90c4-df41c38986beQemuVideoDxe/e3752948-b9a1-4770-90c4-df41c38986be.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/e3752948-b9a1-4770-90c4-df41c38986beQemuVideoDxe/e3752948-b9a1-4770-90c4-df41c38986beSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/e3752948-b9a1-4770-90c4-df41c38986beQemuVideoDxe/e3752948-b9a1-4770-90c4-df41c38986beSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/e3752948-b9a1-4770-90c4-df41c38986beQemuVideoDxe/e3752948-b9a1-4770-90c4-df41c38986beSEC4.ver
  6725	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/SerialDxe.lib
  6726	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/SerialDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/object_files.lst
  6727	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuPaging.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuMpPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/./CpuPaging.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuMpPei -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuMpPei/CpuPaging.c
  6728	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/Transmit.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./Transmit.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/Transmit.c
  6729	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Mtftp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6730	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuVideoDxe/QemuVideoDxe'
  6731	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/SerialDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/SerialDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SerialDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6732	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf [X64]
  6733	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/PcdDxe.lib
  6734	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/PcdDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/object_files.lst
  6735	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PcdDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6736	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_nist.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_nist.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_nist.c
  6737	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe/ComponentName.c
  6738	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe'
  6739	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ConPlatformDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/ConPlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/AutoGen.c
  6740	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: InitializeFpu.obj: missing .note.GNU-stack section implies executable stack
  6741	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6742	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.dll has a LOAD segment with RWX permissions
  6743	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.dll
  6744	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.debug
  6745	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.dll
  6746	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.dll
  6747	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/WaitForPacket.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/./WaitForPacket.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/SnpDxe/WaitForPacket.c
  6748	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PciHostBridgeDxe.debug
  6749	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/PciHostBridgeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.dll --zero
  6750	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/PciHostBridgeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG
  6751	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/PciHostBridgeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PciHostBridgeDxe.efi
  6752	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT
  6753	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6754	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6755	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/PciHostBridgeDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/PciHostBridgeDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/128FB770-5E79-4176-9E51-9BB268A17DD1PciHostBridgeDxe/128FB770-5E79-4176-9E51-9BB268A17DD1.map
  6756	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.dll has a LOAD segment with RWX permissions
  6757	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_prime.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_prime.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_prime.c
  6758	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/EventChannel.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/./EventChannel.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe/EventChannel.c
  6759	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/PciHostBridgeDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/128FB770-5E79-4176-9E51-9BB268A17DD1PciHostBridgeDxe/128FB770-5E79-4176-9E51-9BB268A17DD1SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/PciHostBridgeDxe.depex
  6760	lto-wrapper: warning: using serial compilation of 2 LTRANS jobs
  6761	lto-wrapper: note: see the ‘-flto’ option documentation for more information
  6762	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuMpPei.lib
  6763	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuMpPei.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/object_files.lst
  6764	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.dll
  6765	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6766	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6767	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6768	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6769	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.dll has a LOAD segment with RWX permissions
  6770	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/Metronome.dll has a LOAD segment with RWX permissions
  6771	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ConPlatformDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/ConPlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/ConPlatformDxe/ComponentName.c
  6772	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/PciHostBridgeDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/128FB770-5E79-4176-9E51-9BB268A17DD1PciHostBridgeDxe/128FB770-5E79-4176-9E51-9BB268A17DD1SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/OUTPUT/PciHostBridgeDxe.efi
  6773	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.debug
  6774	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.dll
  6775	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/CpuMpPei.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/CpuMpPei.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuMpPeiStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6776	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/Metronome.dll
  6777	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.dll
  6778	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib/HiiLib.c: In function ‘HiiCreateGuidOpCode.constprop’:
  6779	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib/HiiLib.c:3439:10: warning: function may return address of local variable [-Wreturn-local-addr]
  6780	 3439 |   return (UINT8 *)OpCodePointer;
  6781	      |          ^
  6782	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib/HiiLib.c:3418:17: note: declared here
  6783	 3418 |   EFI_IFR_GUID  OpCode;
  6784	      |                 ^
  6785	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PcdPeim.debug
  6786	GenSec -s EFI_SECTION_USER_INTERFACE -n PciHostBridgeDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/128FB770-5E79-4176-9E51-9BB268A17DD1PciHostBridgeDxe/128FB770-5E79-4176-9E51-9BB268A17DD1SEC3.ui
  6787	"GenFw" -e PEIM -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/PcdPeim.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.dll --zero
  6788	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.dll
  6789	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/Metronome.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/Metronome.debug
  6790	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/Metronome.dll
  6791	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/128FB770-5E79-4176-9E51-9BB268A17DD1PciHostBridgeDxe/128FB770-5E79-4176-9E51-9BB268A17DD1SEC4.ver
  6792	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/Metronome.dll
  6793	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/XhciDxe.lib
  6794	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.debug
  6795	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/XhciDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/object_files.lst
  6796	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/Metronome.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Metronome.debug
  6797	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.dll
  6798	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/PcdPeim.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG
  6799	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/Metronome.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/Metronome.dll --zero
  6800	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/PcdPeim.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PcdPeim.efi
  6801	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 128FB770-5E79-4176-9E51-9BB268A17DD1 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/128FB770-5E79-4176-9E51-9BB268A17DD1PciHostBridgeDxe/128FB770-5E79-4176-9E51-9BB268A17DD1.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/128FB770-5E79-4176-9E51-9BB268A17DD1PciHostBridgeDxe/128FB770-5E79-4176-9E51-9BB268A17DD1SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/128FB770-5E79-4176-9E51-9BB268A17DD1PciHostBridgeDxe/128FB770-5E79-4176-9E51-9BB268A17DD1SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/128FB770-5E79-4176-9E51-9BB268A17DD1PciHostBridgeDxe/128FB770-5E79-4176-9E51-9BB268A17DD1SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/128FB770-5E79-4176-9E51-9BB268A17DD1PciHostBridgeDxe/128FB770-5E79-4176-9E51-9BB268A17DD1SEC4.ver
  6802	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT
  6803	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.dll
  6804	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/SnpDxe.lib
  6805	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/PcdPeim.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/PcdPeim.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50PcdPeim/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50.map
  6806	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ConSplitterDxe.debug
  6807	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/SnpDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/object_files.lst
  6808	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6809	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/ConSplitterDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.dll --zero
  6810	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/PEIPcdDataBase.raw && GenSec -s EFI_SECTION_RAW -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50PcdPeim/PEIPcdDataBaseSec.raw /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/PEIPcdDataBase.raw
  6811	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe'
  6812	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/Metronome.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG
  6813	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/Metronome.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Metronome.efi
  6814	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf [X64]
  6815	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT
  6816	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/Shell.lib
  6817	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/Shell.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/object_files.lst
  6818	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/Metronome.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/Metronome.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C8339973-A563-4561-B858-D8476F9DEFC4Metronome/C8339973-A563-4561-B858-D8476F9DEFC4.map
  6819	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG/SnpDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG/SnpDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6820	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/ConSplitterDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG
  6821	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/PcdPeim.depex && GenSec -s EFI_SECTION_PEI_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50PcdPeim/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/PcdPeim.depex
  6822	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/ConSplitterDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ConSplitterDxe.efi
  6823	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT
  6824	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_print.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_print.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_print.c
  6825	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG/Shell.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG/Shell.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ShellStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6826	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/ConSplitterDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/ConSplitterDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/408edcec-cf6d-477c-a5a8-b4844e3de281ConSplitterDxe/408edcec-cf6d-477c-a5a8-b4844e3de281.map
  6827	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/ConSplitterDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/408edcec-cf6d-477c-a5a8-b4844e3de281ConSplitterDxe/408edcec-cf6d-477c-a5a8-b4844e3de281SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/OUTPUT/ConSplitterDxe.efi
  6828	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/Metronome.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C8339973-A563-4561-B858-D8476F9DEFC4Metronome/C8339973-A563-4561-B858-D8476F9DEFC4SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/Metronome.depex
  6829	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/Metronome.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C8339973-A563-4561-B858-D8476F9DEFC4Metronome/C8339973-A563-4561-B858-D8476F9DEFC4SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome/OUTPUT/Metronome.efi
  6830	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/ConPlatform.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ConPlatformDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/./ConPlatform.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/ConPlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c
  6831	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/GrantTable.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/./GrantTable.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe/GrantTable.c
  6832	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/PcdPeim.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50PcdPeim/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd/OUTPUT/PcdPeim.efi
  6833	GenSec -s EFI_SECTION_USER_INTERFACE -n ConSplitterDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/408edcec-cf6d-477c-a5a8-b4844e3de281ConSplitterDxe/408edcec-cf6d-477c-a5a8-b4844e3de281SEC3.ui
  6834	GenSec -s EFI_SECTION_USER_INTERFACE -n Metronome -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C8339973-A563-4561-B858-D8476F9DEFC4Metronome/C8339973-A563-4561-B858-D8476F9DEFC4SEC3.ui
  6835	GenSec -s EFI_SECTION_USER_INTERFACE -n PcdPeim -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50PcdPeim/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50SEC3.ui
  6836	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/408edcec-cf6d-477c-a5a8-b4844e3de281ConSplitterDxe/408edcec-cf6d-477c-a5a8-b4844e3de281SEC4.ver
  6837	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl'
  6838	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeIplStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/DxeIplPeim/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/DxeIplPeim -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/AutoGen.c
  6839	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C8339973-A563-4561-B858-D8476F9DEFC4Metronome/C8339973-A563-4561-B858-D8476F9DEFC4SEC4.ver
  6840	GenSec -s EFI_SECTION_VERSION -n 4.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50PcdPeim/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50SEC4.ver
  6841	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 408edcec-cf6d-477c-a5a8-b4844e3de281 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/408edcec-cf6d-477c-a5a8-b4844e3de281ConSplitterDxe/408edcec-cf6d-477c-a5a8-b4844e3de281.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/408edcec-cf6d-477c-a5a8-b4844e3de281ConSplitterDxe/408edcec-cf6d-477c-a5a8-b4844e3de281SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/408edcec-cf6d-477c-a5a8-b4844e3de281ConSplitterDxe/408edcec-cf6d-477c-a5a8-b4844e3de281SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/408edcec-cf6d-477c-a5a8-b4844e3de281ConSplitterDxe/408edcec-cf6d-477c-a5a8-b4844e3de281SEC4.ver
  6842	GenFfs -t EFI_FV_FILETYPE_DRIVER -g C8339973-A563-4561-B858-D8476F9DEFC4 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C8339973-A563-4561-B858-D8476F9DEFC4Metronome/C8339973-A563-4561-B858-D8476F9DEFC4.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C8339973-A563-4561-B858-D8476F9DEFC4Metronome/C8339973-A563-4561-B858-D8476F9DEFC4SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C8339973-A563-4561-B858-D8476F9DEFC4Metronome/C8339973-A563-4561-B858-D8476F9DEFC4SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C8339973-A563-4561-B858-D8476F9DEFC4Metronome/C8339973-A563-4561-B858-D8476F9DEFC4SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/C8339973-A563-4561-B858-D8476F9DEFC4Metronome/C8339973-A563-4561-B858-D8476F9DEFC4SEC4.ver
  6843	GenFfs -t EFI_FV_FILETYPE_PEIM -g 9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50PcdPeim/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50PcdPeim/PEIPcdDataBaseSec.raw -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50PcdPeim/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50PcdPeim/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50SEC2.1.pe32 -n 0 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50PcdPeim/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50PcdPeim/9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50SEC4.ver
  6844	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe'
  6845	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf [X64]
  6846	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Metronome/Metronome'
  6847	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6848	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6849	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG/XenAcpiPlatform.dll has a LOAD segment with RWX permissions
  6850	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_rand.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_rand.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_rand.c
  6851	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Pei/Pcd'
  6852	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf [X64]
  6853	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/DxeLoad.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeIplStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/./DxeLoad.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/DxeIplPeim/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/DxeIplPeim -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
  6854	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe'
  6855	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/AtaBus.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AtaBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/./AtaBus.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c
  6856	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG/XenAcpiPlatform.dll
  6857	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG/XenAcpiPlatform.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG/XenAcpiPlatform.debug
  6858	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6859	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6860	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/StatusCodeHandlerRuntimeDxe.dll has a LOAD segment with RWX permissions
  6861	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG/XenAcpiPlatform.dll
  6862	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: hypercall.obj: missing .note.GNU-stack section implies executable stack
  6863	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6864	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/SerialDxe.dll has a LOAD segment with RWX permissions
  6865	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf [X64]
  6866	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/SerialDxe.dll
  6867	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG/XenAcpiPlatform.dll
  6868	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG/XenAcpiPlatform.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XenAcpiPlatform.debug
  6869	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/XenAcpiPlatform.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG/XenAcpiPlatform.dll --zero
  6870	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/StatusCodeHandlerRuntimeDxe.dll
  6871	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe'
  6872	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ScsiBusStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Scsi/ScsiBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/AutoGen.c
  6873	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/SerialDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/SerialDxe.debug
  6874	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/SerialDxe.dll
  6875	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/StatusCodeHandlerRuntimeDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/StatusCodeHandlerRuntimeDxe.debug
  6876	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/XenAcpiPlatform.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG
  6877	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/StatusCodeHandlerRuntimeDxe.dll
  6878	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/XenAcpiPlatform.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XenAcpiPlatform.efi
  6879	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/SerialDxe.dll
  6880	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT
  6881	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/StatusCodeHandlerRuntimeDxe.dll
  6882	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/SerialDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SerialDxe.debug
  6883	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/SerialDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/SerialDxe.dll --zero
  6884	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/XenAcpiPlatform.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/XenAcpiPlatform.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/fa0a48ac-767d-4c88-b70c-ec54c8b900c4XenAcpiPlatform/fa0a48ac-767d-4c88-b70c-ec54c8b900c4.map
  6885	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/StatusCodeHandlerRuntimeDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/StatusCodeHandlerRuntimeDxe.debug
  6886	"GenFw" -e DXE_RUNTIME_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/StatusCodeHandlerRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/StatusCodeHandlerRuntimeDxe.dll --zero
  6887	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/XenAcpiPlatform.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/fa0a48ac-767d-4c88-b70c-ec54c8b900c4XenAcpiPlatform/fa0a48ac-767d-4c88-b70c-ec54c8b900c4SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/XenAcpiPlatform.depex
  6888	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_recp.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_recp.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_recp.c
  6889	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe'
  6890	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FaultTolerantWriteDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/FaultTolerantWriteDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/AutoGen.c
  6891	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/SerialDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG
  6892	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/Helpers.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/./Helpers.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe/Helpers.c
  6893	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/SerialDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SerialDxe.efi
  6894	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT
  6895	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/XenAcpiPlatform.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/fa0a48ac-767d-4c88-b70c-ec54c8b900c4XenAcpiPlatform/fa0a48ac-767d-4c88-b70c-ec54c8b900c4SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe/OUTPUT/XenAcpiPlatform.efi
  6896	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/StatusCodeHandlerRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG
  6897	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/StatusCodeHandlerRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/StatusCodeHandlerRuntimeDxe.efi
  6898	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/SerialDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/SerialDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9A5163E7-5C29-453F-825C-837A46A81E15SerialDxe/9A5163E7-5C29-453F-825C-837A46A81E15.map
  6899	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT
  6900	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/SerialDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9A5163E7-5C29-453F-825C-837A46A81E15SerialDxe/9A5163E7-5C29-453F-825C-837A46A81E15SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/SerialDxe.depex
  6901	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/StatusCodeHandlerRuntimeDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/StatusCodeHandlerRuntimeDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891StatusCodeHandlerRuntimeDxe/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891.map
  6902	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/StatusCodeHandlerRuntimeDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891StatusCodeHandlerRuntimeDxe/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/StatusCodeHandlerRuntimeDxe.depex
  6903	GenSec -s EFI_SECTION_USER_INTERFACE -n XenAcpiPlatform -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/fa0a48ac-767d-4c88-b70c-ec54c8b900c4XenAcpiPlatform/fa0a48ac-767d-4c88-b70c-ec54c8b900c4SEC3.ui
  6904	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/SerialDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9A5163E7-5C29-453F-825C-837A46A81E15SerialDxe/9A5163E7-5C29-453F-825C-837A46A81E15SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe/OUTPUT/SerialDxe.efi
  6905	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ScsiBusStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Scsi/ScsiBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ComponentName.c
  6906	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/ConPlatformDxe.lib
  6907	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/fa0a48ac-767d-4c88-b70c-ec54c8b900c4XenAcpiPlatform/fa0a48ac-767d-4c88-b70c-ec54c8b900c4SEC4.ver
  6908	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/ConPlatformDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/object_files.lst
  6909	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/StatusCodeHandlerRuntimeDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891StatusCodeHandlerRuntimeDxe/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/OUTPUT/StatusCodeHandlerRuntimeDxe.efi
  6910	GenSec -s EFI_SECTION_USER_INTERFACE -n SerialDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9A5163E7-5C29-453F-825C-837A46A81E15SerialDxe/9A5163E7-5C29-453F-825C-837A46A81E15SEC3.ui
  6911	GenFfs -t EFI_FV_FILETYPE_DRIVER -g fa0a48ac-767d-4c88-b70c-ec54c8b900c4 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/fa0a48ac-767d-4c88-b70c-ec54c8b900c4XenAcpiPlatform/fa0a48ac-767d-4c88-b70c-ec54c8b900c4.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/fa0a48ac-767d-4c88-b70c-ec54c8b900c4XenAcpiPlatform/fa0a48ac-767d-4c88-b70c-ec54c8b900c4SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/fa0a48ac-767d-4c88-b70c-ec54c8b900c4XenAcpiPlatform/fa0a48ac-767d-4c88-b70c-ec54c8b900c4SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/fa0a48ac-767d-4c88-b70c-ec54c8b900c4XenAcpiPlatform/fa0a48ac-767d-4c88-b70c-ec54c8b900c4SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/fa0a48ac-767d-4c88-b70c-ec54c8b900c4XenAcpiPlatform/fa0a48ac-767d-4c88-b70c-ec54c8b900c4SEC4.ver
  6912	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ConPlatformDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  6913	GenSec -s EFI_SECTION_USER_INTERFACE -n StatusCodeHandlerRuntimeDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891StatusCodeHandlerRuntimeDxe/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891SEC3.ui
  6914	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9A5163E7-5C29-453F-825C-837A46A81E15SerialDxe/9A5163E7-5C29-453F-825C-837A46A81E15SEC4.ver
  6915	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_shift.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_shift.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_shift.c
  6916	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe'
  6917	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Udp4Dxe/Udp4Dxe.inf [X64]
  6918	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891StatusCodeHandlerRuntimeDxe/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891SEC4.ver
  6919	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 9A5163E7-5C29-453F-825C-837A46A81E15 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9A5163E7-5C29-453F-825C-837A46A81E15SerialDxe/9A5163E7-5C29-453F-825C-837A46A81E15.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9A5163E7-5C29-453F-825C-837A46A81E15SerialDxe/9A5163E7-5C29-453F-825C-837A46A81E15SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9A5163E7-5C29-453F-825C-837A46A81E15SerialDxe/9A5163E7-5C29-453F-825C-837A46A81E15SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9A5163E7-5C29-453F-825C-837A46A81E15SerialDxe/9A5163E7-5C29-453F-825C-837A46A81E15SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9A5163E7-5C29-453F-825C-837A46A81E15SerialDxe/9A5163E7-5C29-453F-825C-837A46A81E15SEC4.ver
  6920	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SerialDxe/SerialDxe'
  6921	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/TestAndClearBit.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/./TestAndClearBit.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe/TestAndClearBit.c
  6922	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/X64/DxeLoadFunc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeIplStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/X64/DxeLoadFunc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/DxeIplPeim/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/DxeIplPeim -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/DxeIplPeim/X64/DxeLoadFunc.c
  6923	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommandhii.lib: missing .note.GNU-stack section implies executable stack
  6924	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6925	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG/tftpDynamicCommand.dll has a LOAD segment with RWX permissions
  6926	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 6C2004EF-4E0E-4BE4-B14C-340EB4AA5891 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891StatusCodeHandlerRuntimeDxe/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891StatusCodeHandlerRuntimeDxe/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891StatusCodeHandlerRuntimeDxe/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891StatusCodeHandlerRuntimeDxe/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891StatusCodeHandlerRuntimeDxe/6C2004EF-4E0E-4BE4-B14C-340EB4AA5891SEC4.ver
  6927	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe'
  6928	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/FaultTolerantWrite.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FaultTolerantWriteDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/./FaultTolerantWrite.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/FaultTolerantWriteDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.c
  6929	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/ArpDxe/ArpDxe.inf [X64]
  6930	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG/tftpDynamicCommand.dll
  6931	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/AtaPassThruExecute.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AtaBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/./AtaPassThruExecute.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c
  6932	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe'
  6933	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Udp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Udp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/AutoGen.c
  6934	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf [X64]
  6935	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: InitializeFpu.obj: missing .note.GNU-stack section implies executable stack
  6936	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6937	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/S3Resume2Pei.dll has a LOAD segment with RWX permissions
  6938	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG/tftpDynamicCommand.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG/tftpDynamicCommand.debug
  6939	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG/tftpDynamicCommand.dll
  6940	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/ScsiBus.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ScsiBusStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/./ScsiBus.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Scsi/ScsiBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c
  6941	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/S3Resume2Pei.dll
  6942	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG/tftpDynamicCommand.dll
  6943	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6944	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6945	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.dll has a LOAD segment with RWX permissions
  6946	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/S3Resume2Pei.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/S3Resume2Pei.debug
  6947	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/S3Resume2Pei.dll
  6948	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/S3Resume2Pei.dll
  6949	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6950	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6951	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.dll has a LOAD segment with RWX permissions
  6952	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG/tftpDynamicCommand.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/tftpDynamicCommand.debug
  6953	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommand.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG/tftpDynamicCommand.dll --zero
  6954	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6955	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6956	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/S3SaveStateDxe.dll has a LOAD segment with RWX permissions
  6957	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/S3SaveStateDxe.dll
  6958	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/S3Resume2Pei.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/S3Resume2Pei.debug
  6959	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_sqr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_sqr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_sqr.c
  6960	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommand.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG
  6961	"GenFw" -e PEIM -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/S3Resume2Pei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/S3Resume2Pei.dll --zero
  6962	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.dll
  6963	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/XenBus.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/./XenBus.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe/XenBus.c
  6964	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommand.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/tftpDynamicCommand.efi
  6965	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/X64/VirtualMemory.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeIplStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/X64/VirtualMemory.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/DxeIplPeim/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/DxeIplPeim -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c
  6966	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/S3SaveStateDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/S3SaveStateDxe.debug
  6967	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT
  6968	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/S3SaveStateDxe.dll
  6969	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.debug
  6970	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe'
  6971	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/ArpDriver.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ArpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/./ArpDriver.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/ArpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/ArpDxe/ArpDriver.c
  6972	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommand.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommand.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A487A478-51EF-48AA-8794-7BEE2A0562F1tftpDynamicCommand/A487A478-51EF-48AA-8794-7BEE2A0562F1.map
  6973	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/S3SaveStateDxe.dll
  6974	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.dll
  6975	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/S3Resume2Pei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG
  6976	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.dll
  6977	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe'
  6978	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/AutoGen.c
  6979	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/S3Resume2Pei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/S3Resume2Pei.efi
  6980	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/S3SaveStateDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/S3SaveStateDxe.debug
  6981	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommand.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A487A478-51EF-48AA-8794-7BEE2A0562F1tftpDynamicCommand/A487A478-51EF-48AA-8794-7BEE2A0562F1SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommand.depex
  6982	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.dll
  6983	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT
  6984	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/S3SaveStateDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/S3SaveStateDxe.dll --zero
  6985	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ScsiDisk.debug
  6986	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/S3Resume2Pei.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/S3Resume2Pei.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/89E549B0-7CFE-449d-9BA3-10D8B2312D71S3Resume2Pei/89E549B0-7CFE-449d-9BA3-10D8B2312D71.map
  6987	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.debug
  6988	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/ScsiDisk.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.dll --zero
  6989	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  6990	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  6991	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Udp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Udp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Udp4Dxe/ComponentName.c
  6992	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.dll
  6993	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/AtaAtapiPassThruDxe.dll has a LOAD segment with RWX permissions
  6994	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommand.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A487A478-51EF-48AA-8794-7BEE2A0562F1tftpDynamicCommand/A487A478-51EF-48AA-8794-7BEE2A0562F1SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/OUTPUT/tftpDynamicCommand.efi
  6995	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/S3Resume2Pei.depex && GenSec -s EFI_SECTION_PEI_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/89E549B0-7CFE-449d-9BA3-10D8B2312D71S3Resume2Pei/89E549B0-7CFE-449d-9BA3-10D8B2312D71SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/S3Resume2Pei.depex
  6996	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.dll
  6997	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/S3SaveStateDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG
  6998	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/S3SaveStateDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/S3SaveStateDxe.efi
  6999	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/DriverHealthManagerDxe.debug
  7000	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT
  7001	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.dll --zero
  7002	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/ScsiDisk.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG
  7003	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_sqrt.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_sqrt.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_sqrt.c
  7004	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/ScsiDisk.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ScsiDisk.efi
  7005	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/AtaAtapiPassThruDxe.dll
  7006	GenSec -s EFI_SECTION_USER_INTERFACE -n tftpDynamicCommand -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A487A478-51EF-48AA-8794-7BEE2A0562F1tftpDynamicCommand/A487A478-51EF-48AA-8794-7BEE2A0562F1SEC3.ui
  7007	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/FaultTolerantWriteDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FaultTolerantWriteDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/./FaultTolerantWriteDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/FaultTolerantWriteDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.c
  7008	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT
  7009	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/S3Resume2Pei.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/89E549B0-7CFE-449d-9BA3-10D8B2312D71S3Resume2Pei/89E549B0-7CFE-449d-9BA3-10D8B2312D71SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/OUTPUT/S3Resume2Pei.efi
  7010	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/S3SaveStateDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/S3SaveStateDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDCE85BB-FBAA-4f4e-9264-501A2C249581S3SaveStateDxe/BDCE85BB-FBAA-4f4e-9264-501A2C249581.map
  7011	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/ScsiDisk.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/ScsiDisk.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0A66E322-3740-4cce-AD62-BD172CECCA35ScsiDisk/0A66E322-3740-4cce-AD62-BD172CECCA35.map
  7012	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/S3SaveStateDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDCE85BB-FBAA-4f4e-9264-501A2C249581S3SaveStateDxe/BDCE85BB-FBAA-4f4e-9264-501A2C249581SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/S3SaveStateDxe.depex
  7013	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG
  7014	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/AtaAtapiPassThruDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/AtaAtapiPassThruDxe.debug
  7015	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A487A478-51EF-48AA-8794-7BEE2A0562F1tftpDynamicCommand/A487A478-51EF-48AA-8794-7BEE2A0562F1SEC4.ver
  7016	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/DriverHealthManagerDxe.efi
  7017	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT
  7018	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/AtaAtapiPassThruDxe.dll
  7019	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/ScsiDisk.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0A66E322-3740-4cce-AD62-BD172CECCA35ScsiDisk/0A66E322-3740-4cce-AD62-BD172CECCA35SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/OUTPUT/ScsiDisk.efi
  7020	GenSec -s EFI_SECTION_USER_INTERFACE -n S3Resume2Pei -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/89E549B0-7CFE-449d-9BA3-10D8B2312D71S3Resume2Pei/89E549B0-7CFE-449d-9BA3-10D8B2312D71SEC3.ui
  7021	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/AtaAtapiPassThruDxe.dll
  7022	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/EBF8ED7C-0DD1-4787-84F1-F48D537DCACF.map
  7023	GenFfs -t EFI_FV_FILETYPE_DRIVER -g A487A478-51EF-48AA-8794-7BEE2A0562F1 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A487A478-51EF-48AA-8794-7BEE2A0562F1tftpDynamicCommand/A487A478-51EF-48AA-8794-7BEE2A0562F1.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A487A478-51EF-48AA-8794-7BEE2A0562F1tftpDynamicCommand/A487A478-51EF-48AA-8794-7BEE2A0562F1SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A487A478-51EF-48AA-8794-7BEE2A0562F1tftpDynamicCommand/A487A478-51EF-48AA-8794-7BEE2A0562F1SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A487A478-51EF-48AA-8794-7BEE2A0562F1tftpDynamicCommand/A487A478-51EF-48AA-8794-7BEE2A0562F1SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A487A478-51EF-48AA-8794-7BEE2A0562F1tftpDynamicCommand/A487A478-51EF-48AA-8794-7BEE2A0562F1SEC4.ver
  7024	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/S3SaveStateDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDCE85BB-FBAA-4f4e-9264-501A2C249581S3SaveStateDxe/BDCE85BB-FBAA-4f4e-9264-501A2C249581SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/OUTPUT/S3SaveStateDxe.efi
  7025	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/AtaAtapiPassThruDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/AtaAtapiPassThruDxe.debug
  7026	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerDxe.depex
  7027	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/AtaAtapiPassThruDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/AtaAtapiPassThruDxe.dll --zero
  7028	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/89E549B0-7CFE-449d-9BA3-10D8B2312D71S3Resume2Pei/89E549B0-7CFE-449d-9BA3-10D8B2312D71SEC4.ver
  7029	GenSec -s EFI_SECTION_USER_INTERFACE -n ScsiDisk -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0A66E322-3740-4cce-AD62-BD172CECCA35ScsiDisk/0A66E322-3740-4cce-AD62-BD172CECCA35SEC3.ui
  7030	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand'
  7031	GenFfs -t EFI_FV_FILETYPE_PEIM -g 89E549B0-7CFE-449d-9BA3-10D8B2312D71 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/89E549B0-7CFE-449d-9BA3-10D8B2312D71S3Resume2Pei/89E549B0-7CFE-449d-9BA3-10D8B2312D71.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/89E549B0-7CFE-449d-9BA3-10D8B2312D71S3Resume2Pei/89E549B0-7CFE-449d-9BA3-10D8B2312D71SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/89E549B0-7CFE-449d-9BA3-10D8B2312D71S3Resume2Pei/89E549B0-7CFE-449d-9BA3-10D8B2312D71SEC2.1.pe32 -n 0 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/89E549B0-7CFE-449d-9BA3-10D8B2312D71S3Resume2Pei/89E549B0-7CFE-449d-9BA3-10D8B2312D71SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/89E549B0-7CFE-449d-9BA3-10D8B2312D71S3Resume2Pei/89E549B0-7CFE-449d-9BA3-10D8B2312D71SEC4.ver
  7032	GenSec -s EFI_SECTION_USER_INTERFACE -n S3SaveStateDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDCE85BB-FBAA-4f4e-9264-501A2C249581S3SaveStateDxe/BDCE85BB-FBAA-4f4e-9264-501A2C249581SEC3.ui
  7033	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0A66E322-3740-4cce-AD62-BD172CECCA35ScsiDisk/0A66E322-3740-4cce-AD62-BD172CECCA35SEC4.ver
  7034	Trim --Vfr-Uni-Offset -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/DriverHealthManagerDxe.offset --ModuleName=DriverHealthManagerDxe --DebugDir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG
  7035	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain.inf [X64]
  7036	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/AtaAtapiPassThruDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG
  7037	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/AtaAtapiPassThruDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/AtaAtapiPassThruDxe.efi
  7038	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe/ComponentName.c
  7039	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT
  7040	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/AtaAtapiPassThruDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/AtaAtapiPassThruDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5E523CB4-D397-4986-87BD-A6DD8B22F455AtaAtapiPassThruDxe/5E523CB4-D397-4986-87BD-A6DD8B22F455.map
  7041	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/AtaAtapiPassThruDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5E523CB4-D397-4986-87BD-A6DD8B22F455AtaAtapiPassThruDxe/5E523CB4-D397-4986-87BD-A6DD8B22F455SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/OUTPUT/AtaAtapiPassThruDxe.efi
  7042	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/DxeIpl.lib
  7043	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/DxeIpl.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/object_files.lst
  7044	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDCE85BB-FBAA-4f4e-9264-501A2C249581S3SaveStateDxe/BDCE85BB-FBAA-4f4e-9264-501A2C249581SEC4.ver
  7045	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeIplStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7046	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AtaBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/AutoGen.c
  7047	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei'
  7048	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 0A66E322-3740-4cce-AD62-BD172CECCA35 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0A66E322-3740-4cce-AD62-BD172CECCA35ScsiDisk/0A66E322-3740-4cce-AD62-BD172CECCA35.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0A66E322-3740-4cce-AD62-BD172CECCA35ScsiDisk/0A66E322-3740-4cce-AD62-BD172CECCA35SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0A66E322-3740-4cce-AD62-BD172CECCA35ScsiDisk/0A66E322-3740-4cce-AD62-BD172CECCA35SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0A66E322-3740-4cce-AD62-BD172CECCA35ScsiDisk/0A66E322-3740-4cce-AD62-BD172CECCA35SEC4.ver
  7049	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: InitializeFpu.obj: missing .note.GNU-stack section implies executable stack
  7050	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7051	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/FvbServicesRuntimeDxe.dll has a LOAD segment with RWX permissions
  7052	GenFfs -t EFI_FV_FILETYPE_DRIVER -g BDCE85BB-FBAA-4f4e-9264-501A2C249581 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDCE85BB-FBAA-4f4e-9264-501A2C249581S3SaveStateDxe/BDCE85BB-FBAA-4f4e-9264-501A2C249581.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDCE85BB-FBAA-4f4e-9264-501A2C249581S3SaveStateDxe/BDCE85BB-FBAA-4f4e-9264-501A2C249581SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDCE85BB-FBAA-4f4e-9264-501A2C249581S3SaveStateDxe/BDCE85BB-FBAA-4f4e-9264-501A2C249581SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDCE85BB-FBAA-4f4e-9264-501A2C249581S3SaveStateDxe/BDCE85BB-FBAA-4f4e-9264-501A2C249581SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDCE85BB-FBAA-4f4e-9264-501A2C249581S3SaveStateDxe/BDCE85BB-FBAA-4f4e-9264-501A2C249581SEC4.ver
  7053	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_srp.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_srp.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_srp.c
  7054	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe'
  7055	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf [X64]
  7056	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/ArpImpl.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ArpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/./ArpImpl.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/ArpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/ArpDxe/ArpImpl.c
  7057	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/XenBusDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/./XenBusDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe/XenBusDxe.c
  7058	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/FvbServicesRuntimeDxe.dll
  7059	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe'
  7060	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/ScsiBus.lib
  7061	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/ScsiBus.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/object_files.lst
  7062	GenSec -s EFI_SECTION_USER_INTERFACE -n AtaAtapiPassThruDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5E523CB4-D397-4986-87BD-A6DD8B22F455AtaAtapiPassThruDxe/5E523CB4-D397-4986-87BD-A6DD8B22F455SEC3.ui
  7063	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5E523CB4-D397-4986-87BD-A6DD8B22F455AtaAtapiPassThruDxe/5E523CB4-D397-4986-87BD-A6DD8B22F455SEC4.ver
  7064	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain'
  7065	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/AutoGen.c
  7066	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/FvbServicesRuntimeDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/FvbServicesRuntimeDxe.debug
  7067	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/Udp4Driver.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Udp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/./Udp4Driver.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Udp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Udp4Dxe/Udp4Driver.c
  7068	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/FvbServicesRuntimeDxe.dll
  7069	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ScsiBusStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7070	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe/TcpDxe.inf [X64]
  7071	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 5E523CB4-D397-4986-87BD-A6DD8B22F455 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5E523CB4-D397-4986-87BD-A6DD8B22F455AtaAtapiPassThruDxe/5E523CB4-D397-4986-87BD-A6DD8B22F455.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5E523CB4-D397-4986-87BD-A6DD8B22F455AtaAtapiPassThruDxe/5E523CB4-D397-4986-87BD-A6DD8B22F455SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5E523CB4-D397-4986-87BD-A6DD8B22F455AtaAtapiPassThruDxe/5E523CB4-D397-4986-87BD-A6DD8B22F455SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5E523CB4-D397-4986-87BD-A6DD8B22F455AtaAtapiPassThruDxe/5E523CB4-D397-4986-87BD-A6DD8B22F455SEC4.ver
  7072	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/FvbServicesRuntimeDxe.dll
  7073	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/FvbServicesRuntimeDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FvbServicesRuntimeDxe.debug
  7074	"GenFw" -e DXE_RUNTIME_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/FvbServicesRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/FvbServicesRuntimeDxe.dll --zero
  7075	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru'
  7076	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf [X64]
  7077	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe'
  7078	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/AutoGen.c
  7079	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_word.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_word.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_word.c
  7080	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AtaBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Ata/AtaBusDxe/ComponentName.c
  7081	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/FvbServicesRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG
  7082	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/FvbServicesRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FvbServicesRuntimeDxe.efi
  7083	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT
  7084	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/FtwMisc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FaultTolerantWriteDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/./FtwMisc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/FaultTolerantWriteDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/FaultTolerantWriteDxe/FtwMisc.c
  7085	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe'
  7086	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TcpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG/AutoGen.c
  7087	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/FvbServicesRuntimeDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/FvbServicesRuntimeDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/733cbac2-b23f-4b92-bc8e-fb01ce5907b7FvbServicesRuntimeDxe/733cbac2-b23f-4b92-bc8e-fb01ce5907b7.map
  7088	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf [X64]
  7089	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/FvbServicesRuntimeDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/733cbac2-b23f-4b92-bc8e-fb01ce5907b7FvbServicesRuntimeDxe/733cbac2-b23f-4b92-bc8e-fb01ce5907b7SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/FvbServicesRuntimeDxe.depex
  7090	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand'
  7091	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=httpDynamicCommandStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/DynamicCommand/HttpDynamicCommand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG/AutoGen.c
  7092	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/Uhci.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/./Uhci.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
  7093	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Dispatcher/Dependency.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Dispatcher/Dependency.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher/Dependency.c
  7094	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer'
  7095	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=WatchdogTimerStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/WatchdogTimerDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/AutoGen.c
  7096	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/FvbServicesRuntimeDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/733cbac2-b23f-4b92-bc8e-fb01ce5907b7FvbServicesRuntimeDxe/733cbac2-b23f-4b92-bc8e-fb01ce5907b7SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/OUTPUT/FvbServicesRuntimeDxe.efi
  7097	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_x931p.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/bn_x931p.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_x931p.c
  7098	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/XenStore.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/./XenStore.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenBusDxe/XenStore.c
  7099	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/DriverHealthManagerDxe.offset && GenSec -s EFI_SECTION_RAW -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/DriverHealthManagerDxeOffset.raw /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/DriverHealthManagerDxe.offset
  7100	GenSec -s EFI_SECTION_USER_INTERFACE -n FvbServicesRuntimeDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/733cbac2-b23f-4b92-bc8e-fb01ce5907b7FvbServicesRuntimeDxe/733cbac2-b23f-4b92-bc8e-fb01ce5907b7SEC3.ui
  7101	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TcpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe/ComponentName.c
  7102	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/OUTPUT/DriverHealthManagerDxe.efi
  7103	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/Udp4Impl.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Udp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/./Udp4Impl.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Udp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Udp4Dxe/Udp4Impl.c
  7104	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/733cbac2-b23f-4b92-bc8e-fb01ce5907b7FvbServicesRuntimeDxe/733cbac2-b23f-4b92-bc8e-fb01ce5907b7SEC4.ver
  7105	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/ComponentName.c
  7106	GenSec -s EFI_SECTION_USER_INTERFACE -n DriverHealthManagerDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFSEC3.ui
  7107	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 733cbac2-b23f-4b92-bc8e-fb01ce5907b7 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/733cbac2-b23f-4b92-bc8e-fb01ce5907b7FvbServicesRuntimeDxe/733cbac2-b23f-4b92-bc8e-fb01ce5907b7.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/733cbac2-b23f-4b92-bc8e-fb01ce5907b7FvbServicesRuntimeDxe/733cbac2-b23f-4b92-bc8e-fb01ce5907b7SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/733cbac2-b23f-4b92-bc8e-fb01ce5907b7FvbServicesRuntimeDxe/733cbac2-b23f-4b92-bc8e-fb01ce5907b7SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/733cbac2-b23f-4b92-bc8e-fb01ce5907b7FvbServicesRuntimeDxe/733cbac2-b23f-4b92-bc8e-fb01ce5907b7SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/733cbac2-b23f-4b92-bc8e-fb01ce5907b7FvbServicesRuntimeDxe/733cbac2-b23f-4b92-bc8e-fb01ce5907b7SEC4.ver
  7108	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7109	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7110	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.dll has a LOAD segment with RWX permissions
  7111	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFSEC4.ver
  7112	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/AtaBusDxe.lib
  7113	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe'
  7114	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/AtaBusDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/object_files.lst
  7115	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/ArpMain.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ArpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/./ArpMain.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/ArpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/ArpDxe/ArpMain.c
  7116	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7117	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7118	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.dll has a LOAD segment with RWX permissions
  7119	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/Http.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=httpDynamicCommandStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/./Http.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/DynamicCommand/HttpDynamicCommand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/DynamicCommand/HttpDynamicCommand/Http.c
  7120	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/VlanConfigDxe/VlanConfigDxe.inf [X64]
  7121	GenFfs -t EFI_FV_FILETYPE_DRIVER -g EBF8ED7C-0DD1-4787-84F1-F48D537DCACF -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/EBF8ED7C-0DD1-4787-84F1-F48D537DCACF.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/DriverHealthManagerDxeOffset.raw -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFDriverHealthManagerDxe/EBF8ED7C-0DD1-4787-84F1-F48D537DCACFSEC4.ver
  7122	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/AtaBusDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/AtaBusDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AtaBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7123	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.dll
  7124	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.dll
  7125	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/WatchdogTimer.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=WatchdogTimerStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/./WatchdogTimer.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/WatchdogTimerDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c
  7126	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe'
  7127	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.debug
  7128	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.dll
  7129	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/rsa_sup_mul.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/bn/rsa_sup_mul.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/rsa_sup_mul.c
  7130	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf [X64]
  7131	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.debug
  7132	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.dll
  7133	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.dll
  7134	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/RamDiskDxe.debug
  7135	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.dll
  7136	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PcdDxe.debug
  7137	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/PcdDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.dll --zero
  7138	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.dll --zero
  7139	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe'
  7140	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VlanConfigDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/VlanConfigDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/AutoGen.c
  7141	lto-wrapper: warning: using serial compilation of 9 LTRANS jobs
  7142	lto-wrapper: note: see the ‘-flto’ option documentation for more information
  7143	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/UpdateWorkingBlock.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FaultTolerantWriteDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/./UpdateWorkingBlock.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/FaultTolerantWriteDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/FaultTolerantWriteDxe/UpdateWorkingBlock.c
  7144	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG
  7145	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/RamDiskDxe.efi
  7146	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT
  7147	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/28A03FF4-12B3-4305-A417-BB1A4F94081E.map
  7148	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/PcdDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG
  7149	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Dispatcher/Dispatcher.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Dispatcher/Dispatcher.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
  7150	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/PcdDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PcdDxe.efi
  7151	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/28A03FF4-12B3-4305-A417-BB1A4F94081ESEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskDxe.depex
  7152	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe'
  7153	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariableRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/AutoGen.c
  7154	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT
  7155	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciBus.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./PciBus.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c
  7156	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7157	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7158	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/PciSioSerialDxe.dll has a LOAD segment with RWX permissions
  7159	Trim --Vfr-Uni-Offset -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/RamDiskDxe.offset --ModuleName=RamDiskDxe --DebugDir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG
  7160	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/PcdDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/PcdDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe/80CF7257-87AB-47f9-A3FE-D50B76D89541.map
  7161	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/WatchdogTimer.lib
  7162	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/SockImpl.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TcpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/./SockImpl.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe/SockImpl.c
  7163	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/WatchdogTimer.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/object_files.lst
  7164	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/UhciDebug.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/./UhciDebug.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.c
  7165	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/DXEPcdDataBase.raw && GenSec -s EFI_SECTION_RAW -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe/DXEPcdDataBaseSec.raw /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/DXEPcdDataBase.raw
  7166	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/PciSioSerialDxe.dll
  7167	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=WatchdogTimerStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7168	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/buffer/buf_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/buffer/buf_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/buffer/buf_err.c
  7169	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ArpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/ArpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG/AutoGen.c
  7170	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/PcdDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe/80CF7257-87AB-47f9-A3FE-D50B76D89541SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/PcdDxe.depex
  7171	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: hypercall.obj: missing .note.GNU-stack section implies executable stack
  7172	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7173	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG/XenPlatformPei.dll has a LOAD segment with RWX permissions
  7174	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/PciSioSerialDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/PciSioSerialDxe.debug
  7175	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/PciSioSerialDxe.dll
  7176	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VlanConfigDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/VlanConfigDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/VlanConfigDxe/ComponentName.c
  7177	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/PciSioSerialDxe.dll
  7178	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/PcdDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe/80CF7257-87AB-47f9-A3FE-D50B76D89541SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd/OUTPUT/PcdDxe.efi
  7179	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/PciSioSerialDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PciSioSerialDxe.debug
  7180	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/XenBusDxe.lib
  7181	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/PciSioSerialDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/PciSioSerialDxe.dll --zero
  7182	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/XenBusDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/object_files.lst
  7183	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG/XenPlatformPei.dll
  7184	GenSec -s EFI_SECTION_USER_INTERFACE -n PcdDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe/80CF7257-87AB-47f9-A3FE-D50B76D89541SEC3.ui
  7185	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/FaultTolerantWriteDxe.lib
  7186	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/FaultTolerantWriteDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/object_files.lst
  7187	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG/XenBusDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG/XenBusDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7188	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/PciSioSerialDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG
  7189	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG/XenPlatformPei.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG/XenPlatformPei.debug
  7190	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/PciSioSerialDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PciSioSerialDxe.efi
  7191	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG/XenPlatformPei.dll
  7192	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT
  7193	GenSec -s EFI_SECTION_VERSION -n 4.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe/80CF7257-87AB-47f9-A3FE-D50B76D89541SEC4.ver
  7194	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/Measurement.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariableRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/./Measurement.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe/Measurement.c
  7195	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG/XenPlatformPei.dll
  7196	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FaultTolerantWriteDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7197	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/PciSioSerialDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/PciSioSerialDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E2775B47-D453-4EE3-ADA7-391A1B05AC17PciSioSerialDxe/E2775B47-D453-4EE3-ADA7-391A1B05AC17.map
  7198	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/buffer/buffer.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/buffer/buffer.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/buffer/buffer.c
  7199	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG/XenPlatformPei.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XenPlatformPei.debug
  7200	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 80CF7257-87AB-47f9-A3FE-D50B76D89541 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe/80CF7257-87AB-47f9-A3FE-D50B76D89541.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe/DXEPcdDataBaseSec.raw -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe/80CF7257-87AB-47f9-A3FE-D50B76D89541SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe/80CF7257-87AB-47f9-A3FE-D50B76D89541SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe/80CF7257-87AB-47f9-A3FE-D50B76D89541SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/80CF7257-87AB-47f9-A3FE-D50B76D89541PcdDxe/80CF7257-87AB-47f9-A3FE-D50B76D89541SEC4.ver
  7201	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/PciSioSerialDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E2775B47-D453-4EE3-ADA7-391A1B05AC17PciSioSerialDxe/E2775B47-D453-4EE3-ADA7-391A1B05AC17SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/OUTPUT/PciSioSerialDxe.efi
  7202	"GenFw" -e PEIM -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/XenPlatformPei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG/XenPlatformPei.dll --zero
  7203	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7204	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7205	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.dll has a LOAD segment with RWX permissions
  7206	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ArpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/ArpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/ArpDxe/ComponentName.c
  7207	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/PCD/Dxe/Pcd'
  7208	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/XenPlatformPei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG
  7209	GenSec -s EFI_SECTION_USER_INTERFACE -n PciSioSerialDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E2775B47-D453-4EE3-ADA7-391A1B05AC17PciSioSerialDxe/E2775B47-D453-4EE3-ADA7-391A1B05AC17SEC3.ui
  7210	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/Ip4Dxe.inf [X64]
  7211	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/XenPlatformPei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XenPlatformPei.efi
  7212	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7213	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7214	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.dll has a LOAD segment with RWX permissions
  7215	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/UhciQueue.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/./UhciQueue.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.c
  7216	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT
  7217	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/XenPlatformPei.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/XenPlatformPei.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/f112a6ee-993a-4f0b-8295-e52029d9b4baXenPlatformPei/f112a6ee-993a-4f0b-8295-e52029d9b4ba.map
  7218	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.dll
  7219	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E2775B47-D453-4EE3-ADA7-391A1B05AC17PciSioSerialDxe/E2775B47-D453-4EE3-ADA7-391A1B05AC17SEC4.ver
  7220	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/XenPlatformPei.depex && GenSec -s EFI_SECTION_PEI_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/f112a6ee-993a-4f0b-8295-e52029d9b4baXenPlatformPei/f112a6ee-993a-4f0b-8295-e52029d9b4baSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/XenPlatformPei.depex
  7221	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.debug
  7222	GenFfs -t EFI_FV_FILETYPE_DRIVER -g E2775B47-D453-4EE3-ADA7-391A1B05AC17 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E2775B47-D453-4EE3-ADA7-391A1B05AC17PciSioSerialDxe/E2775B47-D453-4EE3-ADA7-391A1B05AC17.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E2775B47-D453-4EE3-ADA7-391A1B05AC17PciSioSerialDxe/E2775B47-D453-4EE3-ADA7-391A1B05AC17SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E2775B47-D453-4EE3-ADA7-391A1B05AC17PciSioSerialDxe/E2775B47-D453-4EE3-ADA7-391A1B05AC17SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E2775B47-D453-4EE3-ADA7-391A1B05AC17PciSioSerialDxe/E2775B47-D453-4EE3-ADA7-391A1B05AC17SEC4.ver
  7223	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.dll
  7224	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciCommand.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./PciCommand.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/PciCommand.c
  7225	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/HttpDynamicCommand.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=httpDynamicCommandStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/./HttpDynamicCommand.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/DynamicCommand/HttpDynamicCommand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.c
  7226	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/Udp4Main.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Udp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/./Udp4Main.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Udp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Udp4Dxe/Udp4Main.c
  7227	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.dll
  7228	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.dll
  7229	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/XenPlatformPei.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/f112a6ee-993a-4f0b-8295-e52029d9b4baXenPlatformPei/f112a6ee-993a-4f0b-8295-e52029d9b4baSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei/OUTPUT/XenPlatformPei.efi
  7230	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UsbBusDxe.debug
  7231	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfig.c.deps -x c -E -P -DVFRCOMPILE --include VlanConfigDxeStrDefs.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/VlanConfigDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/VlanConfigDxe/VlanConfig.vfr > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfig.i
  7232	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe'
  7233	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/UsbBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.dll --zero
  7234	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/cmac/cm_ameth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/cmac/cm_ameth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/cmac/cm_ameth.c
  7235	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.debug
  7236	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf [X64]
  7237	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe'
  7238	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/AutoGen.c
  7239	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.dll
  7240	GenSec -s EFI_SECTION_USER_INTERFACE -n XenPlatformPei -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/f112a6ee-993a-4f0b-8295-e52029d9b4baXenPlatformPei/f112a6ee-993a-4f0b-8295-e52029d9b4baSEC3.ui
  7241	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/SockInterface.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TcpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/./SockInterface.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe/SockInterface.c
  7242	"VfrCompile" -l -n --string-db /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfigDxeStrDefs.hpk --output-directory /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/. /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfig.i
  7243	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/UsbBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG
  7244	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/UsbBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UsbBusDxe.efi
  7245	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT
  7246	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.dll
  7247	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ConPlatformDxe.debug
  7248	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/RamDiskDxe.offset && GenSec -s EFI_SECTION_RAW -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/RamDiskDxeOffset.raw /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/RamDiskDxe.offset
  7249	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/f112a6ee-993a-4f0b-8295-e52029d9b4baXenPlatformPei/f112a6ee-993a-4f0b-8295-e52029d9b4baSEC4.ver
  7250	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/ConPlatformDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.dll --zero
  7251	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/UsbBusDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/UsbBusDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/240612B7-A063-11d4-9A3A-0090273FC14DUsbBusDxe/240612B7-A063-11d4-9A3A-0090273FC14D.map
  7252	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfig.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VlanConfigDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/./VlanConfig.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/VlanConfigDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfig.c
  7253	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/UsbBusDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/240612B7-A063-11d4-9A3A-0090273FC14DUsbBusDxe/240612B7-A063-11d4-9A3A-0090273FC14DSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/OUTPUT/UsbBusDxe.efi
  7254	GenFfs -t EFI_FV_FILETYPE_PEIM -g f112a6ee-993a-4f0b-8295-e52029d9b4ba -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/f112a6ee-993a-4f0b-8295-e52029d9b4baXenPlatformPei/f112a6ee-993a-4f0b-8295-e52029d9b4ba.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/f112a6ee-993a-4f0b-8295-e52029d9b4baXenPlatformPei/f112a6ee-993a-4f0b-8295-e52029d9b4baSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/f112a6ee-993a-4f0b-8295-e52029d9b4baXenPlatformPei/f112a6ee-993a-4f0b-8295-e52029d9b4baSEC2.1.pe32 -n 0 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/f112a6ee-993a-4f0b-8295-e52029d9b4baXenPlatformPei/f112a6ee-993a-4f0b-8295-e52029d9b4baSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/f112a6ee-993a-4f0b-8295-e52029d9b4baXenPlatformPei/f112a6ee-993a-4f0b-8295-e52029d9b4baSEC4.ver
  7255	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/28A03FF4-12B3-4305-A417-BB1A4F94081ESEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDiskDxe.efi
  7256	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/ConPlatformDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG
  7257	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/ConPlatformDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ConPlatformDxe.efi
  7258	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe'
  7259	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT
  7260	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/AutoGen.c
  7261	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/DxeMain/DxeMain.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/DxeMain/DxeMain.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c
  7262	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenPlatformPei/XenPlatformPei'
  7263	GenSec -s EFI_SECTION_USER_INTERFACE -n UsbBusDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/240612B7-A063-11d4-9A3A-0090273FC14DUsbBusDxe/240612B7-A063-11d4-9A3A-0090273FC14DSEC3.ui
  7264	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/ConPlatformDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/ConPlatformDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/51ccf399-4fdf-4e55-a45b-e123f84d456aConPlatformDxe/51ccf399-4fdf-4e55-a45b-e123f84d456a.map
  7265	GenSec -s EFI_SECTION_USER_INTERFACE -n RamDiskDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/28A03FF4-12B3-4305-A417-BB1A4F94081ESEC3.ui
  7266	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/ConPlatformDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/51ccf399-4fdf-4e55-a45b-e123f84d456aConPlatformDxe/51ccf399-4fdf-4e55-a45b-e123f84d456aSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/OUTPUT/ConPlatformDxe.efi
  7267	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf [X64]
  7268	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/ArpDxe.lib
  7269	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/28A03FF4-12B3-4305-A417-BB1A4F94081ESEC4.ver
  7270	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/Reclaim.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariableRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/./Reclaim.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe/Reclaim.c
  7271	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/ComponentName.c
  7272	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/cmac/cm_pmeth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/cmac/cm_pmeth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/cmac/cm_pmeth.c
  7273	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/ArpDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/object_files.lst
  7274	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/240612B7-A063-11d4-9A3A-0090273FC14DUsbBusDxe/240612B7-A063-11d4-9A3A-0090273FC14DSEC4.ver
  7275	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 240612B7-A063-11d4-9A3A-0090273FC14D -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/240612B7-A063-11d4-9A3A-0090273FC14DUsbBusDxe/240612B7-A063-11d4-9A3A-0090273FC14D.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/240612B7-A063-11d4-9A3A-0090273FC14DUsbBusDxe/240612B7-A063-11d4-9A3A-0090273FC14DSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/240612B7-A063-11d4-9A3A-0090273FC14DUsbBusDxe/240612B7-A063-11d4-9A3A-0090273FC14DSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/240612B7-A063-11d4-9A3A-0090273FC14DUsbBusDxe/240612B7-A063-11d4-9A3A-0090273FC14DSEC4.ver
  7276	GenSec -s EFI_SECTION_USER_INTERFACE -n ConPlatformDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/51ccf399-4fdf-4e55-a45b-e123f84d456aConPlatformDxe/51ccf399-4fdf-4e55-a45b-e123f84d456aSEC3.ui
  7277	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/UhciReg.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/./UhciReg.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe/UhciReg.c
  7278	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDisk.aml && GenSec -s EFI_SECTION_RAW -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/28A03FF4-12B3-4305-A417-BB1A4F94081ESEC6.1.raw /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/OUTPUT/RamDisk.aml
  7279	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfigDriver.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VlanConfigDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/./VlanConfigDriver.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/VlanConfigDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/VlanConfigDxe/VlanConfigDriver.c
  7280	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/51ccf399-4fdf-4e55-a45b-e123f84d456aConPlatformDxe/51ccf399-4fdf-4e55-a45b-e123f84d456aSEC4.ver
  7281	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG/ArpDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG/ArpDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ArpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7282	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe'
  7283	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 51ccf399-4fdf-4e55-a45b-e123f84d456a -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/51ccf399-4fdf-4e55-a45b-e123f84d456aConPlatformDxe/51ccf399-4fdf-4e55-a45b-e123f84d456a.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/51ccf399-4fdf-4e55-a45b-e123f84d456aConPlatformDxe/51ccf399-4fdf-4e55-a45b-e123f84d456aSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/51ccf399-4fdf-4e55-a45b-e123f84d456aConPlatformDxe/51ccf399-4fdf-4e55-a45b-e123f84d456aSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/51ccf399-4fdf-4e55-a45b-e123f84d456aConPlatformDxe/51ccf399-4fdf-4e55-a45b-e123f84d456aSEC4.ver
  7284	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf [X64]
  7285	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciDeviceSupport.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./PciDeviceSupport.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c
  7286	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommand.lib
  7287	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommand.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/object_files.lst
  7288	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe'
  7289	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AcpiSdt.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AcpiTableDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/./AcpiSdt.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiSdt.c
  7290	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe'
  7291	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/Udp4Dxe.lib
  7292	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/Udp4Dxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/object_files.lst
  7293	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 28A03FF4-12B3-4305-A417-BB1A4F94081E -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/28A03FF4-12B3-4305-A417-BB1A4F94081E.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/28A03FF4-12B3-4305-A417-BB1A4F94081ESEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/RamDiskDxeOffset.raw -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/28A03FF4-12B3-4305-A417-BB1A4F94081ESEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/28A03FF4-12B3-4305-A417-BB1A4F94081ESEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/28A03FF4-12B3-4305-A417-BB1A4F94081ESEC4.ver -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/28A03FF4-12B3-4305-A417-BB1A4F94081ERamDiskDxe/28A03FF4-12B3-4305-A417-BB1A4F94081ESEC6.1.raw
  7294	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe'
  7295	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/Crc32.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/./Crc32.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/RuntimeDxe/Crc32.c
  7296	"GenFw" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommandhii.rc -g 19618BCE-55AE-09C6-37E9-4CE04084C7A1 --hiibinpackage /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommandStrDefs.hpk --zero
  7297	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SioBusDxe/SioBusDxe.inf [X64]
  7298	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Udp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7299	"objcopy" -I binary -O elf64-x86-64 -B i386 --rename-section .data=.hii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommandhii.rc /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommandhii.lib
  7300	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe'
  7301	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiPxeBcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/AutoGen.c
  7302	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpDispatcher.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TcpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/./TcpDispatcher.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe/TcpDispatcher.c
  7303	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG/httpDynamicCommand.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG/httpDynamicCommand.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=httpDynamicCommandStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7304	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf [X64]
  7305	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/SpeculationBarrierDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariableRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/./SpeculationBarrierDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe/SpeculationBarrierDxe.c
  7306	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe'
  7307	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SioBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SioBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/AutoGen.c
  7308	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/Runtime.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/./Runtime.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/RuntimeDxe/Runtime.c
  7309	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfigImpl.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VlanConfigDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/./VlanConfigImpl.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/VlanConfigDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/VlanConfigDxe/VlanConfigImpl.c
  7310	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7311	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7312	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.dll has a LOAD segment with RWX permissions
  7313	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7314	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7315	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.dll has a LOAD segment with RWX permissions
  7316	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7317	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7318	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.dll has a LOAD segment with RWX permissions
  7319	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe'
  7320	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CapsuleRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/AutoGen.c
  7321	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/UhciSched.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/./UhciSched.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c
  7322	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Common.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./Ip4Common.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/Ip4Common.c
  7323	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/cmac/cmac.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/cmac/cmac.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/cmac/cmac.c
  7324	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiPxeBcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe/ComponentName.c
  7325	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.dll
  7326	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.dll
  7327	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.dll
  7328	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/DxeMain/DxeProtocolNotify.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/DxeMain/DxeProtocolNotify.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain/DxeProtocolNotify.c
  7329	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.debug
  7330	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.debug
  7331	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.dll
  7332	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.dll
  7333	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.debug
  7334	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.dll
  7335	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciDriverOverride.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./PciDriverOverride.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/PciDriverOverride.c
  7336	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.dll
  7337	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.dll
  7338	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7339	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7340	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/WatchdogTimer.debug
  7341	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG/SnpDxe.dll has a LOAD segment with RWX permissions
  7342	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/WatchdogTimer.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.dll --zero
  7343	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.dll
  7344	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ScsiBus.debug
  7345	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/DisplayEngine.debug
  7346	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/ScsiBus.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.dll --zero
  7347	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/DisplayEngine.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.dll --zero
  7348	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/WatchdogTimer.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG
  7349	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SioBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SioBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SioBusDxe/ComponentName.c
  7350	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/WatchdogTimer.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/WatchdogTimer.efi
  7351	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG/SnpDxe.dll
  7352	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT
  7353	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/ScsiBus.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG
  7354	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/TcgMorLockDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariableRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/./TcgMorLockDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe/TcgMorLockDxe.c
  7355	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/ScsiBus.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ScsiBus.efi
  7356	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/DisplayEngine.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG
  7357	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/WatchdogTimer.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/WatchdogTimer.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8WatchdogTimer/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8.map
  7358	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT
  7359	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/DisplayEngine.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/DisplayEngine.efi
  7360	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT
  7361	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpDriver.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TcpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/./TcpDriver.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe/TcpDriver.c
  7362	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/WatchdogTimer.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8WatchdogTimer/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/WatchdogTimer.depex
  7363	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/ScsiBus.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/ScsiBus.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8BScsiBus/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8B.map
  7364	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/DisplayEngine.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/DisplayEngine.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/E660EA85-058E-4b55-A54B-F02F83A24707.map
  7365	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/CapsuleCache.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CapsuleRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/./CapsuleCache.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleCache.c
  7366	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG/SnpDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG/SnpDxe.debug
  7367	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/ScsiBus.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8BScsiBus/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8BSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/OUTPUT/ScsiBus.efi
  7368	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG/SnpDxe.dll
  7369	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/DisplayEngine.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/E660EA85-058E-4b55-A54B-F02F83A24707SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/DisplayEngine.depex
  7370	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/WatchdogTimer.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8WatchdogTimer/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/OUTPUT/WatchdogTimer.efi
  7371	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG/SnpDxe.dll
  7372	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG/SnpDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SnpDxe.debug
  7373	GenSec -s EFI_SECTION_USER_INTERFACE -n ScsiBus -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8BScsiBus/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8BSEC3.ui
  7374	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/comp/c_zlib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/comp/c_zlib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/comp/c_zlib.c
  7375	Trim --Vfr-Uni-Offset -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/DisplayEngine.offset --ModuleName=DisplayEngine --DebugDir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG
  7376	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/SnpDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG/SnpDxe.dll --zero
  7377	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AcpiTable.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AcpiTableDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/./AcpiTable.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTable.c
  7378	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8BScsiBus/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8BSEC4.ver
  7379	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfigDxe.lib
  7380	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfigDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/object_files.lst
  7381	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8B -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8BScsiBus/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8B.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8BScsiBus/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8BSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8BScsiBus/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8BSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8BScsiBus/0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8BSEC4.ver
  7382	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/RuntimeDxe.lib
  7383	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Config2.c.deps -x c -E -P -DVFRCOMPILE --include Ip4DxeStrDefs.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/Ip4Config2.vfr > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Config2.i
  7384	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/SnpDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG
  7385	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/PxeBcBoot.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiPxeBcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/./PxeBcBoot.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe/PxeBcBoot.c
  7386	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/RuntimeDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/object_files.lst
  7387	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/SnpDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SnpDxe.efi
  7388	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT
  7389	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VlanConfigDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7390	GenSec -s EFI_SECTION_USER_INTERFACE -n WatchdogTimer -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8WatchdogTimer/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8SEC3.ui
  7391	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe'
  7392	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/SnpDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/SnpDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A2f436EA-A127-4EF8-957C-8048606FF670SnpDxe/A2f436EA-A127-4EF8-957C-8048606FF670.map
  7393	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -z common-page-size=0x1000 -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=RuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7394	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf [X64]
  7395	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/SnpDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A2f436EA-A127-4EF8-957C-8048606FF670SnpDxe/A2f436EA-A127-4EF8-957C-8048606FF670SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe/OUTPUT/SnpDxe.efi
  7396	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8WatchdogTimer/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8SEC4.ver
  7397	"VfrCompile" -l -n --string-db /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4DxeStrDefs.hpk --output-directory /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/. /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Config2.i
  7398	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/UsbHcMem.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/./UsbHcMem.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.c
  7399	GenSec -s EFI_SECTION_USER_INTERFACE -n SnpDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A2f436EA-A127-4EF8-957C-8048606FF670SnpDxe/A2f436EA-A127-4EF8-957C-8048606FF670SEC3.ui
  7400	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/SioBusDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SioBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/./SioBusDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SioBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SioBusDxe/SioBusDxe.c
  7401	GenFfs -t EFI_FV_FILETYPE_DRIVER -g F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8WatchdogTimer/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8WatchdogTimer/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8WatchdogTimer/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8WatchdogTimer/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8WatchdogTimer/F099D67F-71AE-4c36-B2A3-DCEB0EB2B7D8SEC4.ver
  7402	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/CapsuleReset.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CapsuleRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/./CapsuleReset.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleReset.c
  7403	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Config2.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./Ip4Config2.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Config2.c
  7404	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A2f436EA-A127-4EF8-957C-8048606FF670SnpDxe/A2f436EA-A127-4EF8-957C-8048606FF670SEC4.ver
  7405	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciEnumerator.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./PciEnumerator.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c
  7406	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer'
  7407	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/comp/comp_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/comp/comp_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/comp/comp_err.c
  7408	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe'
  7409	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PartitionDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/PartitionDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/AutoGen.c
  7410	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe.inf [X64]
  7411	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Event/Event.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Event/Event.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event/Event.c
  7412	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VarCheck.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariableRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/./VarCheck.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe/VarCheck.c
  7413	GenFfs -t EFI_FV_FILETYPE_DRIVER -g A2f436EA-A127-4EF8-957C-8048606FF670 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A2f436EA-A127-4EF8-957C-8048606FF670SnpDxe/A2f436EA-A127-4EF8-957C-8048606FF670.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A2f436EA-A127-4EF8-957C-8048606FF670SnpDxe/A2f436EA-A127-4EF8-957C-8048606FF670SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A2f436EA-A127-4EF8-957C-8048606FF670SnpDxe/A2f436EA-A127-4EF8-957C-8048606FF670SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A2f436EA-A127-4EF8-957C-8048606FF670SnpDxe/A2f436EA-A127-4EF8-957C-8048606FF670SEC4.ver
  7414	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/SnpDxe/SnpDxe'
  7415	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AcpiTableProtocol.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AcpiTableDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/./AcpiTableProtocol.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c
  7416	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf [X64]
  7417	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe'
  7418	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenSmbiosPlatformDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SmbiosPlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG/AutoGen.c
  7419	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/CapsuleService.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CapsuleRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/./CapsuleService.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c
  7420	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/comp/comp_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/comp/comp_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/comp/comp_lib.c
  7421	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Config2Impl.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./Ip4Config2Impl.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/Ip4Config2Impl.c
  7422	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/DisplayEngine.offset && GenSec -s EFI_SECTION_RAW -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/DisplayEngineOffset.raw /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/DisplayEngine.offset
  7423	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7424	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7425	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.dll has a LOAD segment with RWX permissions
  7426	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.dll
  7427	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PartitionDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/PartitionDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/PartitionDxe/ComponentName.c
  7428	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.debug
  7429	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe'
  7430	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbMassStorageDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbMassStorageDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/AutoGen.c
  7431	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.dll
  7432	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/DisplayEngine.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/E660EA85-058E-4b55-A54B-F02F83A24707SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/OUTPUT/DisplayEngine.efi
  7433	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.dll
  7434	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/SioService.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SioBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/./SioService.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SioBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SioBusDxe/SioService.c
  7435	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7436	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7437	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.dll has a LOAD segment with RWX permissions
  7438	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Mtftp4Dxe.debug
  7439	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpInput.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TcpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/./TcpInput.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe/TcpInput.c
  7440	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.dll --zero
  7441	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/Variable.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariableRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/./Variable.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c
  7442	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/UhciDxe.lib
  7443	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/PxeBcDhcp4.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiPxeBcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/./PxeBcDhcp4.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.c
  7444	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/UhciDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/object_files.lst
  7445	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7446	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7447	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.dll has a LOAD segment with RWX permissions
  7448	GenSec -s EFI_SECTION_USER_INTERFACE -n DisplayEngine -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/E660EA85-058E-4b55-A54B-F02F83A24707SEC3.ui
  7449	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG
  7450	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_api.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_api.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_api.c
  7451	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Mtftp4Dxe.efi
  7452	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7453	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.dll
  7454	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT
  7455	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/E660EA85-058E-4b55-A54B-F02F83A24707SEC4.ver
  7456	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/SmbiosPlatformDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenSmbiosPlatformDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/./SmbiosPlatformDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SmbiosPlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.c
  7457	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.dll
  7458	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Dxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Dxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/DC3641B8-2FA8-4ed3-BC1F-F9962A03454BMtftp4Dxe/DC3641B8-2FA8-4ed3-BC1F-F9962A03454B.map
  7459	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/X64/SaveLongModeContext.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CapsuleRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/X64/SaveLongModeContext.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64/SaveLongModeContext.c
  7460	GenFfs -t EFI_FV_FILETYPE_DRIVER -g E660EA85-058E-4b55-A54B-F02F83A24707 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/E660EA85-058E-4b55-A54B-F02F83A24707.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/E660EA85-058E-4b55-A54B-F02F83A24707SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/DisplayEngineOffset.raw -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/E660EA85-058E-4b55-A54B-F02F83A24707SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/E660EA85-058E-4b55-A54B-F02F83A24707SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E660EA85-058E-4b55-A54B-F02F83A24707DisplayEngine/E660EA85-058E-4b55-A54B-F02F83A24707SEC4.ver
  7461	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.debug
  7462	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.dll
  7463	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.debug
  7464	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.dll
  7465	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.dll
  7466	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.dll
  7467	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe'
  7468	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PeiCore.debug
  7469	"GenFw" -e PEI_CORE -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/PeiCore.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.dll --zero
  7470	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Dxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/DC3641B8-2FA8-4ed3-BC1F-F9962A03454BMtftp4Dxe/DC3641B8-2FA8-4ed3-BC1F-F9962A03454BSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/OUTPUT/Mtftp4Dxe.efi
  7471	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbMassStorageDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbMassStorageDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ComponentName.c
  7472	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/DxeIpl.debug
  7473	"GenFw" -e PEIM -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/DxeIpl.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.dll --zero
  7474	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf [X64]
  7475	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Event/Timer.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Event/Timer.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event/Timer.c
  7476	GenSec -s EFI_SECTION_USER_INTERFACE -n Mtftp4Dxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/DC3641B8-2FA8-4ed3-BC1F-F9962A03454BMtftp4Dxe/DC3641B8-2FA8-4ed3-BC1F-F9962A03454BSEC3.ui
  7477	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/DxeIpl.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG
  7478	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/DxeIpl.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/DxeIpl.efi
  7479	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/ElTorito.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PartitionDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/./ElTorito.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/PartitionDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/PartitionDxe/ElTorito.c
  7480	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/PeiCore.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG
  7481	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/PeiCore.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PeiCore.efi
  7482	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT
  7483	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT
  7484	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/DC3641B8-2FA8-4ed3-BC1F-F9962A03454BMtftp4Dxe/DC3641B8-2FA8-4ed3-BC1F-F9962A03454BSEC4.ver
  7485	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/PeiCore.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/PeiCore.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52C05B14-0B98-496c-BC3B-04B50211D680PeiCore/52C05B14-0B98-496c-BC3B-04B50211D680.map
  7486	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/DxeIpl.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/DxeIpl.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86D70125-BAA3-4296-A62F-602BEBBB9081DxeIpl/86D70125-BAA3-4296-A62F-602BEBBB9081.map
  7487	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciEnumeratorSupport.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./PciEnumeratorSupport.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c
  7488	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/PeiCore.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52C05B14-0B98-496c-BC3B-04B50211D680PeiCore/52C05B14-0B98-496c-BC3B-04B50211D680SEC1.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain/OUTPUT/PeiCore.efi
  7489	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/DxeIpl.depex && GenSec -s EFI_SECTION_PEI_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86D70125-BAA3-4296-A62F-602BEBBB9081DxeIpl/86D70125-BAA3-4296-A62F-602BEBBB9081SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/DxeIpl.depex
  7490	GenFfs -t EFI_FV_FILETYPE_DRIVER -g DC3641B8-2FA8-4ed3-BC1F-F9962A03454B -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/DC3641B8-2FA8-4ed3-BC1F-F9962A03454BMtftp4Dxe/DC3641B8-2FA8-4ed3-BC1F-F9962A03454B.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/DC3641B8-2FA8-4ed3-BC1F-F9962A03454BMtftp4Dxe/DC3641B8-2FA8-4ed3-BC1F-F9962A03454BSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/DC3641B8-2FA8-4ed3-BC1F-F9962A03454BMtftp4Dxe/DC3641B8-2FA8-4ed3-BC1F-F9962A03454BSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/DC3641B8-2FA8-4ed3-BC1F-F9962A03454BMtftp4Dxe/DC3641B8-2FA8-4ed3-BC1F-F9962A03454BSEC4.ver
  7491	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_def.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_def.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_def.c
  7492	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe'
  7493	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/Aml.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AcpiTableDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/./Aml.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe/Aml.c
  7494	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbKbDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbKbDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/AutoGen.c
  7495	GenSec -s EFI_SECTION_USER_INTERFACE -n PeiCore -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52C05B14-0B98-496c-BC3B-04B50211D680PeiCore/52C05B14-0B98-496c-BC3B-04B50211D680SEC2.ui
  7496	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/DxeIpl.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86D70125-BAA3-4296-A62F-602BEBBB9081DxeIpl/86D70125-BAA3-4296-A62F-602BEBBB9081SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/OUTPUT/DxeIpl.efi
  7497	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe'
  7498	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf [X64]
  7499	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52C05B14-0B98-496c-BC3B-04B50211D680PeiCore/52C05B14-0B98-496c-BC3B-04B50211D680SEC3.ver
  7500	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/X86Xen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenSmbiosPlatformDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/./X86Xen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SmbiosPlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SmbiosPlatformDxe/X86Xen.c
  7501	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/SioBusDxe.lib
  7502	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/SioBusDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/object_files.lst
  7503	GenSec -s EFI_SECTION_USER_INTERFACE -n DxeIpl -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86D70125-BAA3-4296-A62F-602BEBBB9081DxeIpl/86D70125-BAA3-4296-A62F-602BEBBB9081SEC3.ui
  7504	GenFfs -t EFI_FV_FILETYPE_PEI_CORE -g 52C05B14-0B98-496c-BC3B-04B50211D680 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52C05B14-0B98-496c-BC3B-04B50211D680PeiCore/52C05B14-0B98-496c-BC3B-04B50211D680.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52C05B14-0B98-496c-BC3B-04B50211D680PeiCore/52C05B14-0B98-496c-BC3B-04B50211D680SEC1.1.pe32 -n 0 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52C05B14-0B98-496c-BC3B-04B50211D680PeiCore/52C05B14-0B98-496c-BC3B-04B50211D680SEC2.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/52C05B14-0B98-496c-BC3B-04B50211D680PeiCore/52C05B14-0B98-496c-BC3B-04B50211D680SEC3.ver
  7505	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/SioBusDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/SioBusDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SioBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7506	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86D70125-BAA3-4296-A62F-602BEBBB9081DxeIpl/86D70125-BAA3-4296-A62F-602BEBBB9081SEC4.ver
  7507	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Pei/PeiMain'
  7508	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpIo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TcpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/./TcpIo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe/TcpIo.c
  7509	GenFfs -t EFI_FV_FILETYPE_PEIM -g 86D70125-BAA3-4296-A62F-602BEBBB9081 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86D70125-BAA3-4296-A62F-602BEBBB9081DxeIpl/86D70125-BAA3-4296-A62F-602BEBBB9081.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86D70125-BAA3-4296-A62F-602BEBBB9081DxeIpl/86D70125-BAA3-4296-A62F-602BEBBB9081SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86D70125-BAA3-4296-A62F-602BEBBB9081DxeIpl/86D70125-BAA3-4296-A62F-602BEBBB9081SEC2.1.pe32 -n 0 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86D70125-BAA3-4296-A62F-602BEBBB9081DxeIpl/86D70125-BAA3-4296-A62F-602BEBBB9081SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86D70125-BAA3-4296-A62F-602BEBBB9081DxeIpl/86D70125-BAA3-4296-A62F-602BEBBB9081SEC4.ver
  7510	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/UsbMassBoot.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbMassStorageDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/./UsbMassBoot.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbMassStorageDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c
  7511	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe'
  7512	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DevicePathDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DevicePathDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/AutoGen.c
  7513	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/CapsuleRuntimeDxe.lib
  7514	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/CapsuleRuntimeDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/object_files.lst
  7515	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/DxeIplPeim/DxeIpl'
  7516	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/Gpt.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PartitionDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/./Gpt.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/PartitionDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c
  7517	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec/SecMain.inf [X64]
  7518	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -z common-page-size=0x1000 -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CapsuleRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7519	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbKbDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbKbDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbKbDxe/ComponentName.c
  7520	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf [X64]
  7521	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/PxeBcDhcp6.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiPxeBcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/./PxeBcDhcp6.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c
  7522	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/Xen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenSmbiosPlatformDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/./Xen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SmbiosPlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/SmbiosPlatformDxe/Xen.c
  7523	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_err.c
  7524	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AmlChild.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AcpiTableDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/./AmlChild.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AmlChild.c
  7525	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain'
  7526	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/AmdSev.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMainStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/./AmdSev.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec/AmdSev.c
  7527	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Config2Nv.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./Ip4Config2Nv.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/Ip4Config2Nv.c
  7528	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7529	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7530	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.dll has a LOAD segment with RWX permissions
  7531	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Event/Tpl.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Event/Tpl.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event/Tpl.c
  7532	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/DevicePath.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DevicePathDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/./DevicePath.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DevicePathDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/DevicePathDxe/DevicePath.c
  7533	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe'
  7534	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_lib.c
  7535	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ReportStatusCodeRouterRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/AutoGen.c
  7536	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariableRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/./VariableDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c
  7537	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.dll
  7538	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/XenSmbiosPlatformDxe.lib
  7539	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/UsbMassBot.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbMassStorageDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/./UsbMassBot.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbMassStorageDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.c
  7540	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/XenSmbiosPlatformDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/object_files.lst
  7541	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.debug
  7542	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpMain.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TcpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/./TcpMain.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe/TcpMain.c
  7543	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciHotPlugSupport.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./PciHotPlugSupport.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.c
  7544	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/Mbr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PartitionDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/./Mbr.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/PartitionDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/PartitionDxe/Mbr.c
  7545	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.dll
  7546	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7547	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.dll
  7548	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7549	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.dll has a LOAD segment with RWX permissions
  7550	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG/XenSmbiosPlatformDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG/XenSmbiosPlatformDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenSmbiosPlatformDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7551	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XhciDxe.debug
  7552	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/XhciDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.dll --zero
  7553	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMainStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/AutoGen.c
  7554	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/EfiKey.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbKbDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/./EfiKey.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbKbDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.c
  7555	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.dll
  7556	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/DevicePathDxe.lib
  7557	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/XhciDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG
  7558	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/DevicePathDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/object_files.lst
  7559	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/XhciDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XhciDxe.efi
  7560	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.debug
  7561	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AmlNamespace.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AcpiTableDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/./AmlNamespace.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AmlNamespace.c
  7562	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT
  7563	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.dll
  7564	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.dll
  7565	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/XhciDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/XhciDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B7F50E91-A759-412c-ADE4-DCD03E7F7C28XhciDxe/B7F50E91-A759-412c-ADE4-DCD03E7F7C28.map
  7566	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_mall.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_mall.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_mall.c
  7567	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DevicePathDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7568	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7569	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7570	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/XhciDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B7F50E91-A759-412c-ADE4-DCD03E7F7C28XhciDxe/B7F50E91-A759-412c-ADE4-DCD03E7F7C28SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/OUTPUT/XhciDxe.efi
  7571	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/AtaBusDxe.dll has a LOAD segment with RWX permissions
  7572	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FaultTolerantWriteDxe.debug
  7573	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/FaultTolerantWriteDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.dll --zero
  7574	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7575	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7576	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.dll has a LOAD segment with RWX permissions
  7577	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/SecMain.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMainStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/./SecMain.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec/SecMain.c
  7578	GenSec -s EFI_SECTION_USER_INTERFACE -n XhciDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B7F50E91-A759-412c-ADE4-DCD03E7F7C28XhciDxe/B7F50E91-A759-412c-ADE4-DCD03E7F7C28SEC3.ui
  7579	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/AtaBusDxe.dll
  7580	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/FaultTolerantWriteDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG
  7581	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/FaultTolerantWriteDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FaultTolerantWriteDxe.efi
  7582	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT
  7583	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B7F50E91-A759-412c-ADE4-DCD03E7F7C28XhciDxe/B7F50E91-A759-412c-ADE4-DCD03E7F7C28SEC4.ver
  7584	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/AtaBusDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/AtaBusDxe.debug
  7585	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.dll
  7586	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/ReportStatusCodeRouterRuntimeDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ReportStatusCodeRouterRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/./ReportStatusCodeRouterRuntimeDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.c
  7587	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib/HiiLib.c: In function ‘HiiCreateGuidOpCode.constprop’:
  7588	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/AtaBusDxe.dll
  7589	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib/HiiLib.c:3439:10: warning: function may return address of local variable [-Wreturn-local-addr]
  7590	 3439 |   return (UINT8 *)OpCodePointer;
  7591	      |          ^
  7592	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/UefiHiiLib/HiiLib.c:3418:17: note: declared here
  7593	 3418 |   EFI_IFR_GUID  OpCode;
  7594	      |                 ^
  7595	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/FaultTolerantWriteDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/FaultTolerantWriteDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DFaultTolerantWriteDxe/FE5CEA76-4F72-49e8-986F-2CD899DFFE5D.map
  7596	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/AtaBusDxe.dll
  7597	GenFfs -t EFI_FV_FILETYPE_DRIVER -g B7F50E91-A759-412c-ADE4-DCD03E7F7C28 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B7F50E91-A759-412c-ADE4-DCD03E7F7C28XhciDxe/B7F50E91-A759-412c-ADE4-DCD03E7F7C28.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B7F50E91-A759-412c-ADE4-DCD03E7F7C28XhciDxe/B7F50E91-A759-412c-ADE4-DCD03E7F7C28SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B7F50E91-A759-412c-ADE4-DCD03E7F7C28XhciDxe/B7F50E91-A759-412c-ADE4-DCD03E7F7C28SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B7F50E91-A759-412c-ADE4-DCD03E7F7C28XhciDxe/B7F50E91-A759-412c-ADE4-DCD03E7F7C28SEC4.ver
  7598	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.debug
  7599	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.dll
  7600	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/FaultTolerantWriteDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DFaultTolerantWriteDxe/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/FaultTolerantWriteDxe.depex
  7601	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/AtaBusDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/AtaBusDxe.debug
  7602	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/AtaBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/AtaBusDxe.dll --zero
  7603	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.dll
  7604	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/Partition.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PartitionDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/./Partition.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/PartitionDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c
  7605	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe'
  7606	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7607	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7608	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/RuntimeDxe.debug
  7609	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG/ArpDxe.dll has a LOAD segment with RWX permissions
  7610	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/FaultTolerantWriteDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DFaultTolerantWriteDxe/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/OUTPUT/FaultTolerantWriteDxe.efi
  7611	"GenFw" -e DXE_RUNTIME_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/RuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.dll --zero
  7612	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf [X64]
  7613	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/AtaBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG
  7614	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/FwVol/Ffs.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/FwVol/Ffs.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol/Ffs.c
  7615	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG/ArpDxe.dll
  7616	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/AtaBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/AtaBusDxe.efi
  7617	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT
  7618	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/AtaBusDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/AtaBusDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19DF145A-B1D4-453f-8507-38816676D7F6AtaBusDxe/19DF145A-B1D4-453f-8507-38816676D7F6.map
  7619	GenSec -s EFI_SECTION_USER_INTERFACE -n FaultTolerantWriteDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DFaultTolerantWriteDxe/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DSEC3.ui
  7620	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/UsbMassCbi.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbMassStorageDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/./UsbMassCbi.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbMassStorageDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c
  7621	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/RuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG
  7622	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/AtaBusDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19DF145A-B1D4-453f-8507-38816676D7F6AtaBusDxe/19DF145A-B1D4-453f-8507-38816676D7F6SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/OUTPUT/AtaBusDxe.efi
  7623	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/RuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/RuntimeDxe.efi
  7624	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT
  7625	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG/ArpDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG/ArpDxe.debug
  7626	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DFaultTolerantWriteDxe/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DSEC4.ver
  7627	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG/ArpDxe.dll
  7628	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciIo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./PciIo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c
  7629	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpMisc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TcpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/./TcpMisc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe/TcpMisc.c
  7630	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/RuntimeDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/RuntimeDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B601F8C4-43B7-4784-95B1-F4226CB40CEERuntimeDxe/B601F8C4-43B7-4784-95B1-F4226CB40CEE.map
  7631	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/PxeBcDriver.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiPxeBcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/./PxeBcDriver.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe/PxeBcDriver.c
  7632	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableExLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariableRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/./VariableExLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableExLib.c
  7633	GenSec -s EFI_SECTION_USER_INTERFACE -n AtaBusDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19DF145A-B1D4-453f-8507-38816676D7F6AtaBusDxe/19DF145A-B1D4-453f-8507-38816676D7F6SEC3.ui
  7634	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG/ArpDxe.dll
  7635	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Driver.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./Ip4Driver.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/Ip4Driver.c
  7636	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_mod.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_mod.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_mod.c
  7637	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/RuntimeDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B601F8C4-43B7-4784-95B1-F4226CB40CEERuntimeDxe/B601F8C4-43B7-4784-95B1-F4226CB40CEESEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/RuntimeDxe.depex
  7638	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe'
  7639	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EbcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/AutoGen.c
  7640	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AmlOption.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AcpiTableDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/./AmlOption.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AmlOption.c
  7641	GenFfs -t EFI_FV_FILETYPE_DRIVER -g FE5CEA76-4F72-49e8-986F-2CD899DFFE5D -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DFaultTolerantWriteDxe/FE5CEA76-4F72-49e8-986F-2CD899DFFE5D.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DFaultTolerantWriteDxe/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DFaultTolerantWriteDxe/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DFaultTolerantWriteDxe/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DFaultTolerantWriteDxe/FE5CEA76-4F72-49e8-986F-2CD899DFFE5DSEC4.ver
  7642	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG/ArpDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ArpDxe.debug
  7643	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/ArpDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG/ArpDxe.dll --zero
  7644	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19DF145A-B1D4-453f-8507-38816676D7F6AtaBusDxe/19DF145A-B1D4-453f-8507-38816676D7F6SEC4.ver
  7645	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/X64/SecEntry.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec/X64/SecEntry.nasm
  7646	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/RuntimeDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B601F8C4-43B7-4784-95B1-F4226CB40CEERuntimeDxe/B601F8C4-43B7-4784-95B1-F4226CB40CEESEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/OUTPUT/RuntimeDxe.efi
  7647	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe'
  7648	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 19DF145A-B1D4-453f-8507-38816676D7F6 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19DF145A-B1D4-453f-8507-38816676D7F6AtaBusDxe/19DF145A-B1D4-453f-8507-38816676D7F6.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19DF145A-B1D4-453f-8507-38816676D7F6AtaBusDxe/19DF145A-B1D4-453f-8507-38816676D7F6SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19DF145A-B1D4-453f-8507-38816676D7F6AtaBusDxe/19DF145A-B1D4-453f-8507-38816676D7F6SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19DF145A-B1D4-453f-8507-38816676D7F6AtaBusDxe/19DF145A-B1D4-453f-8507-38816676D7F6SEC4.ver
  7649	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenIoPciDxe/XenIoPciDxe.inf [X64]
  7650	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/ArpDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG
  7651	GenSec -s EFI_SECTION_USER_INTERFACE -n RuntimeDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B601F8C4-43B7-4784-95B1-F4226CB40CEERuntimeDxe/B601F8C4-43B7-4784-95B1-F4226CB40CEESEC3.ui
  7652	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/ArpDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ArpDxe.efi
  7653	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT
  7654	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/ArpDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/ArpDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113ArpDxe/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113.map
  7655	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe'
  7656	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/ArpDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113ArpDxe/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe/OUTPUT/ArpDxe.efi
  7657	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/ReportStatusCodeRouterRuntimeDxe.lib
  7658	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B601F8C4-43B7-4784-95B1-F4226CB40CEERuntimeDxe/B601F8C4-43B7-4784-95B1-F4226CB40CEESEC4.ver
  7659	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/ReportStatusCodeRouterRuntimeDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/object_files.lst
  7660	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf [X64]
  7661	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/KeyBoard.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbKbDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/./KeyBoard.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbKbDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.c
  7662	GenFfs -t EFI_FV_FILETYPE_DRIVER -g B601F8C4-43B7-4784-95B1-F4226CB40CEE -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B601F8C4-43B7-4784-95B1-F4226CB40CEERuntimeDxe/B601F8C4-43B7-4784-95B1-F4226CB40CEE.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B601F8C4-43B7-4784-95B1-F4226CB40CEERuntimeDxe/B601F8C4-43B7-4784-95B1-F4226CB40CEESEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B601F8C4-43B7-4784-95B1-F4226CB40CEERuntimeDxe/B601F8C4-43B7-4784-95B1-F4226CB40CEESEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B601F8C4-43B7-4784-95B1-F4226CB40CEERuntimeDxe/B601F8C4-43B7-4784-95B1-F4226CB40CEESEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B601F8C4-43B7-4784-95B1-F4226CB40CEERuntimeDxe/B601F8C4-43B7-4784-95B1-F4226CB40CEESEC4.ver
  7663	GenSec -s EFI_SECTION_USER_INTERFACE -n ArpDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113ArpDxe/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113SEC3.ui
  7664	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/ReportStatusCodeRouterRuntimeDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/ReportStatusCodeRouterRuntimeDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -z common-page-size=0x1000 -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=ReportStatusCodeRouterRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7665	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe'
  7666	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenIoPciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenIoPciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG/AutoGen.c
  7667	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113ArpDxe/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113SEC4.ver
  7668	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe'
  7669	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/EbcDebuggerHook.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EbcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/./EbcDebuggerHook.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/EbcDebuggerHook.c
  7670	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/UsbMassDiskInfo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbMassStorageDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/./UsbMassDiskInfo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbMassStorageDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassDiskInfo.c
  7671	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Logo/LogoDxe.inf [X64]
  7672	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 529D3F93-E8E9-4e73-B1E1-BDF6A9D50113 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113ArpDxe/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113ArpDxe/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113ArpDxe/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113ArpDxe/529D3F93-E8E9-4e73-B1E1-BDF6A9D50113SEC4.ver
  7673	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/ArpDxe/ArpDxe'
  7674	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableLockRequestToLock.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariableRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/./VariableLockRequestToLock.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableLockRequestToLock.c
  7675	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/Fat.inf [X64]
  7676	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AmlString.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AcpiTableDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/./AmlString.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AmlString.c
  7677	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit'
  7678	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciHotPlugInitDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/PciHotPlugInitDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/AutoGen.c
  7679	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe'
  7680	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LogoDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Logo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG/AutoGen.c
  7681	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/FwVol/FwVol.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/FwVol/FwVol.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol/FwVol.c
  7682	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpOption.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TcpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/./TcpOption.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe/TcpOption.c
  7683	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_sap.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_sap.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_sap.c
  7684	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/XenIoPciDxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenIoPciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/./XenIoPciDxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenIoPciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/XenIoPciDxe/XenIoPciDxe.c
  7685	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/X64/SecEntry.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec/X64/SecEntry.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/X64/SecEntry.ii
  7686	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/EbcExecute.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EbcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/./EbcExecute.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/EbcExecute.c
  7687	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat'
  7688	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG/AutoGen.c
  7689	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/Udf.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PartitionDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/./Udf.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/PartitionDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/PartitionDxe/Udf.c
  7690	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/X64/SecEntry.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/X64/SecEntry.ii
  7691	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Icmp.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./Ip4Icmp.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/Ip4Icmp.c
  7692	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableNonVolatile.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariableRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/./VariableNonVolatile.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableNonVolatile.c
  7693	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7694	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7695	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/SioBusDxe.dll has a LOAD segment with RWX permissions
  7696	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/PxeBcImpl.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiPxeBcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/./PxeBcImpl.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c
  7697	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/UsbMassImpl.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbMassStorageDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/./UsbMassImpl.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbMassStorageDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c
  7698	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/PciHotPlugInit.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciHotPlugInitDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/./PciHotPlugInit.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/PciHotPlugInitDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.c
  7699	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/SioBusDxe.dll
  7700	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/Logo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LogoDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/./Logo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Logo -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Logo/Logo.c
  7701	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciLib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./PciLib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.c
  7702	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AcpiTableDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/AcpiTableDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AutoGen.c
  7703	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/SioBusDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/SioBusDxe.debug
  7704	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/SioBusDxe.dll
  7705	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_ssl.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/conf/conf_ssl.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_ssl.c
  7706	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/SioBusDxe.dll
  7707	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/XenIoPciDxe.lib
  7708	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/XenIoPciDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/object_files.lst
  7709	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpOutput.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TcpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/./TcpOutput.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe/TcpOutput.c
  7710	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/SioBusDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SioBusDxe.debug
  7711	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7712	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7713	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.dll has a LOAD segment with RWX permissions
  7714	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/SioBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/SioBusDxe.dll --zero
  7715	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/ComponentName.c
  7716	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG/XenIoPciDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG/XenIoPciDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=XenIoPciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7717	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/UsbKbDxe.lib
  7718	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/UsbKbDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/object_files.lst
  7719	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.dll
  7720	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.debug
  7721	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbKbDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7722	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxe.lib
  7723	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.dll
  7724	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/object_files.lst
  7725	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7726	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7727	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG/XenSmbiosPlatformDxe.dll has a LOAD segment with RWX permissions
  7728	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.dll
  7729	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableParsing.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariableRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/./VariableParsing.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableParsing.c
  7730	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/PartitionDxe.lib
  7731	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CapsuleRuntimeDxe.debug
  7732	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/SioBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG
  7733	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/PartitionDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/object_files.lst
  7734	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4If.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./Ip4If.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/Ip4If.c
  7735	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/FwVol/FwVolAttrib.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/FwVol/FwVolAttrib.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol/FwVolAttrib.c
  7736	"GenFw" -e DXE_RUNTIME_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/CapsuleRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.dll --zero
  7737	"GenFw" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxehii.rc -g F74D20EE-37E7-48FC-97F7-9B1047749C69 --hiibinpackage /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxeIdf.hpk --zero
  7738	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/SioBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SioBusDxe.efi
  7739	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT
  7740	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG/XenSmbiosPlatformDxe.dll
  7741	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AcpiTableDxe.lib
  7742	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AcpiTableDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/object_files.lst
  7743	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/cpt_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/cpt_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/cpt_err.c
  7744	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/SioBusDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/SioBusDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55SioBusDxe/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55.map
  7745	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PartitionDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7746	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/CapsuleRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG
  7747	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG/XenSmbiosPlatformDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG/XenSmbiosPlatformDxe.debug
  7748	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/SioBusDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55SioBusDxe/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe/OUTPUT/SioBusDxe.efi
  7749	"objcopy" -I binary -O elf64-x86-64 -B i386 --rename-section .data=.hii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxehii.rc /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxehii.lib
  7750	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Sec/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/X64/SecEntry.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/X64/SecEntry.iii
  7751	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/CapsuleRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CapsuleRuntimeDxe.efi
  7752	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG/XenSmbiosPlatformDxe.dll
  7753	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/PciHotPlugInitDxe.lib
  7754	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT
  7755	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/PciHotPlugInitDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/object_files.lst
  7756	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: hypercall.obj: missing .note.GNU-stack section implies executable stack
  7757	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7758	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG/XenBusDxe.dll has a LOAD segment with RWX permissions
  7759	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=AcpiTableDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7760	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG/XenSmbiosPlatformDxe.dll
  7761	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/CapsuleRuntimeDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/CapsuleRuntimeDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/42857F0A-13F2-4B21-8A23-53D3F714B840CapsuleRuntimeDxe/42857F0A-13F2-4B21-8A23-53D3F714B840.map
  7762	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LogoDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7763	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG/XenSmbiosPlatformDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XenSmbiosPlatformDxe.debug
  7764	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/UsbMassStorageDxe.lib
  7765	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/CapsuleRuntimeDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/42857F0A-13F2-4B21-8A23-53D3F714B840CapsuleRuntimeDxe/42857F0A-13F2-4B21-8A23-53D3F714B840SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/CapsuleRuntimeDxe.depex
  7766	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/EbcInt.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EbcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/./EbcInt.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/EbcInt.c
  7767	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/XenSmbiosPlatformDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG/XenSmbiosPlatformDxe.dll --zero
  7768	GenSec -s EFI_SECTION_USER_INTERFACE -n SioBusDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55SioBusDxe/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55SEC3.ui
  7769	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/UsbMassStorageDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/object_files.lst
  7770	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/PciHotPlugInitDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/PciHotPlugInitDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciHotPlugInitDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7771	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/SecMain.lib
  7772	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/SecMain.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/object_files.lst
  7773	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55SioBusDxe/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55SEC4.ver
  7774	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG/XenBusDxe.dll
  7775	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/XenSmbiosPlatformDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG
  7776	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/UsbMassStorageDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/UsbMassStorageDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UsbMassStorageDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7777	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/CapsuleRuntimeDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/42857F0A-13F2-4B21-8A23-53D3F714B840CapsuleRuntimeDxe/42857F0A-13F2-4B21-8A23-53D3F714B840SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/OUTPUT/CapsuleRuntimeDxe.efi
  7778	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/XenSmbiosPlatformDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XenSmbiosPlatformDxe.efi
  7779	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT
  7780	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Data.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./Data.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/Data.c
  7781	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG/XenBusDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG/XenBusDxe.debug
  7782	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/SecMain.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/SecMain.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SecMainStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7783	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/XenSmbiosPlatformDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/XenSmbiosPlatformDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/c41f0579-5598-40f1-95db-3983c8ebbe2aXenSmbiosPlatformDxe/c41f0579-5598-40f1-95db-3983c8ebbe2a.map
  7784	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG/XenBusDxe.dll
  7785	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/cryptlib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/cryptlib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/cryptlib.c
  7786	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/XenSmbiosPlatformDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/c41f0579-5598-40f1-95db-3983c8ebbe2aXenSmbiosPlatformDxe/c41f0579-5598-40f1-95db-3983c8ebbe2aSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/XenSmbiosPlatformDxe.depex
  7787	GenSec -s EFI_SECTION_USER_INTERFACE -n CapsuleRuntimeDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/42857F0A-13F2-4B21-8A23-53D3F714B840CapsuleRuntimeDxe/42857F0A-13F2-4B21-8A23-53D3F714B840SEC3.ui
  7788	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55SioBusDxe/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55SioBusDxe/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55SioBusDxe/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55SioBusDxe/864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55SEC4.ver
  7789	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG/XenBusDxe.dll
  7790	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG/XenBusDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XenBusDxe.debug
  7791	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/XenBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG/XenBusDxe.dll --zero
  7792	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/42857F0A-13F2-4B21-8A23-53D3F714B840CapsuleRuntimeDxe/42857F0A-13F2-4B21-8A23-53D3F714B840SEC4.ver
  7793	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SioBusDxe/SioBusDxe'
  7794	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciOptionRomSupport.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./PciOptionRomSupport.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.c
  7795	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/XenSmbiosPlatformDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/c41f0579-5598-40f1-95db-3983c8ebbe2aXenSmbiosPlatformDxe/c41f0579-5598-40f1-95db-3983c8ebbe2aSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe/OUTPUT/XenSmbiosPlatformDxe.efi
  7796	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/PlatformDxe/Platform.inf [X64]
  7797	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpTimer.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TcpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/./TcpTimer.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/TcpDxe/TcpTimer.c
  7798	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 42857F0A-13F2-4B21-8A23-53D3F714B840 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/42857F0A-13F2-4B21-8A23-53D3F714B840CapsuleRuntimeDxe/42857F0A-13F2-4B21-8A23-53D3F714B840.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/42857F0A-13F2-4B21-8A23-53D3F714B840CapsuleRuntimeDxe/42857F0A-13F2-4B21-8A23-53D3F714B840SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/42857F0A-13F2-4B21-8A23-53D3F714B840CapsuleRuntimeDxe/42857F0A-13F2-4B21-8A23-53D3F714B840SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/42857F0A-13F2-4B21-8A23-53D3F714B840CapsuleRuntimeDxe/42857F0A-13F2-4B21-8A23-53D3F714B840SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/42857F0A-13F2-4B21-8A23-53D3F714B840CapsuleRuntimeDxe/42857F0A-13F2-4B21-8A23-53D3F714B840SEC4.ver
  7799	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/XenBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG
  7800	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/XenBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XenBusDxe.efi
  7801	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/PxeBcMtftp.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiPxeBcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/./PxeBcMtftp.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe/PxeBcMtftp.c
  7802	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT
  7803	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe'
  7804	GenSec -s EFI_SECTION_USER_INTERFACE -n XenSmbiosPlatformDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/c41f0579-5598-40f1-95db-3983c8ebbe2aXenSmbiosPlatformDxe/c41f0579-5598-40f1-95db-3983c8ebbe2aSEC3.ui
  7805	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/XenBusDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/XenBusDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/565ec8ba-a484-11e3-802b-b8ac6f7d65e6XenBusDxe/565ec8ba-a484-11e3-802b-b8ac6f7d65e6.map
  7806	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf [X64]
  7807	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/XenBusDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/565ec8ba-a484-11e3-802b-b8ac6f7d65e6XenBusDxe/565ec8ba-a484-11e3-802b-b8ac6f7d65e6SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe/OUTPUT/XenBusDxe.efi
  7808	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/c41f0579-5598-40f1-95db-3983c8ebbe2aXenSmbiosPlatformDxe/c41f0579-5598-40f1-95db-3983c8ebbe2aSEC4.ver
  7809	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/FwVol/FwVolRead.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/FwVol/FwVolRead.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c
  7810	GenFfs -t EFI_FV_FILETYPE_DRIVER -g c41f0579-5598-40f1-95db-3983c8ebbe2a -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/c41f0579-5598-40f1-95db-3983c8ebbe2aXenSmbiosPlatformDxe/c41f0579-5598-40f1-95db-3983c8ebbe2a.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/c41f0579-5598-40f1-95db-3983c8ebbe2aXenSmbiosPlatformDxe/c41f0579-5598-40f1-95db-3983c8ebbe2aSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/c41f0579-5598-40f1-95db-3983c8ebbe2aXenSmbiosPlatformDxe/c41f0579-5598-40f1-95db-3983c8ebbe2aSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/c41f0579-5598-40f1-95db-3983c8ebbe2aXenSmbiosPlatformDxe/c41f0579-5598-40f1-95db-3983c8ebbe2aSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/c41f0579-5598-40f1-95db-3983c8ebbe2aXenSmbiosPlatformDxe/c41f0579-5598-40f1-95db-3983c8ebbe2aSEC4.ver
  7811	GenSec -s EFI_SECTION_USER_INTERFACE -n XenBusDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/565ec8ba-a484-11e3-802b-b8ac6f7d65e6XenBusDxe/565ec8ba-a484-11e3-802b-b8ac6f7d65e6SEC3.ui
  7812	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableRuntimeCache.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariableRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/./VariableRuntimeCache.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeCache.c
  7813	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ctype.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ctype.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ctype.c
  7814	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform'
  7815	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/PlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/AutoGen.c
  7816	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe'
  7817	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Delete.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./Delete.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/Delete.c
  7818	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: MpFuncs.obj: missing .note.GNU-stack section implies executable stack
  7819	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7820	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/DxeCpuExceptionHandlerLib.lib(ExceptionHandlerAsm.obj): warning: relocation in read-only section `.text'
  7821	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/565ec8ba-a484-11e3-802b-b8ac6f7d65e6XenBusDxe/565ec8ba-a484-11e3-802b-b8ac6f7d65e6SEC4.ver
  7822	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/CpuDxe.dll has a LOAD segment with RWX permissions
  7823	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe'
  7824	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UdfDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UdfDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/AutoGen.c
  7825	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf [X64]
  7826	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: creating DT_TEXTREL in a PIE
  7827	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7828	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7829	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/ReportStatusCodeRouterRuntimeDxe.dll has a LOAD segment with RWX permissions
  7830	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/ReportStatusCodeRouterRuntimeDxe.dll
  7831	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 565ec8ba-a484-11e3-802b-b8ac6f7d65e6 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/565ec8ba-a484-11e3-802b-b8ac6f7d65e6XenBusDxe/565ec8ba-a484-11e3-802b-b8ac6f7d65e6.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/565ec8ba-a484-11e3-802b-b8ac6f7d65e6XenBusDxe/565ec8ba-a484-11e3-802b-b8ac6f7d65e6SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/565ec8ba-a484-11e3-802b-b8ac6f7d65e6XenBusDxe/565ec8ba-a484-11e3-802b-b8ac6f7d65e6SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/565ec8ba-a484-11e3-802b-b8ac6f7d65e6XenBusDxe/565ec8ba-a484-11e3-802b-b8ac6f7d65e6SEC4.ver
  7832	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenBusDxe/XenBusDxe'
  7833	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/ReportStatusCodeRouterRuntimeDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/ReportStatusCodeRouterRuntimeDxe.debug
  7834	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/CpuDxe.dll
  7835	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/ReportStatusCodeRouterRuntimeDxe.dll
  7836	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Igmp.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./Ip4Igmp.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/Ip4Igmp.c
  7837	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/X64/EbcLowLevel.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/X64/EbcLowLevel.nasm
  7838	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf [X64]
  7839	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/cversion.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/cversion.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/cversion.c
  7840	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/ReportStatusCodeRouterRuntimeDxe.dll
  7841	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/Library/PeimEntryPoint.h:74:1: warning: type of ‘ProcessLibraryConstructorList’ does not match original declaration [-Wlto-type-mismatch]
  7842	   74 | ProcessLibraryConstructorList (
  7843	      | ^
  7844	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/AutoGen.c:248:1: note: type mismatch in parameter 1
  7845	  248 | ProcessLibraryConstructorList (
  7846	      | ^
  7847	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/AutoGen.c:248:1: note: type ‘void’ should match type ‘void *’
  7848	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/AutoGen.c:248:1: note: ‘ProcessLibraryConstructorList’ was previously declared here
  7849	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/ReportStatusCodeRouterRuntimeDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ReportStatusCodeRouterRuntimeDxe.debug
  7850	"GenFw" -e DXE_RUNTIME_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/ReportStatusCodeRouterRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/ReportStatusCodeRouterRuntimeDxe.dll --zero
  7851	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/CpuDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/CpuDxe.debug
  7852	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe'
  7853	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=HiiDatabaseStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/AutoGen.c
  7854	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/CpuDxe.dll
  7855	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/CpuDxe.dll
  7856	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/Platform.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/./Platform.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/PlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/PlatformDxe/Platform.c
  7857	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/ReportStatusCodeRouterRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG
  7858	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UdfDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UdfDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UdfDxe/ComponentName.c
  7859	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/ReportStatusCodeRouterRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ReportStatusCodeRouterRuntimeDxe.efi
  7860	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/CpuDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CpuDxe.debug
  7861	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT
  7862	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/CpuDxe.dll --zero
  7863	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpDxe.lib
  7864	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/object_files.lst
  7865	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/ReportStatusCodeRouterRuntimeDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/ReportStatusCodeRouterRuntimeDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CReportStatusCodeRouterRuntimeDxe/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3C.map
  7866	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe'
  7867	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuIo2DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuIo2Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/AutoGen.c
  7868	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/ReportStatusCodeRouterRuntimeDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CReportStatusCodeRouterRuntimeDxe/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/ReportStatusCodeRouterRuntimeDxe.depex
  7869	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG
  7870	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciPowerManagement.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./PciPowerManagement.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/PciPowerManagement.c
  7871	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableRuntimeDxe.lib
  7872	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableRuntimeDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/object_files.lst
  7873	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CpuDxe.efi
  7874	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG/TcpDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG/TcpDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TcpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7875	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT
  7876	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_ameth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_ameth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_ameth.c
  7877	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A1E4886-9517-440e-9FDE-3BE44CEE2136CpuDxe/1A1E4886-9517-440e-9FDE-3BE44CEE2136.map
  7878	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/ReportStatusCodeRouterRuntimeDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CReportStatusCodeRouterRuntimeDxe/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/OUTPUT/ReportStatusCodeRouterRuntimeDxe.efi
  7879	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A1E4886-9517-440e-9FDE-3BE44CEE2136CpuDxe/1A1E4886-9517-440e-9FDE-3BE44CEE2136SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuDxe.depex
  7880	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -z common-page-size=0x1000 -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=VariableRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7881	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7882	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7883	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.dll has a LOAD segment with RWX permissions
  7884	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/DirectoryCache.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./DirectoryCache.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/DirectoryCache.c
  7885	GenSec -s EFI_SECTION_USER_INTERFACE -n ReportStatusCodeRouterRuntimeDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CReportStatusCodeRouterRuntimeDxe/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CSEC3.ui
  7886	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/FwVol/FwVolWrite.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/FwVol/FwVolWrite.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol/FwVolWrite.c
  7887	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: MpFuncs.obj: missing .note.GNU-stack section implies executable stack
  7888	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7889	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/PeiCpuExceptionHandlerLib.lib(SecPeiExceptionHandlerAsm.obj): warning: relocation in read-only section `.text'
  7890	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/CpuMpPei.dll has a LOAD segment with RWX permissions
  7891	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CReportStatusCodeRouterRuntimeDxe/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CSEC4.ver
  7892	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/ConfigKeywordHandler.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=HiiDatabaseStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/./ConfigKeywordHandler.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigKeywordHandler.c
  7893	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.dll
  7894	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A1E4886-9517-440e-9FDE-3BE44CEE2136CpuDxe/1A1E4886-9517-440e-9FDE-3BE44CEE2136SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe/OUTPUT/CpuDxe.efi
  7895	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/PxeBcSupport.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiPxeBcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/./PxeBcSupport.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/UefiPxeBcDxe/PxeBcSupport.c
  7896	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: creating DT_TEXTREL in a PIE
  7897	GenFfs -t EFI_FV_FILETYPE_DRIVER -g D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3C -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CReportStatusCodeRouterRuntimeDxe/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3C.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CReportStatusCodeRouterRuntimeDxe/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CReportStatusCodeRouterRuntimeDxe/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CReportStatusCodeRouterRuntimeDxe/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CReportStatusCodeRouterRuntimeDxe/D93CE3D8-A7EB-4730-8C8E-CC466A9ECC3CSEC4.ver
  7898	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.debug
  7899	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.dll
  7900	GenSec -s EFI_SECTION_USER_INTERFACE -n CpuDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A1E4886-9517-440e-9FDE-3BE44CEE2136CpuDxe/1A1E4886-9517-440e-9FDE-3BE44CEE2136SEC3.ui
  7901	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxehii.lib: missing .note.GNU-stack section implies executable stack
  7902	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.dll
  7903	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7904	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.dll has a LOAD segment with RWX permissions
  7905	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe'
  7906	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/CpuMpPei.dll
  7907	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/File.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UdfDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/./File.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UdfDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UdfDxe/File.c
  7908	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A1E4886-9517-440e-9FDE-3BE44CEE2136CpuDxe/1A1E4886-9517-440e-9FDE-3BE44CEE2136SEC4.ver
  7909	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/VlanConfigDxe.debug
  7910	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf [X64]
  7911	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Impl.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./Ip4Impl.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/Ip4Impl.c
  7912	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfigDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.dll --zero
  7913	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7914	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7915	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG/XenIoPciDxe.dll has a LOAD segment with RWX permissions
  7916	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/X64/EbcLowLevel.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/X64/EbcLowLevel.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/X64/EbcLowLevel.ii
  7917	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformConfig.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/./PlatformConfig.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/PlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/PlatformDxe/PlatformConfig.c
  7918	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  7919	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  7920	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.dll has a LOAD segment with RWX permissions
  7921	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/CpuMpPei.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/CpuMpPei.debug
  7922	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/CpuMpPei.dll
  7923	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/CpuIo2Dxe.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuIo2DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/./CpuIo2Dxe.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuIo2Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.c
  7924	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfigDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG
  7925	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfigDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/VlanConfigDxe.efi
  7926	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 1A1E4886-9517-440e-9FDE-3BE44CEE2136 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A1E4886-9517-440e-9FDE-3BE44CEE2136CpuDxe/1A1E4886-9517-440e-9FDE-3BE44CEE2136.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A1E4886-9517-440e-9FDE-3BE44CEE2136CpuDxe/1A1E4886-9517-440e-9FDE-3BE44CEE2136SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A1E4886-9517-440e-9FDE-3BE44CEE2136CpuDxe/1A1E4886-9517-440e-9FDE-3BE44CEE2136SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A1E4886-9517-440e-9FDE-3BE44CEE2136CpuDxe/1A1E4886-9517-440e-9FDE-3BE44CEE2136SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A1E4886-9517-440e-9FDE-3BE44CEE2136CpuDxe/1A1E4886-9517-440e-9FDE-3BE44CEE2136SEC4.ver
  7927	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.dll
  7928	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.debug
  7929	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.dll
  7930	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG/XenIoPciDxe.dll
  7931	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT
  7932	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/CpuMpPei.dll
  7933	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.dll
  7934	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuDxe/CpuDxe'
  7935	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfigDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfigDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E4F61863-FE2C-4b56-A8F4-08519BC439DFVlanConfigDxe/E4F61863-FE2C-4b56-A8F4-08519BC439DF.map
  7936	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/CpuMpPei.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CpuMpPei.debug
  7937	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/LogoDxe.debug
  7938	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.dll --zero
  7939	"GenFw" -e PEIM -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuMpPei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/CpuMpPei.dll --zero
  7940	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.dll
  7941	Trim --Vfr-Uni-Offset -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E4F61863-FE2C-4b56-A8F4-08519BC439DFVlanConfigDxe/VlanConfigDxe.offset --ModuleName=VlanConfigDxe --DebugDir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG
  7942	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf [X64]
  7943	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG/XenIoPciDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG/XenIoPciDxe.debug
  7944	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG/XenIoPciDxe.dll
  7945	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG/XenIoPciDxe.dll
  7946	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.debug
  7947	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.dll
  7948	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe'
  7949	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SetupBrowserStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SetupBrowserDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/AutoGen.c
  7950	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuMpPei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG
  7951	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG
  7952	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/LogoDxe.efi
  7953	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT
  7954	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/DirectoryManage.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./DirectoryManage.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/DirectoryManage.c
  7955	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG/XenIoPciDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XenIoPciDxe.debug
  7956	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuMpPei.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CpuMpPei.efi
  7957	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/X64/EbcLowLevel.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/X64/EbcLowLevel.ii
  7958	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciResourceSupport.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./PciResourceSupport.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.c
  7959	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/XenIoPciDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG/XenIoPciDxe.dll --zero
  7960	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.dll
  7961	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F74D20EE-37E7-48FC-97F7-9B1047749C69LogoDxe/F74D20EE-37E7-48FC-97F7-9B1047749C69.map
  7962	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UhciDxe.debug
  7963	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F74D20EE-37E7-48FC-97F7-9B1047749C69LogoDxe/F74D20EE-37E7-48FC-97F7-9B1047749C69SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxe.depex
  7964	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT
  7965	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/UhciDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.dll --zero
  7966	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/XenIoPciDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG
  7967	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/XenIoPciDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/XenIoPciDxe.efi
  7968	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe'
  7969	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuMpPei.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuMpPei.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6CpuMpPei/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6.map
  7970	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EnglishDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/AutoGen.c
  7971	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT
  7972	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_asn1.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_asn1.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_asn1.c
  7973	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F74D20EE-37E7-48FC-97F7-9B1047749C69LogoDxe/F74D20EE-37E7-48FC-97F7-9B1047749C69SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe/OUTPUT/LogoDxe.efi
  7974	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuMpPei.depex && GenSec -s EFI_SECTION_PEI_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6CpuMpPei/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuMpPei.depex
  7975	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/XenIoPciDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/XenIoPciDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/cf569f50-de44-4f54-b4d7-f4ae25cda599XenIoPciDxe/cf569f50-de44-4f54-b4d7-f4ae25cda599.map
  7976	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/UhciDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG
  7977	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/XenIoPciDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/cf569f50-de44-4f54-b4d7-f4ae25cda599XenIoPciDxe/cf569f50-de44-4f54-b4d7-f4ae25cda599SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe/OUTPUT/XenIoPciDxe.efi
  7978	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/UhciDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UhciDxe.efi
  7979	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/FwVolBlock/FwVolBlock.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/FwVolBlock/FwVolBlock.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock/FwVolBlock.c
  7980	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT
  7981	GenSec -s EFI_SECTION_USER_INTERFACE -n LogoDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F74D20EE-37E7-48FC-97F7-9B1047749C69LogoDxe/F74D20EE-37E7-48FC-97F7-9B1047749C69SEC3.ui
  7982	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuMpPei.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6CpuMpPei/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei/OUTPUT/CpuMpPei.efi
  7983	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/UhciDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/UhciDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7UhciDxe/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7.map
  7984	GenSec -s EFI_SECTION_USER_INTERFACE -n XenIoPciDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/cf569f50-de44-4f54-b4d7-f4ae25cda599XenIoPciDxe/cf569f50-de44-4f54-b4d7-f4ae25cda599SEC3.ui
  7985	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/UhciDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7UhciDxe/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/OUTPUT/UhciDxe.efi
  7986	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F74D20EE-37E7-48FC-97F7-9B1047749C69LogoDxe/F74D20EE-37E7-48FC-97F7-9B1047749C69SEC4.ver
  7987	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformForms.c.deps -x c -E -P -DVFRCOMPILE --include PlatformDxeStrDefs.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/PlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/PlatformDxe/PlatformForms.vfr > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformForms.i
  7988	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/CpuIo2Dxe.lib
  7989	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/CpuIo2Dxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/object_files.lst
  7990	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/FileName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UdfDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/./FileName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UdfDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UdfDxe/FileName.c
  7991	GenSec -s EFI_SECTION_USER_INTERFACE -n CpuMpPei -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6CpuMpPei/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6SEC3.ui
  7992	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/cf569f50-de44-4f54-b4d7-f4ae25cda599XenIoPciDxe/cf569f50-de44-4f54-b4d7-f4ae25cda599SEC4.ver
  7993	GenFfs -t EFI_FV_FILETYPE_DRIVER -g F74D20EE-37E7-48FC-97F7-9B1047749C69 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F74D20EE-37E7-48FC-97F7-9B1047749C69LogoDxe/F74D20EE-37E7-48FC-97F7-9B1047749C69.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F74D20EE-37E7-48FC-97F7-9B1047749C69LogoDxe/F74D20EE-37E7-48FC-97F7-9B1047749C69SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F74D20EE-37E7-48FC-97F7-9B1047749C69LogoDxe/F74D20EE-37E7-48FC-97F7-9B1047749C69SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F74D20EE-37E7-48FC-97F7-9B1047749C69LogoDxe/F74D20EE-37E7-48FC-97F7-9B1047749C69SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/F74D20EE-37E7-48FC-97F7-9B1047749C69LogoDxe/F74D20EE-37E7-48FC-97F7-9B1047749C69SEC4.ver
  7994	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/CpuIo2Dxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/CpuIo2Dxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=CpuIo2DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  7995	GenSec -s EFI_SECTION_USER_INTERFACE -n UhciDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7UhciDxe/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7SEC3.ui
  7996	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6CpuMpPei/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6SEC4.ver
  7997	GenFfs -t EFI_FV_FILETYPE_DRIVER -g cf569f50-de44-4f54-b4d7-f4ae25cda599 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/cf569f50-de44-4f54-b4d7-f4ae25cda599XenIoPciDxe/cf569f50-de44-4f54-b4d7-f4ae25cda599.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/cf569f50-de44-4f54-b4d7-f4ae25cda599XenIoPciDxe/cf569f50-de44-4f54-b4d7-f4ae25cda599SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/cf569f50-de44-4f54-b4d7-f4ae25cda599XenIoPciDxe/cf569f50-de44-4f54-b4d7-f4ae25cda599SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/cf569f50-de44-4f54-b4d7-f4ae25cda599XenIoPciDxe/cf569f50-de44-4f54-b4d7-f4ae25cda599SEC4.ver
  7998	"VfrCompile" -l -n --string-db /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformDxeStrDefs.hpk --output-directory /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/. /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformForms.i
  7999	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Logo/LogoDxe'
  8000	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7UhciDxe/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7SEC4.ver
  8001	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/XenIoPciDxe/XenIoPciDxe'
  8002	GenFfs -t EFI_FV_FILETYPE_PEIM -g EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6CpuMpPei/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6CpuMpPei/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6CpuMpPei/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6SEC2.1.pe32 -n 0 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6CpuMpPei/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6CpuMpPei/EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6SEC4.ver
  8003	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf [X64]
  8004	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformForms.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/./PlatformForms.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/PlatformDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformForms.c
  8005	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/UnicodeCollationEng.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EnglishDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/./UnicodeCollationEng.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/UnicodeCollationEng.c
  8006	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7UhciDxe/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7UhciDxe/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7UhciDxe/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7UhciDxe/2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7SEC4.ver
  8007	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuMpPei/CpuMpPei'
  8008	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8009	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8010	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.dll has a LOAD segment with RWX permissions
  8011	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/Expression.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SetupBrowserStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/./Expression.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SetupBrowserDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SetupBrowserDxe/Expression.c
  8012	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe'
  8013	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_check.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_check.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_check.c
  8014	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E4F61863-FE2C-4b56-A8F4-08519BC439DFVlanConfigDxe/VlanConfigDxe.offset && GenSec -s EFI_SECTION_RAW -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E4F61863-FE2C-4b56-A8F4-08519BC439DFVlanConfigDxe/VlanConfigDxeOffset.raw /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E4F61863-FE2C-4b56-A8F4-08519BC439DFVlanConfigDxe/VlanConfigDxe.offset
  8015	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/DiskCache.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./DiskCache.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/DiskCache.c
  8016	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf [X64]
  8017	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/ConfigRouting.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=HiiDatabaseStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/./ConfigRouting.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c
  8018	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/UefiPxeBcDxe.lib
  8019	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/UefiPxeBcDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/object_files.lst
  8020	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.dll
  8021	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand'
  8022	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfigDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E4F61863-FE2C-4b56-A8F4-08519BC439DFVlanConfigDxe/E4F61863-FE2C-4b56-A8F4-08519BC439DFSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/OUTPUT/VlanConfigDxe.efi
  8023	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LinuxInitrdDynamicShellCommandStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/LinuxInitrdDynamicShellCommand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG/AutoGen.c
  8024	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciRomTable.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/./PciRomTable.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.c
  8025	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.debug
  8026	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe.inf [X64]
  8027	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/X64/EbcLowLevel.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/X64/EbcLowLevel.iii
  8028	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/X64/EbcSupport.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EbcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/X64/EbcSupport.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/EbcDxe/X64/EbcSupport.c
  8029	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.dll
  8030	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.dll
  8031	GenSec -s EFI_SECTION_USER_INTERFACE -n VlanConfigDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E4F61863-FE2C-4b56-A8F4-08519BC439DFVlanConfigDxe/E4F61863-FE2C-4b56-A8F4-08519BC439DFSEC3.ui
  8032	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxeBcDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxeBcDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UefiPxeBcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8033	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Udp4Dxe.debug
  8034	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/Udp4Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.dll --zero
  8035	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E4F61863-FE2C-4b56-A8F4-08519BC439DFVlanConfigDxe/E4F61863-FE2C-4b56-A8F4-08519BC439DFSEC4.ver
  8036	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/FileSystemOperations.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UdfDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/./FileSystemOperations.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UdfDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UdfDxe/FileSystemOperations.c
  8037	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformDxe.lib
  8038	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/object_files.lst
  8039	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe'
  8040	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootScriptExecutorDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/AutoGen.c
  8041	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/EnglishDxe.lib
  8042	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/EnglishDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/object_files.lst
  8043	GenFfs -t EFI_FV_FILETYPE_DRIVER -g E4F61863-FE2C-4b56-A8F4-08519BC439DF -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E4F61863-FE2C-4b56-A8F4-08519BC439DFVlanConfigDxe/E4F61863-FE2C-4b56-A8F4-08519BC439DF.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E4F61863-FE2C-4b56-A8F4-08519BC439DFVlanConfigDxe/VlanConfigDxeOffset.raw -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E4F61863-FE2C-4b56-A8F4-08519BC439DFVlanConfigDxe/E4F61863-FE2C-4b56-A8F4-08519BC439DFSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E4F61863-FE2C-4b56-A8F4-08519BC439DFVlanConfigDxe/E4F61863-FE2C-4b56-A8F4-08519BC439DFSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/E4F61863-FE2C-4b56-A8F4-08519BC439DFVlanConfigDxe/E4F61863-FE2C-4b56-A8F4-08519BC439DFSEC4.ver
  8044	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PlatformDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8045	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf [X64]
  8046	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Input.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./Ip4Input.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/Ip4Input.c
  8047	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EnglishDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8048	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_depr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_depr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_depr.c
  8049	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/Udp4Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG
  8050	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/Udp4Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Udp4Dxe.efi
  8051	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/VlanConfigDxe/VlanConfigDxe'
  8052	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Gcd/Gcd.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Gcd/Gcd.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd/Gcd.c
  8053	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe'
  8054	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Dhcp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Dhcp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/AutoGen.c
  8055	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT
  8056	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/Udp4Dxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/Udp4Dxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6d6963ab-906d-4a65-a7ca-bd40e5d6af2bUdp4Dxe/6d6963ab-906d-4a65-a7ca-bd40e5d6af2b.map
  8057	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf [X64]
  8058	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/Udp4Dxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6d6963ab-906d-4a65-a7ca-bd40e5d6af2bUdp4Dxe/6d6963ab-906d-4a65-a7ca-bd40e5d6af2bSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe/OUTPUT/Udp4Dxe.efi
  8059	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommand.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LinuxInitrdDynamicShellCommandStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/./LinuxInitrdDynamicShellCommand.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/LinuxInitrdDynamicShellCommand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/ShellPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.c
  8060	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe'
  8061	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NullMemoryTestDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/AutoGen.c
  8062	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Fat.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./Fat.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/Fat.c
  8063	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_err.c
  8064	GenSec -s EFI_SECTION_USER_INTERFACE -n Udp4Dxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6d6963ab-906d-4a65-a7ca-bd40e5d6af2bUdp4Dxe/6d6963ab-906d-4a65-a7ca-bd40e5d6af2bSEC3.ui
  8065	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6d6963ab-906d-4a65-a7ca-bd40e5d6af2bUdp4Dxe/6d6963ab-906d-4a65-a7ca-bd40e5d6af2bSEC4.ver
  8066	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/ScriptExecute.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootScriptExecutorDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/./ScriptExecute.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.c
  8067	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe'
  8068	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NvmExpressDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/NvmExpressDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/AutoGen.c
  8069	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 6d6963ab-906d-4a65-a7ca-bd40e5d6af2b -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6d6963ab-906d-4a65-a7ca-bd40e5d6af2bUdp4Dxe/6d6963ab-906d-4a65-a7ca-bd40e5d6af2b.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6d6963ab-906d-4a65-a7ca-bd40e5d6af2bUdp4Dxe/6d6963ab-906d-4a65-a7ca-bd40e5d6af2bSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6d6963ab-906d-4a65-a7ca-bd40e5d6af2bUdp4Dxe/6d6963ab-906d-4a65-a7ca-bd40e5d6af2bSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6d6963ab-906d-4a65-a7ca-bd40e5d6af2bUdp4Dxe/6d6963ab-906d-4a65-a7ca-bd40e5d6af2bSEC4.ver
  8070	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciBusDxe.lib
  8071	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/EbcDxe.lib
  8072	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciBusDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/object_files.lst
  8073	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/EbcDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/object_files.lst
  8074	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Dhcp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Dhcp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Dhcp4Dxe/ComponentName.c
  8075	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Udp4Dxe/Udp4Dxe'
  8076	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EbcDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8077	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=PciBusDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8078	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf [X64]
  8079	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_gen.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_gen.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_gen.c
  8080	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: InitializeFpu.obj: missing .note.GNU-stack section implies executable stack
  8081	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8082	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll has a LOAD segment with RWX permissions
  8083	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/NullMemoryTest.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NullMemoryTestDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/./NullMemoryTest.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTest.c
  8084	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/IfrParse.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SetupBrowserStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/./IfrParse.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SetupBrowserDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c
  8085	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe'
  8086	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/Ansi.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TerminalDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/./Ansi.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/TerminalDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/TerminalDxe/Ansi.c
  8087	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommandhii.lib: missing .note.GNU-stack section implies executable stack
  8088	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8089	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/Udf.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UdfDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/./Udf.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UdfDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Disk/UdfDxe/Udf.c
  8090	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG/httpDynamicCommand.dll has a LOAD segment with RWX permissions
  8091	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/FileName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./FileName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/FileName.c
  8092	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll
  8093	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NvmExpressDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/NvmExpressDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/NvmExpressDxe/ComponentName.c
  8094	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG/httpDynamicCommand.dll
  8095	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommand.lib
  8096	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.debug
  8097	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommand.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/object_files.lst
  8098	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll
  8099	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_kdf.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_kdf.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_kdf.c
  8100	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll
  8101	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG/httpDynamicCommand.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG/httpDynamicCommand.debug
  8102	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG/httpDynamicCommand.dll
  8103	"GenFw" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommandhii.rc -g 2f30da26-f51b-4b6f-85c4-31873c281bca --hiibinpackage /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommandStrDefs.hpk --zero
  8104	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/BdsDxe.debug
  8105	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/BdsDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll --zero
  8106	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG/httpDynamicCommand.dll
  8107	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8108	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8109	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/PciHotPlugInitDxe.dll has a LOAD segment with RWX permissions
  8110	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Option.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./Ip4Option.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/Ip4Option.c
  8111	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG/httpDynamicCommand.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/httpDynamicCommand.debug
  8112	lto-wrapper: warning: using serial compilation of 2 LTRANS jobs
  8113	lto-wrapper: note: see the ‘-flto’ option documentation for more information
  8114	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommand.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG/httpDynamicCommand.dll --zero
  8115	"objcopy" -I binary -O elf64-x86-64 -B i386 --rename-section .data=.hii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommandhii.rc /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommandhii.lib
  8116	Trim --asm-file -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/X64/S3Asm.i -i /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/inc.lst /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/S3Asm.nasm
  8117	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/Dhcp4Driver.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Dhcp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/./Dhcp4Driver.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Dhcp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Dhcp4Dxe/Dhcp4Driver.c
  8118	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/BdsDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG
  8119	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/BdsDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/BdsDxe.efi
  8120	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG/LinuxInitrdDynamicShellCommand.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG/LinuxInitrdDynamicShellCommand.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=LinuxInitrdDynamicShellCommandStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8121	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT
  8122	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/PciHotPlugInitDxe.dll
  8123	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommand.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG
  8124	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommand.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/httpDynamicCommand.efi
  8125	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT
  8126	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/NullMemoryTestDxe.lib
  8127	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/BdsDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/BdsDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6D33944A-EC75-4855-A54D-809C75241F6CBdsDxe/6D33944A-EC75-4855-A54D-809C75241F6C.map
  8128	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/NullMemoryTestDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/object_files.lst
  8129	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/PciHotPlugInitDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/PciHotPlugInitDxe.debug
  8130	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/BdsDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6D33944A-EC75-4855-A54D-809C75241F6CBdsDxe/6D33944A-EC75-4855-A54D-809C75241F6CSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/BdsDxe.depex
  8131	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_key.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_key.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_key.c
  8132	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/PciHotPlugInitDxe.dll
  8133	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommand.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommand.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19618BCE-55AE-09C6-37E9-4CE04084C7A1httpDynamicCommand/19618BCE-55AE-09C6-37E9-4CE04084C7A1.map
  8134	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/PciHotPlugInitDxe.dll
  8135	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommand.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19618BCE-55AE-09C6-37E9-4CE04084C7A1httpDynamicCommand/19618BCE-55AE-09C6-37E9-4CE04084C7A1SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommand.depex
  8136	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TerminalDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/TerminalDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/AutoGen.c
  8137	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/NullMemoryTestDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/NullMemoryTestDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NullMemoryTestDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8138	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/PciHotPlugInitDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PciHotPlugInitDxe.debug
  8139	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/PciHotPlugInitDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/PciHotPlugInitDxe.dll --zero
  8140	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/BdsDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6D33944A-EC75-4855-A54D-809C75241F6CBdsDxe/6D33944A-EC75-4855-A54D-809C75241F6CSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe/OUTPUT/BdsDxe.efi
  8141	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/UdfDxe.lib
  8142	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8143	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8144	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/CpuIo2Dxe.dll has a LOAD segment with RWX permissions
  8145	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/UdfDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/object_files.lst
  8146	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommand.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19618BCE-55AE-09C6-37E9-4CE04084C7A1httpDynamicCommand/19618BCE-55AE-09C6-37E9-4CE04084C7A1SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/OUTPUT/httpDynamicCommand.efi
  8147	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/PciHotPlugInitDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG
  8148	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/FileSpace.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./FileSpace.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/FileSpace.c
  8149	GenSec -s EFI_SECTION_USER_INTERFACE -n BdsDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6D33944A-EC75-4855-A54D-809C75241F6CBdsDxe/6D33944A-EC75-4855-A54D-809C75241F6CSEC3.ui
  8150	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/CpuIo2Dxe.dll
  8151	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/PciHotPlugInitDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PciHotPlugInitDxe.efi
  8152	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/UdfDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/UdfDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=UdfDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8153	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT
  8154	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/NvmExpress.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NvmExpressDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/./NvmExpress.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/NvmExpressDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c
  8155	GenSec -s EFI_SECTION_USER_INTERFACE -n httpDynamicCommand -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19618BCE-55AE-09C6-37E9-4CE04084C7A1httpDynamicCommand/19618BCE-55AE-09C6-37E9-4CE04084C7A1SEC3.ui
  8156	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8157	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8158	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.dll has a LOAD segment with RWX permissions
  8159	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/CpuIo2Dxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/CpuIo2Dxe.debug
  8160	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/PciHotPlugInitDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/PciHotPlugInitDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224PciHotPlugInitDxe/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224.map
  8161	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/CpuIo2Dxe.dll
  8162	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/PciHotPlugInitDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224PciHotPlugInitDxe/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/PciHotPlugInitDxe.depex
  8163	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/CpuIo2Dxe.dll
  8164	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Hand/DriverSupport.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Hand/DriverSupport.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand/DriverSupport.c
  8165	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19618BCE-55AE-09C6-37E9-4CE04084C7A1httpDynamicCommand/19618BCE-55AE-09C6-37E9-4CE04084C7A1SEC4.ver
  8166	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6D33944A-EC75-4855-A54D-809C75241F6CBdsDxe/6D33944A-EC75-4855-A54D-809C75241F6CSEC4.ver
  8167	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/CpuIo2Dxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CpuIo2Dxe.debug
  8168	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/CpuIo2Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/CpuIo2Dxe.dll --zero
  8169	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.dll
  8170	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/PciHotPlugInitDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224PciHotPlugInitDxe/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/OUTPUT/PciHotPlugInitDxe.efi
  8171	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 19618BCE-55AE-09C6-37E9-4CE04084C7A1 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19618BCE-55AE-09C6-37E9-4CE04084C7A1httpDynamicCommand/19618BCE-55AE-09C6-37E9-4CE04084C7A1.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19618BCE-55AE-09C6-37E9-4CE04084C7A1httpDynamicCommand/19618BCE-55AE-09C6-37E9-4CE04084C7A1SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19618BCE-55AE-09C6-37E9-4CE04084C7A1httpDynamicCommand/19618BCE-55AE-09C6-37E9-4CE04084C7A1SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19618BCE-55AE-09C6-37E9-4CE04084C7A1httpDynamicCommand/19618BCE-55AE-09C6-37E9-4CE04084C7A1SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/19618BCE-55AE-09C6-37E9-4CE04084C7A1httpDynamicCommand/19618BCE-55AE-09C6-37E9-4CE04084C7A1SEC4.ver
  8172	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 6D33944A-EC75-4855-A54D-809C75241F6C -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6D33944A-EC75-4855-A54D-809C75241F6CBdsDxe/6D33944A-EC75-4855-A54D-809C75241F6C.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6D33944A-EC75-4855-A54D-809C75241F6CBdsDxe/6D33944A-EC75-4855-A54D-809C75241F6CSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6D33944A-EC75-4855-A54D-809C75241F6CBdsDxe/6D33944A-EC75-4855-A54D-809C75241F6CSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6D33944A-EC75-4855-A54D-809C75241F6CBdsDxe/6D33944A-EC75-4855-A54D-809C75241F6CSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/6D33944A-EC75-4855-A54D-809C75241F6CBdsDxe/6D33944A-EC75-4855-A54D-809C75241F6CSEC4.ver
  8173	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8174	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8175	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/UsbMassStorageDxe.dll has a LOAD segment with RWX permissions
  8176	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand'
  8177	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/BdsDxe/BdsDxe'
  8178	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TerminalDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/TerminalDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/TerminalDxe/ComponentName.c
  8179	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_lib.c
  8180	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/CpuIo2Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG
  8181	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Output.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./Ip4Output.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/Ip4Output.c
  8182	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/Database.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=HiiDatabaseStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/./Database.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe/Database.c
  8183	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/CpuIo2Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CpuIo2Dxe.efi
  8184	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf [X64]
  8185	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT
  8186	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/Presentation.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SetupBrowserStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/./Presentation.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SetupBrowserDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c
  8187	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/UsbMassStorageDxe.dll
  8188	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/UsbMassStorageDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/UsbMassStorageDxe.debug
  8189	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.debug
  8190	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.dll
  8191	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.dll
  8192	GenSec -s EFI_SECTION_USER_INTERFACE -n PciHotPlugInitDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224PciHotPlugInitDxe/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224SEC3.ui
  8193	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224PciHotPlugInitDxe/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224SEC4.ver
  8194	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/CpuIo2Dxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/CpuIo2Dxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A19B1FE7-C1BC-49F8-875F-54A5D542443FCpuIo2Dxe/A19B1FE7-C1BC-49F8-875F-54A5D542443F.map
  8195	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/CpuIo2Dxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A19B1FE7-C1BC-49F8-875F-54A5D542443FCpuIo2Dxe/A19B1FE7-C1BC-49F8-875F-54A5D542443FSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/CpuIo2Dxe.depex
  8196	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UsbKbDxe.debug
  8197	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8198	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8199	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.dll has a LOAD segment with RWX permissions
  8200	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/UsbKbDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.dll --zero
  8201	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/UsbMassStorageDxe.dll
  8202	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf [X64]
  8203	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/UsbMassStorageDxe.dll
  8204	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/UsbMassStorageDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UsbMassStorageDxe.debug
  8205	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/UsbMassStorageDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/UsbMassStorageDxe.dll --zero
  8206	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.dll
  8207	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.debug
  8208	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.dll
  8209	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8210	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8211	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.dll has a LOAD segment with RWX permissions
  8212	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 11A6EDF6-A9BE-426D-A6CC-B22FE51D9224 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224PciHotPlugInitDxe/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224PciHotPlugInitDxe/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224PciHotPlugInitDxe/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224PciHotPlugInitDxe/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224PciHotPlugInitDxe/11A6EDF6-A9BE-426D-A6CC-B22FE51D9224SEC4.ver
  8213	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/X64/S3Asm.obj.deps -E -x assembler-with-cpp -include AutoGen.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/S3Asm.nasm > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/X64/S3Asm.ii
  8214	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe'
  8215	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/AutoGen.c
  8216	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.dll
  8217	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit'
  8218	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/CpuIo2Dxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A19B1FE7-C1BC-49F8-875F-54A5D542443FCpuIo2Dxe/A19B1FE7-C1BC-49F8-875F-54A5D542443FSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/OUTPUT/CpuIo2Dxe.efi
  8219	GenSec -s EFI_SECTION_USER_INTERFACE -n CpuIo2Dxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A19B1FE7-C1BC-49F8-875F-54A5D542443FCpuIo2Dxe/A19B1FE7-C1BC-49F8-875F-54A5D542443FSEC3.ui
  8220	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/UsbKbDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG
  8221	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/UsbKbDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UsbKbDxe.efi
  8222	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT
  8223	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/Dhcp4Impl.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Dhcp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/./Dhcp4Impl.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Dhcp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Dhcp4Dxe/Dhcp4Impl.c
  8224	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Flush.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./Flush.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/Flush.c
  8225	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/UsbKbDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/UsbKbDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2D2E62CF-9ECF-43b7-8219-94E7FC713DFEUsbKbDxe/2D2E62CF-9ECF-43b7-8219-94E7FC713DFE.map
  8226	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PartitionDxe.debug
  8227	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/PartitionDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.dll --zero
  8228	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.dll
  8229	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/MnpDxe/MnpDxe.inf [X64]
  8230	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/UsbKbDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2D2E62CF-9ECF-43b7-8219-94E7FC713DFEUsbKbDxe/2D2E62CF-9ECF-43b7-8219-94E7FC713DFESEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/OUTPUT/UsbKbDxe.efi
  8231	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/UsbMassStorageDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG
  8232	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/UsbMassStorageDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UsbMassStorageDxe.efi
  8233	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT
  8234	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/UsbMassStorageDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/UsbMassStorageDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83EUsbMassStorageDxe/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83E.map
  8235	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A19B1FE7-C1BC-49F8-875F-54A5D542443FCpuIo2Dxe/A19B1FE7-C1BC-49F8-875F-54A5D542443FSEC4.ver
  8236	GenFfs -t EFI_FV_FILETYPE_DRIVER -g A19B1FE7-C1BC-49F8-875F-54A5D542443F -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A19B1FE7-C1BC-49F8-875F-54A5D542443FCpuIo2Dxe/A19B1FE7-C1BC-49F8-875F-54A5D542443F.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A19B1FE7-C1BC-49F8-875F-54A5D542443FCpuIo2Dxe/A19B1FE7-C1BC-49F8-875F-54A5D542443FSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A19B1FE7-C1BC-49F8-875F-54A5D542443FCpuIo2Dxe/A19B1FE7-C1BC-49F8-875F-54A5D542443FSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A19B1FE7-C1BC-49F8-875F-54A5D542443FCpuIo2Dxe/A19B1FE7-C1BC-49F8-875F-54A5D542443FSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/A19B1FE7-C1BC-49F8-875F-54A5D542443FCpuIo2Dxe/A19B1FE7-C1BC-49F8-875F-54A5D542443FSEC4.ver
  8237	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.debug
  8238	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.dll
  8239	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb'
  8240	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/PartitionDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG
  8241	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/PartitionDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PartitionDxe.efi
  8242	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT
  8243	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EmuVariableFvbRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/EmuVariableFvbRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/AutoGen.c
  8244	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/UsbMassStorageDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83EUsbMassStorageDxe/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83ESEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/OUTPUT/UsbMassStorageDxe.efi
  8245	Trim --trim-long --source-code -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/X64/S3Asm.iii /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/X64/S3Asm.ii
  8246	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_meth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_meth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_meth.c
  8247	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/PartitionDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/PartitionDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609PartitionDxe/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609.map
  8248	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe'
  8249	GenSec -s EFI_SECTION_USER_INTERFACE -n UsbKbDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2D2E62CF-9ECF-43b7-8219-94E7FC713DFEUsbKbDxe/2D2E62CF-9ECF-43b7-8219-94E7FC713DFESEC3.ui
  8250	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/PartitionDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609PartitionDxe/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/OUTPUT/PartitionDxe.efi
  8251	GenSec -s EFI_SECTION_USER_INTERFACE -n UsbMassStorageDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83EUsbMassStorageDxe/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83ESEC3.ui
  8252	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2D2E62CF-9ECF-43b7-8219-94E7FC713DFEUsbKbDxe/2D2E62CF-9ECF-43b7-8219-94E7FC713DFESEC4.ver
  8253	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/NvmExpressBlockIo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NvmExpressDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/./NvmExpressBlockIo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/NvmExpressDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressBlockIo.c
  8254	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe'
  8255	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/MnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG/AutoGen.c
  8256	GenSec -s EFI_SECTION_USER_INTERFACE -n PartitionDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609PartitionDxe/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609SEC3.ui
  8257	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83EUsbMassStorageDxe/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83ESEC4.ver
  8258	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/Terminal.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TerminalDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/./Terminal.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/TerminalDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
  8259	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.dll
  8260	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 2D2E62CF-9ECF-43b7-8219-94E7FC713DFE -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2D2E62CF-9ECF-43b7-8219-94E7FC713DFEUsbKbDxe/2D2E62CF-9ECF-43b7-8219-94E7FC713DFE.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2D2E62CF-9ECF-43b7-8219-94E7FC713DFEUsbKbDxe/2D2E62CF-9ECF-43b7-8219-94E7FC713DFESEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2D2E62CF-9ECF-43b7-8219-94E7FC713DFEUsbKbDxe/2D2E62CF-9ECF-43b7-8219-94E7FC713DFESEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2D2E62CF-9ECF-43b7-8219-94E7FC713DFEUsbKbDxe/2D2E62CF-9ECF-43b7-8219-94E7FC713DFESEC4.ver
  8261	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe/ComponentName.c
  8262	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EnglishDxe.debug
  8263	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/EnglishDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.dll --zero
  8264	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609PartitionDxe/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609SEC4.ver
  8265	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 9FB4B4A7-42C0-4bcd-8540-9BCC6711F83E -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83EUsbMassStorageDxe/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83E.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83EUsbMassStorageDxe/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83ESEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83EUsbMassStorageDxe/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83ESEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83EUsbMassStorageDxe/9FB4B4A7-42C0-4bcd-8540-9BCC6711F83ESEC4.ver
  8266	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Route.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/./Ip4Route.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Ip4Dxe/Ip4Route.c
  8267	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe'
  8268	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 1FA1F39E-FEFF-4aae-BD7B-38A070A3B609 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609PartitionDxe/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609PartitionDxe/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609PartitionDxe/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609PartitionDxe/1FA1F39E-FEFF-4aae-BD7B-38A070A3B609SEC4.ver
  8269	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/EnglishDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG
  8270	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe'
  8271	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/EnglishDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EnglishDxe.efi
  8272	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT
  8273	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe'
  8274	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Hand/Handle.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Hand/Handle.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand/Handle.c
  8275	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/EnglishDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/EnglishDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600EnglishDxe/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600.map
  8276	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/EnglishDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600EnglishDxe/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/OUTPUT/EnglishDxe.efi
  8277	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_pmeth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_pmeth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_pmeth.c
  8278	GenSec -s EFI_SECTION_USER_INTERFACE -n EnglishDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600EnglishDxe/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600SEC3.ui
  8279	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8280	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8281	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.dll has a LOAD segment with RWX permissions
  8282	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/Fvb.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EmuVariableFvbRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/./Fvb.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/EmuVariableFvbRuntimeDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/Csm/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c
  8283	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Hash.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./Hash.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/Hash.c
  8284	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600EnglishDxe/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600SEC4.ver
  8285	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/MnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/MnpDxe/ComponentName.c
  8286	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.dll
  8287	GenFfs -t EFI_FV_FILETYPE_DRIVER -g CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600EnglishDxe/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600EnglishDxe/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600EnglishDxe/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600EnglishDxe/CD3BAFB6-50FB-4fe8-8E4E-AB74D2C1A600SEC4.ver
  8288	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.debug
  8289	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.dll
  8290	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe'
  8291	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.dll
  8292	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/AcpiTableDxe.debug
  8293	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AcpiTableDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.dll --zero
  8294	"nasm" -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include/ -f elf64 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/X64/S3Asm.obj /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/X64/S3Asm.iii
  8295	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/Ehci.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/./Ehci.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
  8296	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AcpiTableDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG
  8297	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AcpiTableDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/AcpiTableDxe.efi
  8298	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT
  8299	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8300	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8301	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/NullMemoryTestDxe.dll has a LOAD segment with RWX permissions
  8302	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/X64/SetIdtEntry.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootScriptExecutorDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/X64/SetIdtEntry.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/SetIdtEntry.c
  8303	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Dxe.lib
  8304	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Dxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/object_files.lst
  8305	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AcpiTableDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AcpiTableDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9622E42C-8E38-4a08-9E8F-54F784652F6BAcpiTableDxe/9622E42C-8E38-4a08-9E8F-54F784652F6B.map
  8306	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/Setup.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SetupBrowserStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/./Setup.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SetupBrowserDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
  8307	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AcpiTableDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9622E42C-8E38-4a08-9E8F-54F784652F6BAcpiTableDxe/9622E42C-8E38-4a08-9E8F-54F784652F6BSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AcpiTableDxe.depex
  8308	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/Font.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=HiiDatabaseStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/./Font.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe/Font.c
  8309	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/NullMemoryTestDxe.dll
  8310	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Ip4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8311	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/NullMemoryTestDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/NullMemoryTestDxe.debug
  8312	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AcpiTableDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9622E42C-8E38-4a08-9E8F-54F784652F6BAcpiTableDxe/9622E42C-8E38-4a08-9E8F-54F784652F6BSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/OUTPUT/AcpiTableDxe.efi
  8313	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/NullMemoryTestDxe.dll
  8314	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/NullMemoryTestDxe.dll
  8315	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/NullMemoryTestDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NullMemoryTestDxe.debug
  8316	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Info.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./Info.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/Info.c
  8317	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/Dhcp4Io.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Dhcp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/./Dhcp4Io.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Dhcp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Dhcp4Dxe/Dhcp4Io.c
  8318	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/NullMemoryTestDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/NullMemoryTestDxe.dll --zero
  8319	GenSec -s EFI_SECTION_USER_INTERFACE -n AcpiTableDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9622E42C-8E38-4a08-9E8F-54F784652F6BAcpiTableDxe/9622E42C-8E38-4a08-9E8F-54F784652F6BSEC3.ui
  8320	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9622E42C-8E38-4a08-9E8F-54F784652F6BAcpiTableDxe/9622E42C-8E38-4a08-9E8F-54F784652F6BSEC4.ver
  8321	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_prn.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_prn.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_prn.c
  8322	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/NullMemoryTestDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG
  8323	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/NullMemoryTestDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NullMemoryTestDxe.efi
  8324	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT
  8325	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 9622E42C-8E38-4a08-9E8F-54F784652F6B -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9622E42C-8E38-4a08-9E8F-54F784652F6BAcpiTableDxe/9622E42C-8E38-4a08-9E8F-54F784652F6B.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9622E42C-8E38-4a08-9E8F-54F784652F6BAcpiTableDxe/9622E42C-8E38-4a08-9E8F-54F784652F6BSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9622E42C-8E38-4a08-9E8F-54F784652F6BAcpiTableDxe/9622E42C-8E38-4a08-9E8F-54F784652F6BSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9622E42C-8E38-4a08-9E8F-54F784652F6BAcpiTableDxe/9622E42C-8E38-4a08-9E8F-54F784652F6BSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9622E42C-8E38-4a08-9E8F-54F784652F6BAcpiTableDxe/9622E42C-8E38-4a08-9E8F-54F784652F6BSEC4.ver
  8326	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/NullMemoryTestDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/NullMemoryTestDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/96B5C032-DF4C-4b6e-8232-438DCF448D0ENullMemoryTestDxe/96B5C032-DF4C-4b6e-8232-438DCF448D0E.map
  8327	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/MnpConfig.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/./MnpConfig.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/MnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/MnpDxe/MnpConfig.c
  8328	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/TerminalConIn.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TerminalDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/./TerminalConIn.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/TerminalDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c
  8329	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/NullMemoryTestDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/96B5C032-DF4C-4b6e-8232-438DCF448D0ENullMemoryTestDxe/96B5C032-DF4C-4b6e-8232-438DCF448D0ESEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/NullMemoryTestDxe.depex
  8330	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/EmuVariableFvbRuntimeDxe.lib
  8331	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe'
  8332	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/EmuVariableFvbRuntimeDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/object_files.lst
  8333	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/NvmExpressDiskInfo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NvmExpressDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/./NvmExpressDiskInfo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/NvmExpressDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDiskInfo.c
  8334	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/NullMemoryTestDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/96B5C032-DF4C-4b6e-8232-438DCF448D0ENullMemoryTestDxe/96B5C032-DF4C-4b6e-8232-438DCF448D0ESEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/OUTPUT/NullMemoryTestDxe.efi
  8335	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/EmuVariableFvbRuntimeDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/EmuVariableFvbRuntimeDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -z common-page-size=0x1000 -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EmuVariableFvbRuntimeDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8336	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8337	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8338	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.dll has a LOAD segment with RWX permissions
  8339	GenSec -s EFI_SECTION_USER_INTERFACE -n NullMemoryTestDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/96B5C032-DF4C-4b6e-8232-438DCF448D0ENullMemoryTestDxe/96B5C032-DF4C-4b6e-8232-438DCF448D0ESEC3.ui
  8340	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.dll
  8341	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/BootScriptExecutorDxe.lib
  8342	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/BootScriptExecutorDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/object_files.lst
  8343	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/96B5C032-DF4C-4b6e-8232-438DCF448D0ENullMemoryTestDxe/96B5C032-DF4C-4b6e-8232-438DCF448D0ESEC4.ver
  8344	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.debug
  8345	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.dll
  8346	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/BootScriptExecutorDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/BootScriptExecutorDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=BootScriptExecutorDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8347	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_rfc5114.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_rfc5114.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_rfc5114.c
  8348	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 96B5C032-DF4C-4b6e-8232-438DCF448D0E -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/96B5C032-DF4C-4b6e-8232-438DCF448D0ENullMemoryTestDxe/96B5C032-DF4C-4b6e-8232-438DCF448D0E.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/96B5C032-DF4C-4b6e-8232-438DCF448D0ENullMemoryTestDxe/96B5C032-DF4C-4b6e-8232-438DCF448D0ESEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/96B5C032-DF4C-4b6e-8232-438DCF448D0ENullMemoryTestDxe/96B5C032-DF4C-4b6e-8232-438DCF448D0ESEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/96B5C032-DF4C-4b6e-8232-438DCF448D0ENullMemoryTestDxe/96B5C032-DF4C-4b6e-8232-438DCF448D0ESEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/96B5C032-DF4C-4b6e-8232-438DCF448D0ENullMemoryTestDxe/96B5C032-DF4C-4b6e-8232-438DCF448D0ESEC4.ver
  8349	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.dll
  8350	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/DevicePathDxe.debug
  8351	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/DevicePathDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.dll --zero
  8352	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe'
  8353	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Hand/Locate.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Hand/Locate.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand/Locate.c
  8354	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Init.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./Init.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/Init.c
  8355	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/DevicePathDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG
  8356	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/DevicePathDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/DevicePathDxe.efi
  8357	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT
  8358	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/EhciDebug.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/./EhciDebug.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c
  8359	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/DevicePathDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/DevicePathDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B680FCE-AD6B-4F3A-B60B-F59899003443DevicePathDxe/9B680FCE-AD6B-4F3A-B60B-F59899003443.map
  8360	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/DevicePathDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B680FCE-AD6B-4F3A-B60B-F59899003443DevicePathDxe/9B680FCE-AD6B-4F3A-B60B-F59899003443SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/DevicePathDxe.depex
  8361	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/DevicePathDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B680FCE-AD6B-4F3A-B60B-F59899003443DevicePathDxe/9B680FCE-AD6B-4F3A-B60B-F59899003443SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/OUTPUT/DevicePathDxe.efi
  8362	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_rfc7919.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dh/dh_rfc7919.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_rfc7919.c
  8363	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/NvmExpressHci.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NvmExpressDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/./NvmExpressHci.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/NvmExpressDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressHci.c
  8364	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/Dhcp4Option.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Dhcp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/./Dhcp4Option.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Dhcp4Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Dhcp4Dxe/Dhcp4Option.c
  8365	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/HiiDatabaseEntry.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=HiiDatabaseStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/./HiiDatabaseEntry.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseEntry.c
  8366	GenSec -s EFI_SECTION_USER_INTERFACE -n DevicePathDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B680FCE-AD6B-4F3A-B60B-F59899003443DevicePathDxe/9B680FCE-AD6B-4F3A-B60B-F59899003443SEC3.ui
  8367	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B680FCE-AD6B-4F3A-B60B-F59899003443DevicePathDxe/9B680FCE-AD6B-4F3A-B60B-F59899003443SEC4.ver
  8368	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/MnpDriver.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/./MnpDriver.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/MnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/MnpDxe/MnpDriver.c
  8369	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 9B680FCE-AD6B-4F3A-B60B-F59899003443 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B680FCE-AD6B-4F3A-B60B-F59899003443DevicePathDxe/9B680FCE-AD6B-4F3A-B60B-F59899003443.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B680FCE-AD6B-4F3A-B60B-F59899003443DevicePathDxe/9B680FCE-AD6B-4F3A-B60B-F59899003443SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B680FCE-AD6B-4F3A-B60B-F59899003443DevicePathDxe/9B680FCE-AD6B-4F3A-B60B-F59899003443SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B680FCE-AD6B-4F3A-B60B-F59899003443DevicePathDxe/9B680FCE-AD6B-4F3A-B60B-F59899003443SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9B680FCE-AD6B-4F3A-B60B-F59899003443DevicePathDxe/9B680FCE-AD6B-4F3A-B60B-F59899003443SEC4.ver
  8370	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe'
  8371	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Misc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./Misc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/Misc.c
  8372	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/TerminalConOut.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TerminalDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/./TerminalConOut.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/TerminalDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConOut.c
  8373	lto-wrapper: warning: using serial compilation of 2 LTRANS jobs
  8374	lto-wrapper: note: see the ‘-flto’ option documentation for more information
  8375	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/EhciReg.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/./EhciReg.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.c
  8376	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8377	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8378	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.dll has a LOAD segment with RWX permissions
  8379	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: SecPeiExceptionHandlerAsm.obj: missing .note.GNU-stack section implies executable stack
  8380	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8381	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/SecMain.dll has a LOAD segment with RWX permissions
  8382	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dso/dso_dl.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dso/dso_dl.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_dl.c
  8383	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Hand/Notify.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Hand/Notify.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand/Notify.c
  8384	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.dll
  8385	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/SecMain.dll
  8386	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.debug
  8387	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/SecMain.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/SecMain.debug
  8388	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.dll
  8389	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/SecMain.dll
  8390	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.dll
  8391	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/SecMain.dll
  8392	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PlatformDxe.debug
  8393	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/Image.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=HiiDatabaseStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/./Image.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe/Image.c
  8394	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.dll --zero
  8395	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/SecMain.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SecMain.debug
  8396	"GenFw" -e SEC -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/SecMain.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/SecMain.dll --zero
  8397	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/Dhcp4Dxe.lib
  8398	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/Dhcp4Dxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/object_files.lst
  8399	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dso/dso_dlfcn.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dso/dso_dlfcn.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_dlfcn.c
  8400	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/NvmExpressPassthru.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NvmExpressDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/./NvmExpressPassthru.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/NvmExpressDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressPassthru.c
  8401	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG
  8402	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PlatformDxe.efi
  8403	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/SecMain.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG
  8404	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT
  8405	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/SecMain.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SecMain.efi
  8406	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=Dhcp4DxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8407	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT
  8408	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/D9DCC5DF-4007-435E-9098-8970935504B2.map
  8409	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/SecMain.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/SecMain.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/df1ccef6-f301-4a63-9661-fc6030dcc880SecMain/df1ccef6-f301-4a63-9661-fc6030dcc880.map
  8410	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/MnpIo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/./MnpIo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/MnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/MnpDxe/MnpIo.c
  8411	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/D9DCC5DF-4007-435E-9098-8970935504B2SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformDxe.depex
  8412	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/SecMain.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/df1ccef6-f301-4a63-9661-fc6030dcc880SecMain/df1ccef6-f301-4a63-9661-fc6030dcc880SEC1.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain/OUTPUT/SecMain.efi
  8413	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/EhciSched.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/./EhciSched.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c
  8414	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/Vtutf8.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TerminalDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/./Vtutf8.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/TerminalDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/Console/TerminalDxe/Vtutf8.c
  8415	Trim --Vfr-Uni-Offset -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/PlatformDxe.offset --ModuleName=PlatformDxe --DebugDir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/DEBUG
  8416	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/SetupBrowser.lib
  8417	GenSec -s EFI_SECTION_USER_INTERFACE -n SecMain -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/df1ccef6-f301-4a63-9661-fc6030dcc880SecMain/df1ccef6-f301-4a63-9661-fc6030dcc880SEC2.ui
  8418	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/SetupBrowser.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/object_files.lst
  8419	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Open.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./Open.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/Open.c
  8420	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dso/dso_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dso/dso_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_err.c
  8421	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/df1ccef6-f301-4a63-9661-fc6030dcc880SecMain/df1ccef6-f301-4a63-9661-fc6030dcc880SEC3.ver
  8422	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=SetupBrowserStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8423	GenFfs -t EFI_FV_FILETYPE_SECURITY_CORE -g df1ccef6-f301-4a63-9661-fc6030dcc880 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/df1ccef6-f301-4a63-9661-fc6030dcc880SecMain/df1ccef6-f301-4a63-9661-fc6030dcc880.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/df1ccef6-f301-4a63-9661-fc6030dcc880SecMain/df1ccef6-f301-4a63-9661-fc6030dcc880SEC1.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/df1ccef6-f301-4a63-9661-fc6030dcc880SecMain/df1ccef6-f301-4a63-9661-fc6030dcc880SEC2.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/df1ccef6-f301-4a63-9661-fc6030dcc880SecMain/df1ccef6-f301-4a63-9661-fc6030dcc880SEC3.ver
  8424	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Image/Image.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Image/Image.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image/Image.c
  8425	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/Sec/SecMain'
  8426	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dso/dso_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dso/dso_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_lib.c
  8427	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8428	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8429	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/EmuVariableFvbRuntimeDxe.dll has a LOAD segment with RWX permissions
  8430	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/EmuVariableFvbRuntimeDxe.dll
  8431	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/TerminalDxe.lib
  8432	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/TerminalDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/object_files.lst
  8433	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/ImageEx.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=HiiDatabaseStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/./ImageEx.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe/ImageEx.c
  8434	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/EmuVariableFvbRuntimeDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/EmuVariableFvbRuntimeDxe.debug
  8435	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/EmuVariableFvbRuntimeDxe.dll
  8436	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/EmuVariableFvbRuntimeDxe.dll
  8437	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/MnpMain.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/./MnpMain.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/MnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/MnpDxe/MnpMain.c
  8438	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=TerminalDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8439	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/EmuVariableFvbRuntimeDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmuVariableFvbRuntimeDxe.debug
  8440	"GenFw" -e DXE_RUNTIME_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/EmuVariableFvbRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/EmuVariableFvbRuntimeDxe.dll --zero
  8441	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/NvmExpressDxe.lib
  8442	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/NvmExpressDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/object_files.lst
  8443	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/PlatformDxe.offset && GenSec -s EFI_SECTION_RAW -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/PlatformDxeOffset.raw /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/PlatformDxe.offset
  8444	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/OpenVolume.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./OpenVolume.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/OpenVolume.c
  8445	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/EmuVariableFvbRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG
  8446	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/NvmExpressDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/NvmExpressDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=NvmExpressDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8447	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/EmuVariableFvbRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EmuVariableFvbRuntimeDxe.efi
  8448	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dso/dso_openssl.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dso/dso_openssl.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_openssl.c
  8449	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT
  8450	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/D9DCC5DF-4007-435E-9098-8970935504B2SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform/OUTPUT/PlatformDxe.efi
  8451	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/EmuVariableFvbRuntimeDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/EmuVariableFvbRuntimeDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8EmuVariableFvbRuntimeDxe/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8.map
  8452	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/EhciUrb.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/./EhciUrb.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe/EhciUrb.c
  8453	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/EmuVariableFvbRuntimeDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8EmuVariableFvbRuntimeDxe/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/EmuVariableFvbRuntimeDxe.depex
  8454	GenSec -s EFI_SECTION_USER_INTERFACE -n PlatformDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/D9DCC5DF-4007-435E-9098-8970935504B2SEC3.ui
  8455	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/D9DCC5DF-4007-435E-9098-8970935504B2SEC4.ver
  8456	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/EmuVariableFvbRuntimeDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8EmuVariableFvbRuntimeDxe/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/OUTPUT/EmuVariableFvbRuntimeDxe.efi
  8457	GenFfs -t EFI_FV_FILETYPE_DRIVER -g D9DCC5DF-4007-435E-9098-8970935504B2 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/D9DCC5DF-4007-435E-9098-8970935504B2.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/D9DCC5DF-4007-435E-9098-8970935504B2SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/PlatformDxeOffset.raw -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/D9DCC5DF-4007-435E-9098-8970935504B2SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/D9DCC5DF-4007-435E-9098-8970935504B2SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D9DCC5DF-4007-435E-9098-8970935504B2PlatformDxe/D9DCC5DF-4007-435E-9098-8970935504B2SEC4.ver
  8458	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dso/dso_vms.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dso/dso_vms.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_vms.c
  8459	GenSec -s EFI_SECTION_USER_INTERFACE -n EmuVariableFvbRuntimeDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8EmuVariableFvbRuntimeDxe/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8SEC3.ui
  8460	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/PlatformDxe/Platform'
  8461	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8EmuVariableFvbRuntimeDxe/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8SEC4.ver
  8462	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8463	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8464	lto-wrapper: warning: using serial compilation of 2 LTRANS jobs
  8465	lto-wrapper: note: see the ‘-flto’ option documentation for more information
  8466	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.dll has a LOAD segment with RWX permissions
  8467	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/MnpVlan.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/./MnpVlan.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/MnpDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/MnpDxe/MnpVlan.c
  8468	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/ReadWrite.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./ReadWrite.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/ReadWrite.c
  8469	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 22dc2b60-fe40-42ac-b01f-3ab1fad9aad8 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8EmuVariableFvbRuntimeDxe/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8EmuVariableFvbRuntimeDxe/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8EmuVariableFvbRuntimeDxe/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8EmuVariableFvbRuntimeDxe/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8EmuVariableFvbRuntimeDxe/22dc2b60-fe40-42ac-b01f-3ab1fad9aad8SEC4.ver
  8470	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.dll
  8471	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.debug
  8472	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb'
  8473	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.dll
  8474	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/String.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=HiiDatabaseStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/./String.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Universal/HiiDatabaseDxe/String.c
  8475	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.dll
  8476	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8477	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8478	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/UdfDxe.dll has a LOAD segment with RWX permissions
  8479	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EbcDxe.debug
  8480	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/EbcDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.dll --zero
  8481	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dso/dso_win32.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/dso/dso_win32.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_win32.c
  8482	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/UdfDxe.dll
  8483	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/EbcDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG
  8484	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/EbcDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EbcDxe.efi
  8485	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Library/Library.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Library/Library.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library/Library.c
  8486	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/UsbHcMem.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/./UsbHcMem.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Bus/Pci/EhciDxe/UsbHcMem.c
  8487	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT
  8488	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/UdfDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/UdfDxe.debug
  8489	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/UdfDxe.dll
  8490	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/EbcDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/EbcDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7EbcDxe/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7.map
  8491	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/UdfDxe.dll
  8492	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/EbcDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7EbcDxe/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/EbcDxe.depex
  8493	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/UdfDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UdfDxe.debug
  8494	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/UdfDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/UdfDxe.dll --zero
  8495	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/EbcDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7EbcDxe/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe/OUTPUT/EbcDxe.efi
  8496	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/UdfDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG
  8497	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/UdfDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UdfDxe.efi
  8498	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT
  8499	GenSec -s EFI_SECTION_USER_INTERFACE -n EbcDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7EbcDxe/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7SEC3.ui
  8500	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/UdfDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/UdfDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/905f13b0-8f91-4b0a-bd76-e1e78f9422e4UdfDxe/905f13b0-8f91-4b0a-bd76-e1e78f9422e4.map
  8501	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ebcdic.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ebcdic.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ebcdic.c
  8502	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7EbcDxe/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7SEC4.ver
  8503	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/UdfDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/905f13b0-8f91-4b0a-bd76-e1e78f9422e4UdfDxe/905f13b0-8f91-4b0a-bd76-e1e78f9422e4SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/OUTPUT/UdfDxe.efi
  8504	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7EbcDxe/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7EbcDxe/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7EbcDxe/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7EbcDxe/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7EbcDxe/13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7SEC4.ver
  8505	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/UnicodeCollation.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/./UnicodeCollation.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/FatPkg/EnhancedFatDxe/UnicodeCollation.c
  8506	GenSec -s EFI_SECTION_USER_INTERFACE -n UdfDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/905f13b0-8f91-4b0a-bd76-e1e78f9422e4UdfDxe/905f13b0-8f91-4b0a-bd76-e1e78f9422e4SEC3.ui
  8507	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/MnpDxe.lib
  8508	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/MnpDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/object_files.lst
  8509	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/EbcDxe/EbcDxe'
  8510	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/905f13b0-8f91-4b0a-bd76-e1e78f9422e4UdfDxe/905f13b0-8f91-4b0a-bd76-e1e78f9422e4SEC4.ver
  8511	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/err/err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/err/err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/err/err.c
  8512	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG/MnpDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG/MnpDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=MnpDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8513	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Mem/HeapGuard.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Mem/HeapGuard.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem/HeapGuard.c
  8514	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 905f13b0-8f91-4b0a-bd76-e1e78f9422e4 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/905f13b0-8f91-4b0a-bd76-e1e78f9422e4UdfDxe/905f13b0-8f91-4b0a-bd76-e1e78f9422e4.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/905f13b0-8f91-4b0a-bd76-e1e78f9422e4UdfDxe/905f13b0-8f91-4b0a-bd76-e1e78f9422e4SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/905f13b0-8f91-4b0a-bd76-e1e78f9422e4UdfDxe/905f13b0-8f91-4b0a-bd76-e1e78f9422e4SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/905f13b0-8f91-4b0a-bd76-e1e78f9422e4UdfDxe/905f13b0-8f91-4b0a-bd76-e1e78f9422e4SEC4.ver
  8515	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/EhciDxe.lib
  8516	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/EhciDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/object_files.lst
  8517	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe'
  8518	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/HiiDatabase.lib
  8519	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/HiiDatabase.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/object_files.lst
  8520	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=EhciDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8521	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=HiiDatabaseStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8522	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommandhii.lib: missing .note.GNU-stack section implies executable stack
  8523	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8524	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG/LinuxInitrdDynamicShellCommand.dll has a LOAD segment with RWX permissions
  8525	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Fat.lib
  8526	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Fat.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/object_files.lst
  8527	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG/LinuxInitrdDynamicShellCommand.dll
  8528	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG/LinuxInitrdDynamicShellCommand.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG/LinuxInitrdDynamicShellCommand.debug
  8529	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG/LinuxInitrdDynamicShellCommand.dll
  8530	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=FatStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8531	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/err/err_prn.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/err/err_prn.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/err/err_prn.c
  8532	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG/LinuxInitrdDynamicShellCommand.dll
  8533	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG/LinuxInitrdDynamicShellCommand.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/LinuxInitrdDynamicShellCommand.debug
  8534	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommand.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG/LinuxInitrdDynamicShellCommand.dll --zero
  8535	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommand.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG
  8536	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommand.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/LinuxInitrdDynamicShellCommand.efi
  8537	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT
  8538	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommand.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommand.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2f30da26-f51b-4b6f-85c4-31873c281bcaLinuxInitrdDynamicShellCommand/2f30da26-f51b-4b6f-85c4-31873c281bca.map
  8539	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommand.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2f30da26-f51b-4b6f-85c4-31873c281bcaLinuxInitrdDynamicShellCommand/2f30da26-f51b-4b6f-85c4-31873c281bcaSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommand.depex
  8540	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommand.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2f30da26-f51b-4b6f-85c4-31873c281bcaLinuxInitrdDynamicShellCommand/2f30da26-f51b-4b6f-85c4-31873c281bcaSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/OUTPUT/LinuxInitrdDynamicShellCommand.efi
  8541	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/bio_b64.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/bio_b64.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/bio_b64.c
  8542	GenSec -s EFI_SECTION_USER_INTERFACE -n LinuxInitrdDynamicShellCommand -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2f30da26-f51b-4b6f-85c4-31873c281bcaLinuxInitrdDynamicShellCommand/2f30da26-f51b-4b6f-85c4-31873c281bcaSEC3.ui
  8543	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2f30da26-f51b-4b6f-85c4-31873c281bcaLinuxInitrdDynamicShellCommand/2f30da26-f51b-4b6f-85c4-31873c281bcaSEC4.ver
  8544	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8545	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8546	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.dll has a LOAD segment with RWX permissions
  8547	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 2f30da26-f51b-4b6f-85c4-31873c281bca -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2f30da26-f51b-4b6f-85c4-31873c281bcaLinuxInitrdDynamicShellCommand/2f30da26-f51b-4b6f-85c4-31873c281bca.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2f30da26-f51b-4b6f-85c4-31873c281bcaLinuxInitrdDynamicShellCommand/2f30da26-f51b-4b6f-85c4-31873c281bcaSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2f30da26-f51b-4b6f-85c4-31873c281bcaLinuxInitrdDynamicShellCommand/2f30da26-f51b-4b6f-85c4-31873c281bcaSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2f30da26-f51b-4b6f-85c4-31873c281bcaLinuxInitrdDynamicShellCommand/2f30da26-f51b-4b6f-85c4-31873c281bcaSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/2f30da26-f51b-4b6f-85c4-31873c281bcaLinuxInitrdDynamicShellCommand/2f30da26-f51b-4b6f-85c4-31873c281bcaSEC4.ver
  8548	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand'
  8549	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.dll
  8550	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Mem/MemData.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Mem/MemData.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem/MemData.c
  8551	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.debug
  8552	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.dll
  8553	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.dll
  8554	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/bio_enc.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/bio_enc.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/bio_enc.c
  8555	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/VariableRuntimeDxe.debug
  8556	"GenFw" -e DXE_RUNTIME_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.dll --zero
  8557	lto-wrapper: warning: using serial compilation of 2 LTRANS jobs
  8558	lto-wrapper: note: see the ‘-flto’ option documentation for more information
  8559	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG
  8560	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableRuntimeDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/VariableRuntimeDxe.efi
  8561	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT
  8562	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableRuntimeDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableRuntimeDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60VariableRuntimeDxe/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60.map
  8563	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableRuntimeDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60VariableRuntimeDxe/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableRuntimeDxe.depex
  8564	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableRuntimeDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60VariableRuntimeDxe/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/OUTPUT/VariableRuntimeDxe.efi
  8565	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Mem/MemoryProfileRecord.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Mem/MemoryProfileRecord.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem/MemoryProfileRecord.c
  8566	GenSec -s EFI_SECTION_USER_INTERFACE -n VariableRuntimeDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60VariableRuntimeDxe/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60SEC3.ui
  8567	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60VariableRuntimeDxe/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60SEC4.ver
  8568	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8569	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8570	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/UiApp.dll has a LOAD segment with RWX permissions
  8571	GenFfs -t EFI_FV_FILETYPE_DRIVER -g CBD2E4D5-7068-4FF5-B462-9822B4AD8D60 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60VariableRuntimeDxe/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60VariableRuntimeDxe/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60VariableRuntimeDxe/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60VariableRuntimeDxe/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60VariableRuntimeDxe/CBD2E4D5-7068-4FF5-B462-9822B4AD8D60SEC4.ver
  8572	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/bio_md.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/bio_md.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/bio_md.c
  8573	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe'
  8574	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/UiApp.dll
  8575	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/UiApp.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/UiApp.debug
  8576	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/UiApp.dll
  8577	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/UiApp.dll
  8578	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/UiApp.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UiApp.debug
  8579	"GenFw" -e UEFI_APPLICATION -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/UiApp.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/UiApp.dll --zero
  8580	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/bio_ok.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/bio_ok.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/bio_ok.c
  8581	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/UiApp.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG
  8582	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/UiApp.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UiApp.efi
  8583	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT
  8584	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/UiApp.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/UiApp.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/462CAA21-7614-4503-836E-8AB6F4662331UiApp/462CAA21-7614-4503-836E-8AB6F4662331.map
  8585	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/UiApp.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/462CAA21-7614-4503-836E-8AB6F4662331UiApp/462CAA21-7614-4503-836E-8AB6F4662331SEC1.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/OUTPUT/UiApp.efi
  8586	Trim --Vfr-Uni-Offset -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/462CAA21-7614-4503-836E-8AB6F4662331UiApp/UiApp.offset --ModuleName=UiApp --DebugDir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp/DEBUG
  8587	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Mem/Page.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Mem/Page.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem/Page.c
  8588	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/c_allc.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/c_allc.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/c_allc.c
  8589	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/462CAA21-7614-4503-836E-8AB6F4662331UiApp/UiApp.offset && GenSec -s EFI_SECTION_RAW -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/462CAA21-7614-4503-836E-8AB6F4662331UiApp/UiAppOffset.raw /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/462CAA21-7614-4503-836E-8AB6F4662331UiApp/UiApp.offset
  8590	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/c_alld.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/c_alld.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/c_alld.c
  8591	GenSec -s EFI_SECTION_USER_INTERFACE -n UiApp -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/462CAA21-7614-4503-836E-8AB6F4662331UiApp/462CAA21-7614-4503-836E-8AB6F4662331SEC2.ui
  8592	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/462CAA21-7614-4503-836E-8AB6F4662331UiApp/462CAA21-7614-4503-836E-8AB6F4662331SEC3.ver
  8593	GenFfs -t EFI_FV_FILETYPE_APPLICATION -g 462CAA21-7614-4503-836E-8AB6F4662331 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/462CAA21-7614-4503-836E-8AB6F4662331UiApp/462CAA21-7614-4503-836E-8AB6F4662331.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/462CAA21-7614-4503-836E-8AB6F4662331UiApp/462CAA21-7614-4503-836E-8AB6F4662331SEC1.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/462CAA21-7614-4503-836E-8AB6F4662331UiApp/UiAppOffset.raw -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/462CAA21-7614-4503-836E-8AB6F4662331UiApp/462CAA21-7614-4503-836E-8AB6F4662331SEC2.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/462CAA21-7614-4503-836E-8AB6F4662331UiApp/462CAA21-7614-4503-836E-8AB6F4662331SEC3.ver
  8594	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Mem/Pool.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Mem/Pool.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem/Pool.c
  8595	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8596	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8597	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.dll has a LOAD segment with RWX permissions
  8598	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Application/UiApp/UiApp'
  8599	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.dll
  8600	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.debug
  8601	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.dll
  8602	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.dll
  8603	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/TerminalDxe.debug
  8604	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/TerminalDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.dll --zero
  8605	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/cmeth_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/cmeth_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/cmeth_lib.c
  8606	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/TerminalDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG
  8607	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8608	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8609	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.dll has a LOAD segment with RWX permissions
  8610	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/TerminalDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/TerminalDxe.efi
  8611	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT
  8612	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/TerminalDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/TerminalDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9E863906-A40F-4875-977F-5B93FF237FC6TerminalDxe/9E863906-A40F-4875-977F-5B93FF237FC6.map
  8613	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/TerminalDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9E863906-A40F-4875-977F-5B93FF237FC6TerminalDxe/9E863906-A40F-4875-977F-5B93FF237FC6SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/OUTPUT/TerminalDxe.efi
  8614	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.dll
  8615	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.debug
  8616	GenSec -s EFI_SECTION_USER_INTERFACE -n TerminalDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9E863906-A40F-4875-977F-5B93FF237FC6TerminalDxe/9E863906-A40F-4875-977F-5B93FF237FC6SEC3.ui
  8617	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.dll
  8618	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.dll
  8619	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9E863906-A40F-4875-977F-5B93FF237FC6TerminalDxe/9E863906-A40F-4875-977F-5B93FF237FC6SEC4.ver
  8620	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Dhcp4Dxe.debug
  8621	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/Dhcp4Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.dll --zero
  8622	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 9E863906-A40F-4875-977F-5B93FF237FC6 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9E863906-A40F-4875-977F-5B93FF237FC6TerminalDxe/9E863906-A40F-4875-977F-5B93FF237FC6.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9E863906-A40F-4875-977F-5B93FF237FC6TerminalDxe/9E863906-A40F-4875-977F-5B93FF237FC6SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9E863906-A40F-4875-977F-5B93FF237FC6TerminalDxe/9E863906-A40F-4875-977F-5B93FF237FC6SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9E863906-A40F-4875-977F-5B93FF237FC6TerminalDxe/9E863906-A40F-4875-977F-5B93FF237FC6SEC4.ver
  8623	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/Dhcp4Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG
  8624	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/Dhcp4Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Dhcp4Dxe.efi
  8625	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT
  8626	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe'
  8627	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/Dhcp4Dxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/Dhcp4Dxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/94734718-0BBC-47fb-96A5-EE7A5AE6A2ADDhcp4Dxe/94734718-0BBC-47fb-96A5-EE7A5AE6A2AD.map
  8628	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/digest.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/digest.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/digest.c
  8629	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/Dhcp4Dxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/94734718-0BBC-47fb-96A5-EE7A5AE6A2ADDhcp4Dxe/94734718-0BBC-47fb-96A5-EE7A5AE6A2ADSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/OUTPUT/Dhcp4Dxe.efi
  8630	GenSec -s EFI_SECTION_USER_INTERFACE -n Dhcp4Dxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/94734718-0BBC-47fb-96A5-EE7A5AE6A2ADDhcp4Dxe/94734718-0BBC-47fb-96A5-EE7A5AE6A2ADSEC3.ui
  8631	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Misc/DebugImageInfo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Misc/DebugImageInfo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc/DebugImageInfo.c
  8632	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/94734718-0BBC-47fb-96A5-EE7A5AE6A2ADDhcp4Dxe/94734718-0BBC-47fb-96A5-EE7A5AE6A2ADSEC4.ver
  8633	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 94734718-0BBC-47fb-96A5-EE7A5AE6A2AD -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/94734718-0BBC-47fb-96A5-EE7A5AE6A2ADDhcp4Dxe/94734718-0BBC-47fb-96A5-EE7A5AE6A2AD.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/94734718-0BBC-47fb-96A5-EE7A5AE6A2ADDhcp4Dxe/94734718-0BBC-47fb-96A5-EE7A5AE6A2ADSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/94734718-0BBC-47fb-96A5-EE7A5AE6A2ADDhcp4Dxe/94734718-0BBC-47fb-96A5-EE7A5AE6A2ADSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/94734718-0BBC-47fb-96A5-EE7A5AE6A2ADDhcp4Dxe/94734718-0BBC-47fb-96A5-EE7A5AE6A2ADSEC4.ver
  8634	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: ExceptionHandlerAsm.obj: missing .note.GNU-stack section implies executable stack
  8635	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8636	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/DxeCpuExceptionHandlerLib.lib(ExceptionHandlerAsm.obj): warning: relocation in read-only section `.text'
  8637	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/BootScriptExecutorDxe.dll has a LOAD segment with RWX permissions
  8638	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: creating DT_TEXTREL in a PIE
  8639	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe'
  8640	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/BootScriptExecutorDxe.dll
  8641	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/BootScriptExecutorDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/BootScriptExecutorDxe.debug
  8642	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/BootScriptExecutorDxe.dll
  8643	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_aes.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_aes.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_aes.c
  8644	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/BootScriptExecutorDxe.dll
  8645	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8646	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8647	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/BootScriptExecutorDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/BootScriptExecutorDxe.debug
  8648	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.dll has a LOAD segment with RWX permissions
  8649	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/BootScriptExecutorDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/BootScriptExecutorDxe.dll --zero
  8650	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8651	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8652	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG/TcpDxe.dll has a LOAD segment with RWX permissions
  8653	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8654	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8655	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/NvmExpressDxe.dll has a LOAD segment with RWX permissions
  8656	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.dll
  8657	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/BootScriptExecutorDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG
  8658	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG/TcpDxe.dll
  8659	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/BootScriptExecutorDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/BootScriptExecutorDxe.efi
  8660	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/NvmExpressDxe.dll
  8661	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT
  8662	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.debug
  8663	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.dll
  8664	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/BootScriptExecutorDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/BootScriptExecutorDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FA20568B-548B-4b2b-81EF-1BA08D4A3CECBootScriptExecutorDxe/FA20568B-548B-4b2b-81EF-1BA08D4A3CEC.map
  8665	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.dll
  8666	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/NvmExpressDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/NvmExpressDxe.debug
  8667	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG/TcpDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG/TcpDxe.debug
  8668	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/NvmExpressDxe.dll
  8669	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EhciDxe.debug
  8670	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/BootScriptExecutorDxe.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FA20568B-548B-4b2b-81EF-1BA08D4A3CECBootScriptExecutorDxe/FA20568B-548B-4b2b-81EF-1BA08D4A3CECSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/BootScriptExecutorDxe.depex
  8671	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG/TcpDxe.dll
  8672	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/EhciDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.dll --zero
  8673	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Misc/InstallConfigurationTable.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Misc/InstallConfigurationTable.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc/InstallConfigurationTable.c
  8674	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/NvmExpressDxe.dll
  8675	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG/TcpDxe.dll
  8676	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/NvmExpressDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NvmExpressDxe.debug
  8677	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/EhciDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG
  8678	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/NvmExpressDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/NvmExpressDxe.dll --zero
  8679	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG/TcpDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/TcpDxe.debug
  8680	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/EhciDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/EhciDxe.efi
  8681	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG/TcpDxe.dll --zero
  8682	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT
  8683	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/BootScriptExecutorDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FA20568B-548B-4b2b-81EF-1BA08D4A3CECBootScriptExecutorDxe/FA20568B-548B-4b2b-81EF-1BA08D4A3CECSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/OUTPUT/BootScriptExecutorDxe.efi
  8684	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/EhciDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/EhciDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDFE430E-8F2A-4db0-9991-6F856594777EEhciDxe/BDFE430E-8F2A-4db0-9991-6F856594777E.map
  8685	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/EhciDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDFE430E-8F2A-4db0-9991-6F856594777EEhciDxe/BDFE430E-8F2A-4db0-9991-6F856594777ESEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/OUTPUT/EhciDxe.efi
  8686	GenSec -s EFI_SECTION_USER_INTERFACE -n BootScriptExecutorDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FA20568B-548B-4b2b-81EF-1BA08D4A3CECBootScriptExecutorDxe/FA20568B-548B-4b2b-81EF-1BA08D4A3CECSEC3.ui
  8687	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/NvmExpressDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG
  8688	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/NvmExpressDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NvmExpressDxe.efi
  8689	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT
  8690	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG
  8691	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/TcpDxe.efi
  8692	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/NvmExpressDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/NvmExpressDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3NvmExpressDxe/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3.map
  8693	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FA20568B-548B-4b2b-81EF-1BA08D4A3CECBootScriptExecutorDxe/FA20568B-548B-4b2b-81EF-1BA08D4A3CECSEC4.ver
  8694	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT
  8695	GenSec -s EFI_SECTION_USER_INTERFACE -n EhciDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDFE430E-8F2A-4db0-9991-6F856594777EEhciDxe/BDFE430E-8F2A-4db0-9991-6F856594777ESEC3.ui
  8696	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/NvmExpressDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3NvmExpressDxe/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/OUTPUT/NvmExpressDxe.efi
  8697	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A7E4468-2F55-4a56-903C-01265EB7622BTcpDxe/1A7E4468-2F55-4a56-903C-01265EB7622B.map
  8698	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8699	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8700	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.dll has a LOAD segment with RWX permissions
  8701	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A7E4468-2F55-4a56-903C-01265EB7622BTcpDxe/1A7E4468-2F55-4a56-903C-01265EB7622BSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe/OUTPUT/TcpDxe.efi
  8702	GenFfs -t EFI_FV_FILETYPE_DRIVER -g FA20568B-548B-4b2b-81EF-1BA08D4A3CEC -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FA20568B-548B-4b2b-81EF-1BA08D4A3CECBootScriptExecutorDxe/FA20568B-548B-4b2b-81EF-1BA08D4A3CEC.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FA20568B-548B-4b2b-81EF-1BA08D4A3CECBootScriptExecutorDxe/FA20568B-548B-4b2b-81EF-1BA08D4A3CECSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FA20568B-548B-4b2b-81EF-1BA08D4A3CECBootScriptExecutorDxe/FA20568B-548B-4b2b-81EF-1BA08D4A3CECSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FA20568B-548B-4b2b-81EF-1BA08D4A3CECBootScriptExecutorDxe/FA20568B-548B-4b2b-81EF-1BA08D4A3CECSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/FA20568B-548B-4b2b-81EF-1BA08D4A3CECBootScriptExecutorDxe/FA20568B-548B-4b2b-81EF-1BA08D4A3CECSEC4.ver
  8703	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDFE430E-8F2A-4db0-9991-6F856594777EEhciDxe/BDFE430E-8F2A-4db0-9991-6F856594777ESEC4.ver
  8704	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_aes_cbc_hmac_sha1.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_aes_cbc_hmac_sha1.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
  8705	GenSec -s EFI_SECTION_USER_INTERFACE -n NvmExpressDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3NvmExpressDxe/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3SEC3.ui
  8706	GenSec -s EFI_SECTION_USER_INTERFACE -n TcpDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A7E4468-2F55-4a56-903C-01265EB7622BTcpDxe/1A7E4468-2F55-4a56-903C-01265EB7622BSEC3.ui
  8707	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.dll
  8708	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe'
  8709	GenFfs -t EFI_FV_FILETYPE_DRIVER -g BDFE430E-8F2A-4db0-9991-6F856594777E -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDFE430E-8F2A-4db0-9991-6F856594777EEhciDxe/BDFE430E-8F2A-4db0-9991-6F856594777E.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDFE430E-8F2A-4db0-9991-6F856594777EEhciDxe/BDFE430E-8F2A-4db0-9991-6F856594777ESEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDFE430E-8F2A-4db0-9991-6F856594777EEhciDxe/BDFE430E-8F2A-4db0-9991-6F856594777ESEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/BDFE430E-8F2A-4db0-9991-6F856594777EEhciDxe/BDFE430E-8F2A-4db0-9991-6F856594777ESEC4.ver
  8710	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.debug
  8711	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A7E4468-2F55-4a56-903C-01265EB7622BTcpDxe/1A7E4468-2F55-4a56-903C-01265EB7622BSEC4.ver
  8712	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3NvmExpressDxe/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3SEC4.ver
  8713	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.dll
  8714	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe'
  8715	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.dll
  8716	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 1A7E4468-2F55-4a56-903C-01265EB7622B -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A7E4468-2F55-4a56-903C-01265EB7622BTcpDxe/1A7E4468-2F55-4a56-903C-01265EB7622B.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A7E4468-2F55-4a56-903C-01265EB7622BTcpDxe/1A7E4468-2F55-4a56-903C-01265EB7622BSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A7E4468-2F55-4a56-903C-01265EB7622BTcpDxe/1A7E4468-2F55-4a56-903C-01265EB7622BSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/1A7E4468-2F55-4a56-903C-01265EB7622BTcpDxe/1A7E4468-2F55-4a56-903C-01265EB7622BSEC4.ver
  8717	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PciBusDxe.debug
  8718	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3NvmExpressDxe/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3NvmExpressDxe/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3NvmExpressDxe/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3NvmExpressDxe/5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3SEC4.ver
  8719	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.dll --zero
  8720	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Misc/MemoryAttributesTable.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Misc/MemoryAttributesTable.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc/MemoryAttributesTable.c
  8721	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/TcpDxe/TcpDxe'
  8722	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe'
  8723	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG
  8724	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciBusDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/PciBusDxe.efi
  8725	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT
  8726	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciBusDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciBusDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/93B80004-9FB3-11d4-9A3A-0090273FC14DPciBusDxe/93B80004-9FB3-11d4-9A3A-0090273FC14D.map
  8727	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciBusDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/93B80004-9FB3-11d4-9A3A-0090273FC14DPciBusDxe/93B80004-9FB3-11d4-9A3A-0090273FC14DSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/OUTPUT/PciBusDxe.efi
  8728	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_aes_cbc_hmac_sha256.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_aes_cbc_hmac_sha256.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
  8729	GenSec -s EFI_SECTION_USER_INTERFACE -n PciBusDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/93B80004-9FB3-11d4-9A3A-0090273FC14DPciBusDxe/93B80004-9FB3-11d4-9A3A-0090273FC14DSEC3.ui
  8730	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/93B80004-9FB3-11d4-9A3A-0090273FC14DPciBusDxe/93B80004-9FB3-11d4-9A3A-0090273FC14DSEC4.ver
  8731	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 93B80004-9FB3-11d4-9A3A-0090273FC14D -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/93B80004-9FB3-11d4-9A3A-0090273FC14DPciBusDxe/93B80004-9FB3-11d4-9A3A-0090273FC14D.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/93B80004-9FB3-11d4-9A3A-0090273FC14DPciBusDxe/93B80004-9FB3-11d4-9A3A-0090273FC14DSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/93B80004-9FB3-11d4-9A3A-0090273FC14DPciBusDxe/93B80004-9FB3-11d4-9A3A-0090273FC14DSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/93B80004-9FB3-11d4-9A3A-0090273FC14DPciBusDxe/93B80004-9FB3-11d4-9A3A-0090273FC14DSEC4.ver
  8732	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8733	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8734	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG/MnpDxe.dll has a LOAD segment with RWX permissions
  8735	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe'
  8736	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG/MnpDxe.dll
  8737	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_aria.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_aria.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_aria.c
  8738	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG/MnpDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG/MnpDxe.debug
  8739	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG/MnpDxe.dll
  8740	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG/MnpDxe.dll
  8741	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG/MnpDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MnpDxe.debug
  8742	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/MnpDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG/MnpDxe.dll --zero
  8743	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/MnpDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG
  8744	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/MnpDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MnpDxe.efi
  8745	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT
  8746	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8747	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8748	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.dll has a LOAD segment with RWX permissions
  8749	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/MnpDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/MnpDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4AMnpDxe/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4A.map
  8750	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Misc/MemoryProtection.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Misc/MemoryProtection.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c
  8751	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/MnpDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4AMnpDxe/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4ASEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe/OUTPUT/MnpDxe.efi
  8752	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.dll
  8753	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.debug
  8754	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.dll
  8755	GenSec -s EFI_SECTION_USER_INTERFACE -n MnpDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4AMnpDxe/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4ASEC3.ui
  8756	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.dll
  8757	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Fat.debug
  8758	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4AMnpDxe/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4ASEC4.ver
  8759	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Fat.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.dll --zero
  8760	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4A -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4AMnpDxe/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4A.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4AMnpDxe/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4ASEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4AMnpDxe/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4ASEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4AMnpDxe/025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4ASEC4.ver
  8761	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Fat.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG
  8762	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Fat.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Fat.efi
  8763	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT
  8764	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/MnpDxe/MnpDxe'
  8765	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8766	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8767	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxeBcDxe.dll has a LOAD segment with RWX permissions
  8768	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Fat.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Fat.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/961578FE-B6B7-44c3-AF35-6BC705CD2B1FFat/961578FE-B6B7-44c3-AF35-6BC705CD2B1F.map
  8769	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Fat.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/961578FE-B6B7-44c3-AF35-6BC705CD2B1FFat/961578FE-B6B7-44c3-AF35-6BC705CD2B1FSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat/OUTPUT/Fat.efi
  8770	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_bf.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_bf.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_bf.c
  8771	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxeBcDxe.dll
  8772	GenSec -s EFI_SECTION_USER_INTERFACE -n Fat -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/961578FE-B6B7-44c3-AF35-6BC705CD2B1FFat/961578FE-B6B7-44c3-AF35-6BC705CD2B1FSEC3.ui
  8773	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/961578FE-B6B7-44c3-AF35-6BC705CD2B1FFat/961578FE-B6B7-44c3-AF35-6BC705CD2B1FSEC4.ver
  8774	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxeBcDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxeBcDxe.debug
  8775	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxeBcDxe.dll
  8776	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxeBcDxe.dll
  8777	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 961578FE-B6B7-44c3-AF35-6BC705CD2B1F -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/961578FE-B6B7-44c3-AF35-6BC705CD2B1FFat/961578FE-B6B7-44c3-AF35-6BC705CD2B1F.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/961578FE-B6B7-44c3-AF35-6BC705CD2B1FFat/961578FE-B6B7-44c3-AF35-6BC705CD2B1FSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/961578FE-B6B7-44c3-AF35-6BC705CD2B1FFat/961578FE-B6B7-44c3-AF35-6BC705CD2B1FSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/961578FE-B6B7-44c3-AF35-6BC705CD2B1FFat/961578FE-B6B7-44c3-AF35-6BC705CD2B1FSEC4.ver
  8778	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxeBcDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiPxeBcDxe.debug
  8779	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/UefiPxeBcDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxeBcDxe.dll --zero
  8780	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/FatPkg/EnhancedFatDxe/Fat'
  8781	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/UefiPxeBcDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG
  8782	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_camellia.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_camellia.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_camellia.c
  8783	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/UefiPxeBcDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiPxeBcDxe.efi
  8784	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT
  8785	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/UefiPxeBcDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/UefiPxeBcDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B95E9FDA-26DE-48d2-8807-1F9107AC5E3AUefiPxeBcDxe/B95E9FDA-26DE-48d2-8807-1F9107AC5E3A.map
  8786	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/UefiPxeBcDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B95E9FDA-26DE-48d2-8807-1F9107AC5E3AUefiPxeBcDxe/B95E9FDA-26DE-48d2-8807-1F9107AC5E3ASEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/OUTPUT/UefiPxeBcDxe.efi
  8787	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Misc/SetWatchdogTimer.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Misc/SetWatchdogTimer.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc/SetWatchdogTimer.c
  8788	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_cast.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_cast.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_cast.c
  8789	GenSec -s EFI_SECTION_USER_INTERFACE -n UefiPxeBcDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B95E9FDA-26DE-48d2-8807-1F9107AC5E3AUefiPxeBcDxe/B95E9FDA-26DE-48d2-8807-1F9107AC5E3ASEC3.ui
  8790	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B95E9FDA-26DE-48d2-8807-1F9107AC5E3AUefiPxeBcDxe/B95E9FDA-26DE-48d2-8807-1F9107AC5E3ASEC4.ver
  8791	GenFfs -t EFI_FV_FILETYPE_DRIVER -g B95E9FDA-26DE-48d2-8807-1F9107AC5E3A -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B95E9FDA-26DE-48d2-8807-1F9107AC5E3AUefiPxeBcDxe/B95E9FDA-26DE-48d2-8807-1F9107AC5E3A.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B95E9FDA-26DE-48d2-8807-1F9107AC5E3AUefiPxeBcDxe/B95E9FDA-26DE-48d2-8807-1F9107AC5E3ASEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B95E9FDA-26DE-48d2-8807-1F9107AC5E3AUefiPxeBcDxe/B95E9FDA-26DE-48d2-8807-1F9107AC5E3ASEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/B95E9FDA-26DE-48d2-8807-1F9107AC5E3AUefiPxeBcDxe/B95E9FDA-26DE-48d2-8807-1F9107AC5E3ASEC4.ver
  8792	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe'
  8793	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_chacha20_poly1305.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_chacha20_poly1305.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_chacha20_poly1305.c
  8794	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Misc/Stall.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/Misc/Stall.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc/Stall.c
  8795	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_des.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_des.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_des.c
  8796	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_des3.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_des3.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_des3.c
  8797	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/SectionExtraction/CoreSectionExtraction.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/SectionExtraction/CoreSectionExtraction.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/DxeMain -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Dispatcher -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Event -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVol -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/FwVolBlock -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Mem -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Gcd -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Hand -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Library -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Misc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/Image -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c
  8798	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_idea.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_idea.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_idea.c
  8799	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_null.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_null.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_null.c
  8800	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/DxeCore.lib
  8801	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/DxeCore.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/object_files.lst
  8802	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_old.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_old.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_old.c
  8803	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8804	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8805	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.dll has a LOAD segment with RWX permissions
  8806	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=DxeCoreStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  8807	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.dll
  8808	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_rc2.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_rc2.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_rc2.c
  8809	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.debug
  8810	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.dll
  8811	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.dll
  8812	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Ip4Dxe.debug
  8813	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.dll --zero
  8814	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG
  8815	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Dxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Ip4Dxe.efi
  8816	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT
  8817	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_rc4.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_rc4.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_rc4.c
  8818	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Dxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Dxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB1A1F3-3B71-4324-B39A-745CBB015FFFIp4Dxe/9FB1A1F3-3B71-4324-B39A-745CBB015FFF.map
  8819	Trim --Vfr-Uni-Offset -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB1A1F3-3B71-4324-B39A-745CBB015FFFIp4Dxe/Ip4Dxe.offset --ModuleName=Ip4Dxe --DebugDir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG
  8820	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_rc4_hmac_md5.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_rc4_hmac_md5.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_rc4_hmac_md5.c
  8821	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_rc5.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_rc5.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_rc5.c
  8822	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB1A1F3-3B71-4324-B39A-745CBB015FFFIp4Dxe/Ip4Dxe.offset && GenSec -s EFI_SECTION_RAW -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB1A1F3-3B71-4324-B39A-745CBB015FFFIp4Dxe/Ip4DxeOffset.raw /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB1A1F3-3B71-4324-B39A-745CBB015FFFIp4Dxe/Ip4Dxe.offset
  8823	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Dxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB1A1F3-3B71-4324-B39A-745CBB015FFFIp4Dxe/9FB1A1F3-3B71-4324-B39A-745CBB015FFFSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe/OUTPUT/Ip4Dxe.efi
  8824	GenSec -s EFI_SECTION_USER_INTERFACE -n Ip4Dxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB1A1F3-3B71-4324-B39A-745CBB015FFFIp4Dxe/9FB1A1F3-3B71-4324-B39A-745CBB015FFFSEC3.ui
  8825	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB1A1F3-3B71-4324-B39A-745CBB015FFFIp4Dxe/9FB1A1F3-3B71-4324-B39A-745CBB015FFFSEC4.ver
  8826	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_seed.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_seed.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_seed.c
  8827	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 9FB1A1F3-3B71-4324-B39A-745CBB015FFF -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB1A1F3-3B71-4324-B39A-745CBB015FFFIp4Dxe/9FB1A1F3-3B71-4324-B39A-745CBB015FFF.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB1A1F3-3B71-4324-B39A-745CBB015FFFIp4Dxe/Ip4DxeOffset.raw -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB1A1F3-3B71-4324-B39A-745CBB015FFFIp4Dxe/9FB1A1F3-3B71-4324-B39A-745CBB015FFFSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB1A1F3-3B71-4324-B39A-745CBB015FFFIp4Dxe/9FB1A1F3-3B71-4324-B39A-745CBB015FFFSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/9FB1A1F3-3B71-4324-B39A-745CBB015FFFIp4Dxe/9FB1A1F3-3B71-4324-B39A-745CBB015FFFSEC4.ver
  8828	lto-wrapper: warning: using serial compilation of 2 LTRANS jobs
  8829	lto-wrapper: note: see the ‘-flto’ option documentation for more information
  8830	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/Ip4Dxe/Ip4Dxe'
  8831	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_sm4.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_sm4.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_sm4.c
  8832	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_xcbc_d.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/e_xcbc_d.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_xcbc_d.c
  8833	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/encode.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/encode.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/encode.c
  8834	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8835	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8836	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.dll has a LOAD segment with RWX permissions
  8837	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/evp_cnf.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/evp_cnf.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_cnf.c
  8838	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.dll
  8839	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.debug
  8840	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.dll
  8841	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.dll
  8842	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SetupBrowser.debug
  8843	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/SetupBrowser.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.dll --zero
  8844	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/SetupBrowser.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG
  8845	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/SetupBrowser.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/SetupBrowser.efi
  8846	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT
  8847	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/SetupBrowser.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/SetupBrowser.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBf342FE-B1D3-4EF8-957C-8048606FF671SetupBrowser/EBf342FE-B1D3-4EF8-957C-8048606FF671.map
  8848	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/SetupBrowser.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBf342FE-B1D3-4EF8-957C-8048606FF671SetupBrowser/EBf342FE-B1D3-4EF8-957C-8048606FF671SEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/SetupBrowser.depex
  8849	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/evp_enc.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/evp_enc.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_enc.c
  8850	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/SetupBrowser.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBf342FE-B1D3-4EF8-957C-8048606FF671SetupBrowser/EBf342FE-B1D3-4EF8-957C-8048606FF671SEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/OUTPUT/SetupBrowser.efi
  8851	GenSec -s EFI_SECTION_USER_INTERFACE -n SetupBrowser -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBf342FE-B1D3-4EF8-957C-8048606FF671SetupBrowser/EBf342FE-B1D3-4EF8-957C-8048606FF671SEC3.ui
  8852	GenSec -s EFI_SECTION_VERSION -n 2.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBf342FE-B1D3-4EF8-957C-8048606FF671SetupBrowser/EBf342FE-B1D3-4EF8-957C-8048606FF671SEC4.ver
  8853	GenFfs -t EFI_FV_FILETYPE_DRIVER -g EBf342FE-B1D3-4EF8-957C-8048606FF671 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBf342FE-B1D3-4EF8-957C-8048606FF671SetupBrowser/EBf342FE-B1D3-4EF8-957C-8048606FF671.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBf342FE-B1D3-4EF8-957C-8048606FF671SetupBrowser/EBf342FE-B1D3-4EF8-957C-8048606FF671SEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBf342FE-B1D3-4EF8-957C-8048606FF671SetupBrowser/EBf342FE-B1D3-4EF8-957C-8048606FF671SEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBf342FE-B1D3-4EF8-957C-8048606FF671SetupBrowser/EBf342FE-B1D3-4EF8-957C-8048606FF671SEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/EBf342FE-B1D3-4EF8-957C-8048606FF671SetupBrowser/EBf342FE-B1D3-4EF8-957C-8048606FF671SEC4.ver
  8854	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe'
  8855	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/evp_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/evp_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_err.c
  8856	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/evp_key.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/evp_key.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_key.c
  8857	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/evp_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/evp_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_lib.c
  8858	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8859	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8860	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.dll has a LOAD segment with RWX permissions
  8861	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.dll
  8862	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.debug
  8863	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.dll
  8864	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.dll
  8865	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/HiiDatabase.debug
  8866	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/evp_pbe.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/evp_pbe.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_pbe.c
  8867	"GenFw" -e DXE_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/HiiDatabase.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.dll --zero
  8868	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/HiiDatabase.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG
  8869	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/HiiDatabase.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/HiiDatabase.efi
  8870	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT
  8871	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/HiiDatabase.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/HiiDatabase.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/348C4D62-BFBD-4882-9ECE-C80BB1C4783BHiiDatabase/348C4D62-BFBD-4882-9ECE-C80BB1C4783B.map
  8872	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/HiiDatabase.depex && GenSec -s EFI_SECTION_DXE_DEPEX -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/348C4D62-BFBD-4882-9ECE-C80BB1C4783BHiiDatabase/348C4D62-BFBD-4882-9ECE-C80BB1C4783BSEC1.1.dpx /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/HiiDatabase.depex
  8873	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/HiiDatabase.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/348C4D62-BFBD-4882-9ECE-C80BB1C4783BHiiDatabase/348C4D62-BFBD-4882-9ECE-C80BB1C4783BSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/OUTPUT/HiiDatabase.efi
  8874	GenSec -s EFI_SECTION_USER_INTERFACE -n HiiDatabase -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/348C4D62-BFBD-4882-9ECE-C80BB1C4783BHiiDatabase/348C4D62-BFBD-4882-9ECE-C80BB1C4783BSEC3.ui
  8875	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/348C4D62-BFBD-4882-9ECE-C80BB1C4783BHiiDatabase/348C4D62-BFBD-4882-9ECE-C80BB1C4783BSEC4.ver
  8876	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/evp_pkey.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/evp_pkey.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_pkey.c
  8877	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 348C4D62-BFBD-4882-9ECE-C80BB1C4783B -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/348C4D62-BFBD-4882-9ECE-C80BB1C4783BHiiDatabase/348C4D62-BFBD-4882-9ECE-C80BB1C4783B.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/348C4D62-BFBD-4882-9ECE-C80BB1C4783BHiiDatabase/348C4D62-BFBD-4882-9ECE-C80BB1C4783BSEC1.1.dpx -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/348C4D62-BFBD-4882-9ECE-C80BB1C4783BHiiDatabase/348C4D62-BFBD-4882-9ECE-C80BB1C4783BSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/348C4D62-BFBD-4882-9ECE-C80BB1C4783BHiiDatabase/348C4D62-BFBD-4882-9ECE-C80BB1C4783BSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/348C4D62-BFBD-4882-9ECE-C80BB1C4783BHiiDatabase/348C4D62-BFBD-4882-9ECE-C80BB1C4783BSEC4.ver
  8878	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe'
  8879	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_md2.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_md2.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/m_md2.c
  8880	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_md4.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_md4.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/m_md4.c
  8881	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_md5.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_md5.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/m_md5.c
  8882	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_md5_sha1.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_md5_sha1.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/m_md5_sha1.c
  8883	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_mdc2.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_mdc2.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/m_mdc2.c
  8884	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_null.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_null.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/m_null.c
  8885	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_ripemd.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_ripemd.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/m_ripemd.c
  8886	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_sha1.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_sha1.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/m_sha1.c
  8887	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_sha3.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_sha3.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/m_sha3.c
  8888	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_sigver.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_sigver.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/m_sigver.c
  8889	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_wp.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/m_wp.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/m_wp.c
  8890	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/names.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/names.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/names.c
  8891	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p5_crpt.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p5_crpt.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p5_crpt.c
  8892	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p5_crpt2.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p5_crpt2.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p5_crpt2.c
  8893	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p_dec.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p_dec.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_dec.c
  8894	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p_enc.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p_enc.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_enc.c
  8895	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_lib.c
  8896	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p_open.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p_open.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_open.c
  8897	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p_seal.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p_seal.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_seal.c
  8898	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p_sign.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p_sign.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_sign.c
  8899	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p_verify.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/p_verify.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_verify.c
  8900	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/pbe_scrypt.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/pbe_scrypt.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/pbe_scrypt.c
  8901	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/pmeth_fn.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/pmeth_fn.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/pmeth_fn.c
  8902	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/pmeth_gn.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/pmeth_gn.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/pmeth_gn.c
  8903	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/pmeth_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/evp/pmeth_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/pmeth_lib.c
  8904	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ex_data.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ex_data.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ex_data.c
  8905	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/getenv.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/getenv.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/getenv.c
  8906	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/hmac/hm_ameth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/hmac/hm_ameth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/hmac/hm_ameth.c
  8907	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/hmac/hm_pmeth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/hmac/hm_pmeth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/hmac/hm_pmeth.c
  8908	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: ExceptionHandlerAsm.obj: missing .note.GNU-stack section implies executable stack
  8909	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8910	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/DxeCpuExceptionHandlerLib.lib(ExceptionHandlerAsm.obj): warning: relocation in read-only section `.text'
  8911	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll has a LOAD segment with RWX permissions
  8912	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: creating DT_TEXTREL in a PIE
  8913	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/hmac/hmac.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/hmac/hmac.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/hmac/hmac.c
  8914	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
  8915	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.debug
  8916	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
  8917	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
  8918	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/DxeCore.debug
  8919	"GenFw" -e DXE_CORE -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/DxeCore.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll --zero
  8920	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/DxeCore.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG
  8921	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/DxeCore.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/DxeCore.efi
  8922	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT
  8923	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/DxeCore.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/DxeCore.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D6A2CB7F-6A18-4e2f-B43B-9920A733700ADxeCore/D6A2CB7F-6A18-4e2f-B43B-9920A733700A.map
  8924	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/init.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/init.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/init.c
  8925	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/DxeCore.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D6A2CB7F-6A18-4e2f-B43B-9920A733700ADxeCore/D6A2CB7F-6A18-4e2f-B43B-9920A733700ASEC1.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain/OUTPUT/DxeCore.efi
  8926	GenSec -s EFI_SECTION_USER_INTERFACE -n DxeCore -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D6A2CB7F-6A18-4e2f-B43B-9920A733700ADxeCore/D6A2CB7F-6A18-4e2f-B43B-9920A733700ASEC2.ui
  8927	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D6A2CB7F-6A18-4e2f-B43B-9920A733700ADxeCore/D6A2CB7F-6A18-4e2f-B43B-9920A733700ASEC3.ver
  8928	GenFfs -t EFI_FV_FILETYPE_DXE_CORE -g D6A2CB7F-6A18-4e2f-B43B-9920A733700A -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D6A2CB7F-6A18-4e2f-B43B-9920A733700ADxeCore/D6A2CB7F-6A18-4e2f-B43B-9920A733700A.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D6A2CB7F-6A18-4e2f-B43B-9920A733700ADxeCore/D6A2CB7F-6A18-4e2f-B43B-9920A733700ASEC1.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D6A2CB7F-6A18-4e2f-B43B-9920A733700ADxeCore/D6A2CB7F-6A18-4e2f-B43B-9920A733700ASEC2.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/D6A2CB7F-6A18-4e2f-B43B-9920A733700ADxeCore/D6A2CB7F-6A18-4e2f-B43B-9920A733700ASEC3.ver
  8929	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/MdeModulePkg/Core/Dxe/DxeMain'
  8930	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/kdf/hkdf.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/kdf/hkdf.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/kdf/hkdf.c
  8931	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/kdf/kdf_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/kdf/kdf_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/kdf/kdf_err.c
  8932	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/kdf/scrypt.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/kdf/scrypt.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/kdf/scrypt.c
  8933	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/kdf/tls1_prf.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/kdf/tls1_prf.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/kdf/tls1_prf.c
  8934	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/lhash/lh_stats.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/lhash/lh_stats.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/lhash/lh_stats.c
  8935	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/lhash/lhash.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/lhash/lhash.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/lhash/lhash.c
  8936	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/md5/md5_dgst.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/md5/md5_dgst.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/md5/md5_dgst.c
  8937	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/md5/md5_one.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/md5/md5_one.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/md5/md5_one.c
  8938	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/mem.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/mem.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/mem.c
  8939	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/mem_clr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/mem_clr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/mem_clr.c
  8940	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/mem_dbg.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/mem_dbg.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/mem_dbg.c
  8941	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/mem_sec.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/mem_sec.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/mem_sec.c
  8942	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/cbc128.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/cbc128.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/cbc128.c
  8943	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/ccm128.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/ccm128.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/ccm128.c
  8944	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/cfb128.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/cfb128.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/cfb128.c
  8945	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/ctr128.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/ctr128.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/ctr128.c
  8946	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/cts128.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/cts128.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/cts128.c
  8947	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/gcm128.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/gcm128.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/gcm128.c
  8948	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/ocb128.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/ocb128.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/ocb128.c
  8949	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/ofb128.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/ofb128.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/ofb128.c
  8950	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/wrap128.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/wrap128.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/wrap128.c
  8951	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/xts128.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/modes/xts128.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/xts128.c
  8952	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/o_dir.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/o_dir.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/o_dir.c
  8953	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/o_fips.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/o_fips.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/o_fips.c
  8954	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/o_fopen.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/o_fopen.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/o_fopen.c
  8955	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/o_init.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/o_init.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/o_init.c
  8956	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/o_str.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/o_str.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/o_str.c
  8957	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/o_time.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/o_time.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/o_time.c
  8958	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  8959	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  8960	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG/Shell.dll has a LOAD segment with RWX permissions
  8961	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/objects/o_names.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/objects/o_names.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/objects/o_names.c
  8962	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG/Shell.dll
  8963	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG/Shell.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG/Shell.debug
  8964	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG/Shell.dll
  8965	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG/Shell.dll
  8966	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG/Shell.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Shell.debug
  8967	"GenFw" -e UEFI_APPLICATION -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/Shell.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG/Shell.dll --zero
  8968	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/objects/obj_dat.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/objects/obj_dat.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/objects/obj_dat.c
  8969	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/Shell.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG
  8970	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/Shell.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/Shell.efi
  8971	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT
  8972	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/Shell.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/Shell.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1.map
  8973	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/Shell.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1SEC1.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/OUTPUT/Shell.efi
  8974	Trim --Vfr-Uni-Offset -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell/Shell.offset --ModuleName=Shell --DebugDir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell/DEBUG
  8975	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/objects/obj_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/objects/obj_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/objects/obj_err.c
  8976	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/objects/obj_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/objects/obj_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/objects/obj_lib.c
  8977	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell/Shell.offset && GenSec -s EFI_SECTION_RAW -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell/ShellOffset.raw /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell/Shell.offset
  8978	GenSec -s EFI_SECTION_USER_INTERFACE -n Shell -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1SEC2.ui
  8979	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1SEC3.ver
  8980	GenFfs -t EFI_FV_FILETYPE_APPLICATION -g 7C04A583-9E3E-4f1c-AD65-E05268D0B4D1 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1SEC1.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell/ShellOffset.raw -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1SEC2.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1Shell/7C04A583-9E3E-4f1c-AD65-E05268D0B4D1SEC3.ver
  8981	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/objects/obj_xref.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/objects/obj_xref.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/objects/obj_xref.c
  8982	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/ShellPkg/Application/Shell/Shell'
  8983	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_asn.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_asn.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_asn.c
  8984	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_cl.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_cl.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_cl.c
  8985	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_err.c
  8986	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_ext.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_ext.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_ext.c
  8987	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_ht.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_ht.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_ht.c
  8988	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_lib.c
  8989	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_prn.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_prn.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_prn.c
  8990	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_srv.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_srv.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_srv.c
  8991	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_vfy.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/ocsp_vfy.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_vfy.c
  8992	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/v3_ocsp.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ocsp/v3_ocsp.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/v3_ocsp.c
  8993	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_all.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_all.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_all.c
  8994	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_err.c
  8995	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_info.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_info.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_info.c
  8996	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_lib.c
  8997	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_oth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_oth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_oth.c
  8998	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_pk8.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_pk8.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_pk8.c
  8999	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_pkey.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_pkey.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_pkey.c
  9000	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_sign.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_sign.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_sign.c
  9001	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_x509.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_x509.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_x509.c
  9002	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_xaux.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pem_xaux.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_xaux.c
  9003	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pvkfmt.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pem/pvkfmt.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pvkfmt.c
  9004	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_add.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_add.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_add.c
  9005	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_asn.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_asn.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_asn.c
  9006	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_attr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_attr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_attr.c
  9007	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_crpt.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_crpt.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_crpt.c
  9008	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_crt.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_crt.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_crt.c
  9009	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_decr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_decr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_decr.c
  9010	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_init.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_init.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_init.c
  9011	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_key.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_key.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_key.c
  9012	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_kiss.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_kiss.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_kiss.c
  9013	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_mutl.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_mutl.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_mutl.c
  9014	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_npas.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_npas.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_npas.c
  9015	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_p8d.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_p8d.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_p8d.c
  9016	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_p8e.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_p8e.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_p8e.c
  9017	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_sbag.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_sbag.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_sbag.c
  9018	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_utl.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/p12_utl.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_utl.c
  9019	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/pk12err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs12/pk12err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/pk12err.c
  9020	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/bio_pk7.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/bio_pk7.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/bio_pk7.c
  9021	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/pk7_asn1.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/pk7_asn1.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pk7_asn1.c
  9022	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/pk7_attr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/pk7_attr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pk7_attr.c
  9023	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/pk7_doit.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/pk7_doit.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pk7_doit.c
  9024	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/pk7_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/pk7_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pk7_lib.c
  9025	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/pk7_mime.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/pk7_mime.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pk7_mime.c
  9026	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/pk7_smime.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/pk7_smime.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pk7_smime.c
  9027	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/pkcs7err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/pkcs7/pkcs7err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pkcs7err.c
  9028	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/drbg_ctr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/drbg_ctr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/drbg_ctr.c
  9029	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/drbg_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/drbg_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/drbg_lib.c
  9030	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/rand_egd.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/rand_egd.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/rand_egd.c
  9031	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/rand_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/rand_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/rand_err.c
  9032	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/rand_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/rand_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/rand_lib.c
  9033	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/rand_unix.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/rand_unix.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/rand_unix.c
  9034	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/rand_vms.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/rand_vms.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/rand_vms.c
  9035	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/rand_win.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rand/rand_win.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/rand_win.c
  9036	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_ameth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_ameth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_ameth.c
  9037	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_asn1.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_asn1.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_asn1.c
  9038	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_chk.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_chk.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_chk.c
  9039	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_crpt.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_crpt.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_crpt.c
  9040	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_depr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_depr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_depr.c
  9041	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_err.c
  9042	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_gen.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_gen.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_gen.c
  9043	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_lib.c
  9044	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_meth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_meth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_meth.c
  9045	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_mp.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_mp.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_mp.c
  9046	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_none.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_none.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_none.c
  9047	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_oaep.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_oaep.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_oaep.c
  9048	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_ossl.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_ossl.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_ossl.c
  9049	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_pk1.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_pk1.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_pk1.c
  9050	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_pmeth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_pmeth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_pmeth.c
  9051	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_prn.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_prn.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_prn.c
  9052	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_pss.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_pss.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_pss.c
  9053	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_saos.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_saos.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_saos.c
  9054	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_sign.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_sign.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_sign.c
  9055	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_ssl.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_ssl.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_ssl.c
  9056	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_x931.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_x931.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_x931.c
  9057	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_x931g.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/rsa/rsa_x931g.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_x931g.c
  9058	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sha/keccak1600.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sha/keccak1600.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/sha/keccak1600.c
  9059	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sha/sha1_one.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sha/sha1_one.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/sha/sha1_one.c
  9060	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sha/sha1dgst.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sha/sha1dgst.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/sha/sha1dgst.c
  9061	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sha/sha256.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sha/sha256.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/sha/sha256.c
  9062	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sha/sha512.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sha/sha512.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/sha/sha512.c
  9063	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/siphash/siphash.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/siphash/siphash.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/siphash/siphash.c
  9064	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/siphash/siphash_ameth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/siphash/siphash_ameth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/siphash/siphash_ameth.c
  9065	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/siphash/siphash_pmeth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/siphash/siphash_pmeth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/siphash/siphash_pmeth.c
  9066	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sm3/m_sm3.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sm3/m_sm3.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/sm3/m_sm3.c
  9067	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sm3/sm3.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sm3/sm3.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/sm3/sm3.c
  9068	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sm4/sm4.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/sm4/sm4.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/sm4/sm4.c
  9069	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/stack/stack.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/stack/stack.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/stack/stack.c
  9070	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/threads_none.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/threads_none.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/threads_none.c
  9071	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/threads_pthread.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/threads_pthread.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/threads_pthread.c
  9072	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/threads_win.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/threads_win.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/threads_win.c
  9073	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/txt_db/txt_db.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/txt_db/txt_db.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/txt_db/txt_db.c
  9074	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ui/ui_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ui/ui_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ui/ui_err.c
  9075	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ui/ui_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ui/ui_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ui/ui_lib.c
  9076	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ui/ui_null.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ui/ui_null.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ui/ui_null.c
  9077	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ui/ui_openssl.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ui/ui_openssl.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ui/ui_openssl.c
  9078	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ui/ui_util.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/ui/ui_util.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/ui/ui_util.c
  9079	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/uid.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/uid.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/uid.c
  9080	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/by_dir.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/by_dir.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/by_dir.c
  9081	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/by_file.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/by_file.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/by_file.c
  9082	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/t_crl.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/t_crl.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/t_crl.c
  9083	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/t_req.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/t_req.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/t_req.c
  9084	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/t_x509.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/t_x509.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/t_x509.c
  9085	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_att.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_att.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_att.c
  9086	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_cmp.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_cmp.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_cmp.c
  9087	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_d2.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_d2.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_d2.c
  9088	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_def.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_def.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_def.c
  9089	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_err.c
  9090	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_ext.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_ext.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_ext.c
  9091	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_lu.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_lu.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_lu.c
  9092	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_meth.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_meth.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_meth.c
  9093	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_obj.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_obj.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_obj.c
  9094	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_r2x.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_r2x.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_r2x.c
  9095	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_req.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_req.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_req.c
  9096	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_set.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_set.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_set.c
  9097	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_trs.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_trs.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_trs.c
  9098	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_txt.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_txt.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_txt.c
  9099	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_v3.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_v3.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_v3.c
  9100	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_vfy.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_vfy.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_vfy.c
  9101	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_vpm.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509_vpm.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_vpm.c
  9102	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509cset.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509cset.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509cset.c
  9103	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509name.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509name.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509name.c
  9104	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509rset.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509rset.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509rset.c
  9105	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509spki.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509spki.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509spki.c
  9106	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509type.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x509type.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509type.c
  9107	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_all.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_all.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_all.c
  9108	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_attrib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_attrib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_attrib.c
  9109	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_crl.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_crl.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_crl.c
  9110	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_exten.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_exten.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_exten.c
  9111	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_name.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_name.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_name.c
  9112	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_pubkey.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_pubkey.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_pubkey.c
  9113	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_req.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_req.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_req.c
  9114	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_x509.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_x509.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_x509.c
  9115	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_x509a.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509/x_x509a.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_x509a.c
  9116	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/pcy_cache.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/pcy_cache.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/pcy_cache.c
  9117	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/pcy_data.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/pcy_data.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/pcy_data.c
  9118	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/pcy_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/pcy_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/pcy_lib.c
  9119	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/pcy_map.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/pcy_map.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/pcy_map.c
  9120	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/pcy_node.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/pcy_node.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/pcy_node.c
  9121	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/pcy_tree.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/pcy_tree.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/pcy_tree.c
  9122	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_addr.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_addr.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_addr.c
  9123	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_admis.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_admis.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_admis.c
  9124	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_akey.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_akey.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_akey.c
  9125	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_akeya.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_akeya.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_akeya.c
  9126	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_alt.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_alt.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_alt.c
  9127	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_asid.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_asid.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_asid.c
  9128	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_bcons.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_bcons.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_bcons.c
  9129	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_bitst.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_bitst.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_bitst.c
  9130	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_conf.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_conf.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_conf.c
  9131	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_cpols.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_cpols.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_cpols.c
  9132	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_crld.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_crld.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_crld.c
  9133	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_enum.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_enum.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_enum.c
  9134	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_extku.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_extku.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_extku.c
  9135	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_genn.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_genn.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_genn.c
  9136	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_ia5.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_ia5.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_ia5.c
  9137	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_info.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_info.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_info.c
  9138	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_int.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_int.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_int.c
  9139	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_lib.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_lib.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_lib.c
  9140	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_ncons.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_ncons.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_ncons.c
  9141	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_pci.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_pci.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_pci.c
  9142	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_pcia.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_pcia.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_pcia.c
  9143	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_pcons.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_pcons.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_pcons.c
  9144	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_pku.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_pku.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_pku.c
  9145	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_pmaps.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_pmaps.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_pmaps.c
  9146	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_prn.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_prn.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_prn.c
  9147	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_purp.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_purp.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_purp.c
  9148	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_skey.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_skey.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_skey.c
  9149	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_sxnet.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_sxnet.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_sxnet.c
  9150	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_tlsf.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_tlsf.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_tlsf.c
  9151	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_utl.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3_utl.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3_utl.c
  9152	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3err.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/openssl/crypto/x509v3/v3err.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/v3err.c
  9153	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/ossl_store.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/./ossl_store.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/ossl_store.c
  9154	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/rand_pool.obj.deps @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/cc_resp.txt -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/./rand_pool.obj  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/rand_pool.c
  9155	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/OpensslLibCrypto.lib
  9156	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/OpensslLibCrypto.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto/OUTPUT/object_files.lst
  9157	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/CryptoPkg/Library/OpensslLib/OpensslLibCrypto'
  9158	Building ... /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/IScsiDxe.inf [X64]
  9159	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe'
  9160	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/AutoGen.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./AutoGen.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/AutoGen.c
  9161	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/ComponentName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./ComponentName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/ComponentName.c
  9162	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiAuthenticationInfo.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./IScsiAuthenticationInfo.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/IScsiAuthenticationInfo.c
  9163	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiCHAP.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./IScsiCHAP.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/IScsiCHAP.c
  9164	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiConfig.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./IScsiConfig.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/IScsiConfig.c
  9165	"gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiConfigVfr.c.deps -x c -E -P -DVFRCOMPILE --include IScsiDxeStrDefs.h -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/IScsiConfigVfr.vfr > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiConfigVfr.i
  9166	"VfrCompile" -l -n --string-db /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiDxeStrDefs.hpk --output-directory /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/. /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiConfigVfr.i
  9167	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiConfigVfr.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./IScsiConfigVfr.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiConfigVfr.c
  9168	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiDhcp.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./IScsiDhcp.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/IScsiDhcp.c
  9169	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiDhcp6.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./IScsiDhcp6.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/IScsiDhcp6.c
  9170	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiDns.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./IScsiDns.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/IScsiDns.c
  9171	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiDriver.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./IScsiDriver.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/IScsiDriver.c
  9172	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiExtScsiPassThru.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./IScsiExtScsiPassThru.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/IScsiExtScsiPassThru.c
  9173	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiIbft.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./IScsiIbft.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/IScsiIbft.c
  9174	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiInitiatorName.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./IScsiInitiatorName.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/IScsiInitiatorName.c
  9175	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiMisc.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./IScsiMisc.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/IScsiMisc.c
  9176	"x86_64-pc-linux-gnu-gcc" -MMD -MF /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiProto.obj.deps -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -c -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/./IScsiProto.obj -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/UnitTest/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Test/Mock/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/CryptoPkg/Include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/Include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/NetworkPkg/IScsiDxe/IScsiProto.c
  9177	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiDxe.lib
  9178	"gcc-ar" cr /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiDxe.lib  @/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/object_files.lst
  9179	"gcc" -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiDxe.dll -nostdlib -Wl,-n,-q,--gc-sections -z common-page-size=0x40 -Wl,--entry,_ModuleEntryPoint -u _ModuleEntryPoint -Wl,-Map,/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiDxe.map,--whole-archive -Wl,-melf_x86_64,--oformat=elf64-x86-64,-pie -flto -Os -Wl,--start-group,@/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/static_library_files.lst,--end-group -g -Os -fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h -fno-common -ffunction-sections -fdata-sections -DSTRING_ARRAY_NAME=IScsiDxeStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -Wno-address -fno-omit-frame-pointer -flto -DUSING_LTO -Wno-unused-but-set-variable -Wno-unused-const-variable -DMDEPKG_NDEBUG -mno-mmx -mno-sse -D DISABLE_NEW_DEPRECATED_INTERFACES -D ENABLE_MD5_DEPRECATED_INTERFACES -Wl,--defsym=PECOFF_HEADER_SIZE=0x228 -Wl,--script=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/BaseTools/Scripts/GccBase.lds -Wno-error
  9180	lto-wrapper: warning: using serial compilation of 2 LTRANS jobs
  9181	lto-wrapper: note: see the ‘-flto’ option documentation for more information
  9182	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: IoFifoSev.obj: missing .note.GNU-stack section implies executable stack
  9183	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
  9184	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiDxe.dll has a LOAD segment with RWX permissions
  9185	"objcopy"  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiDxe.dll
  9186	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiDxe.dll /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiDxe.debug
  9187	objcopy --strip-unneeded -R .eh_frame /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiDxe.dll
  9188	objcopy  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiDxe.dll
  9189	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiDxe.debug /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/IScsiDxe.debug
  9190	"GenFw" -e UEFI_DRIVER -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiDxe.dll --zero
  9191	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG
  9192	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiDxe.efi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/IScsiDxe.efi
  9193	cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/*.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT
  9194	test -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiDxe.map && cp -p -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiDxe.map /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86CDDF93-4872-4597-8AF9-A35AE4D3725FIScsiDxe/86CDDF93-4872-4597-8AF9-A35AE4D3725F.map
  9195	Trim --Vfr-Uni-Offset -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86CDDF93-4872-4597-8AF9-A35AE4D3725FIScsiDxe/IScsiDxe.offset --ModuleName=IScsiDxe --DebugDir=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG
  9196	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86CDDF93-4872-4597-8AF9-A35AE4D3725FIScsiDxe/IScsiDxe.offset && GenSec -s EFI_SECTION_RAW -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86CDDF93-4872-4597-8AF9-A35AE4D3725FIScsiDxe/IScsiDxeOffset.raw /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86CDDF93-4872-4597-8AF9-A35AE4D3725FIScsiDxe/IScsiDxe.offset
  9197	test -e /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiDxe.efi && GenSec -s EFI_SECTION_PE32 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86CDDF93-4872-4597-8AF9-A35AE4D3725FIScsiDxe/86CDDF93-4872-4597-8AF9-A35AE4D3725FSEC2.1.pe32 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe/OUTPUT/IScsiDxe.efi
  9198	GenSec -s EFI_SECTION_USER_INTERFACE -n IScsiDxe -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86CDDF93-4872-4597-8AF9-A35AE4D3725FIScsiDxe/86CDDF93-4872-4597-8AF9-A35AE4D3725FSEC3.ui
  9199	GenSec -s EFI_SECTION_VERSION -n 1.0 -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86CDDF93-4872-4597-8AF9-A35AE4D3725FIScsiDxe/86CDDF93-4872-4597-8AF9-A35AE4D3725FSEC4.ver
  9200	GenFfs -t EFI_FV_FILETYPE_DRIVER -g 86CDDF93-4872-4597-8AF9-A35AE4D3725F -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86CDDF93-4872-4597-8AF9-A35AE4D3725FIScsiDxe/86CDDF93-4872-4597-8AF9-A35AE4D3725F.ffs -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86CDDF93-4872-4597-8AF9-A35AE4D3725FIScsiDxe/IScsiDxeOffset.raw -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86CDDF93-4872-4597-8AF9-A35AE4D3725FIScsiDxe/86CDDF93-4872-4597-8AF9-A35AE4D3725FSEC2.1.pe32 -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86CDDF93-4872-4597-8AF9-A35AE4D3725FIScsiDxe/86CDDF93-4872-4597-8AF9-A35AE4D3725FSEC3.ui -oi /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Ffs/86CDDF93-4872-4597-8AF9-A35AE4D3725FIScsiDxe/86CDDF93-4872-4597-8AF9-A35AE4D3725FSEC4.ver
  9201	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/X64/NetworkPkg/IScsiDxe/IScsiDxe'
  9202	
  9203	Fd File Name:OVMF (/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/OVMF.fd)
  9204	
  9205	Generate Region at Offset 0x0
  9206	   Region Size = 0xE000
  9207	   Region Name = DATA
  9208	
  9209	Generate Region at Offset 0xE000
  9210	   Region Size = 0x1000
  9211	   Region Name = None
  9212	
  9213	Generate Region at Offset 0xF000
  9214	   Region Size = 0x1000
  9215	   Region Name = DATA
  9216	
  9217	Generate Region at Offset 0x10000
  9218	   Region Size = 0x10000
  9219	   Region Name = None
  9220	
  9221	Generate Region at Offset 0x20000
  9222	   Region Size = 0x1AC000
  9223	   Region Name = FV
  9224	
  9225	Generating FVMAIN_COMPACT FV
  9226	
  9227	Generating PEIFV FV
  9228	####
  9229	Generating DXEFV FV
  9230	#########
  9231	Generate Region at Offset 0x1CC000
  9232	   Region Size = 0x34000
  9233	   Region Name = FV
  9234	
  9235	Generating SECFV FV
  9236	#
  9237	Fd File Name:OVMF_VARS (/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/OVMF_VARS.fd)
  9238	
  9239	Generate Region at Offset 0x0
  9240	   Region Size = 0xE000
  9241	   Region Name = DATA
  9242	
  9243	Generate Region at Offset 0xE000
  9244	   Region Size = 0x1000
  9245	   Region Name = None
  9246	
  9247	Generate Region at Offset 0xF000
  9248	   Region Size = 0x1000
  9249	   Region Name = DATA
  9250	
  9251	Generate Region at Offset 0x10000
  9252	   Region Size = 0x10000
  9253	   Region Name = None
  9254	
  9255	Fd File Name:OVMF_CODE (/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/OVMF_CODE.fd)
  9256	
  9257	Generate Region at Offset 0x0
  9258	   Region Size = 0x1AC000
  9259	   Region Name = FV
  9260	
  9261	Generate Region at Offset 0x1AC000
  9262	   Region Size = 0x34000
  9263	   Region Name = FV
  9264	
  9265	Fd File Name:MEMFD (/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/MEMFD.fd)
  9266	
  9267	Generate Region at Offset 0x0
  9268	   Region Size = 0x6000
  9269	   Region Name = None
  9270	
  9271	Generate Region at Offset 0x6000
  9272	   Region Size = 0x1000
  9273	   Region Name = None
  9274	
  9275	Generate Region at Offset 0x7000
  9276	   Region Size = 0x1000
  9277	   Region Name = None
  9278	
  9279	Generate Region at Offset 0x8000
  9280	   Region Size = 0x1000
  9281	   Region Name = None
  9282	Padding region starting from offset 0x9000, with size 0x7000
  9283	
  9284	Generate Region at Offset 0x9000
  9285	   Region Size = 0x7000
  9286	   Region Name = None
  9287	
  9288	Generate Region at Offset 0x10000
  9289	   Region Size = 0x10000
  9290	   Region Name = None
  9291	
  9292	Generate Region at Offset 0x20000
  9293	   Region Size = 0xE0000
  9294	   Region Name = FV
  9295	
  9296	Generate Region at Offset 0x100000
  9297	   Region Size = 0xA00000
  9298	   Region Name = FV
  9299	
  9300	GUID cross reference file can be found at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote/Build/OvmfXen/RELEASE_GCC5/FV/Guid.xref
  9301	
  9302	FV Space Information
  9303	SECFV [5%Full] 212992 (0x34000) total, 12768 (0x31e0) used, 200224 (0x30e20) free
  9304	PEIFV [10%Full] 917504 (0xe0000) total, 92072 (0x167a8) used, 825432 (0xc9858) free
  9305	DXEFV [27%Full] 10485760 (0xa00000) total, 2875840 (0x2be1c0) used, 7609920 (0x741e40) free
  9306	FVMAIN_COMPACT [52%Full] 1753088 (0x1ac000) total, 922832 (0xe14d0) used, 830256 (0xcab30) free
  9307	
  9308	- Done -
  9309	Build end time: 17:52:27, Jan.28 2024
  9310	Build total time: 00:00:46
  9311	
  9312	+ cp Build/OvmfXen/RELEASE_GCC5/FV/OVMF.fd ovmf.bin
  9313	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/ovmf-dir-remote'
  9314	make -C seabios-dir CC=x86_64-pc-linux-gnu-gcc LD=x86_64-pc-linux-gnu-ld PYTHON=python3.11 EXTRAVERSION="-Xen" all;
  9315	scripts/kconfig/conf --olddefconfig /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/seabios-dir-remote/src/Kconfig
  9316	#
  9317	# configuration written to /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/seabios-dir-remote/.config
  9318	#
  9319	  Compiling to assembler out/src/asm-offsets.s
  9320	  Build Kconfig config file
  9321	  Compile checking out/src/misc.o
  9322	  Compile checking out/src/stacks.o
  9323	  Compile checking out/src/output.o
  9324	  Compile checking out/src/string.o
  9325	  Compile checking out/src/block.o
  9326	  Compile checking out/src/cdrom.o
  9327	  Compile checking out/src/disk.o
  9328	  Compile checking out/src/mouse.o
  9329	  Compile checking out/src/kbd.o
  9330	  Compile checking out/src/system.o
  9331	  Compile checking out/src/serial.o
  9332	  Compile checking out/src/sercon.o
  9333	  Compile checking out/src/clock.o
  9334	  Compile checking out/src/resume.o
  9335	  Compile checking out/src/pnpbios.o
  9336	  Compile checking out/src/vgahooks.o
  9337	  Compile checking out/src/pcibios.o
  9338	  Compile checking out/src/apm.o
  9339	  Compile checking out/src/cp437.o
  9340	  Compile checking out/src/hw/pci.o
  9341	  Compile checking out/src/hw/timer.o
  9342	  Compile checking out/src/hw/rtc.o
  9343	  Compile checking out/src/hw/dma.o
  9344	  Compile checking out/src/hw/pic.o
  9345	  Compile checking out/src/hw/ps2port.o
  9346	  Compile checking out/src/hw/serialio.o
  9347	  Compile checking out/src/hw/usb.o
  9348	  Compile checking out/src/hw/usb-uhci.o
  9349	  Compile checking out/src/hw/usb-ohci.o
  9350	  Compile checking out/src/hw/usb-ehci.o
  9351	  Compile checking out/src/hw/usb-hid.o
  9352	  Compile checking out/src/hw/usb-msc.o
  9353	In file included from src/biosvar.h:10,
  9354	                 from src/misc.c:8:
  9355	src/misc.c: In function 'handle_12':
  9356	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9357	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9358	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9359	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9360	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9361	      |     ^~~~~~~~~~
  9362	src/misc.c:36:16: note: in expansion of macro 'GET_BDA'
  9363	   36 |     regs->ax = GET_BDA(mem_size_kb);
  9364	      |                ^~~~~~~
  9365	cc1: note: source object is likely at address zero
  9366	src/misc.c: In function 'handle_11':
  9367	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9368	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9369	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9370	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9371	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9372	      |     ^~~~~~~~~~
  9373	src/misc.c:44:16: note: in expansion of macro 'GET_BDA'
  9374	   44 |     regs->ax = GET_BDA(equipment_list_flags);
  9375	      |                ^~~~~~~
  9376	cc1: note: source object is likely at address zero
  9377	In function 'set_equipment_flags',
  9378	    inlined from 'mathcp_setup' at src/misc.c:66:5:
  9379	src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9380	   43 |     u16 eqf = GET_BDA(equipment_list_flags);
  9381	      |         ^~~
  9382	In function 'mathcp_setup':
  9383	cc1: note: source object is likely at address zero
  9384	In function 'set_equipment_flags',
  9385	    inlined from 'mathcp_setup' at src/misc.c:66:5:
  9386	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9387	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9388	      |                                   ^
  9389	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9390	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9391	      |     ^~~~~~~~~~
  9392	src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
  9393	   44 |     SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
  9394	      |     ^~~~~~~
  9395	In function 'mathcp_setup':
  9396	cc1: note: source object is likely at address zero
  9397	  Compile checking out/src/hw/usb-uas.o
  9398	  Compile checking out/src/hw/blockcmd.o
  9399	  Compile checking out/src/hw/floppy.o
  9400	  Compile checking out/src/hw/ata.o
  9401	  Compile checking out/src/hw/ramdisk.o
  9402	  Compile checking out/src/hw/lsi-scsi.o
  9403	  Compile checking out/src/hw/esp-scsi.o
  9404	  Compile checking out/src/hw/megasas.o
  9405	  Compile checking out/src/hw/mpt-scsi.o
  9406	In file included from src/biosvar.h:10,
  9407	                 from src/system.c:8:
  9408	In function 'get_ebda_seg',
  9409	    inlined from 'handle_15c1' at src/system.c:255:16,
  9410	    inlined from 'handle_15' at src/system.c:352:16:
  9411	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9412	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9413	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9414	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9415	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9416	      |     ^~~~~~~~~~
  9417	src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
  9418	   60 |     return GET_BDA(ebda_seg);
  9419	      |            ^~~~~~~
  9420	In function 'handle_15':
  9421	cc1: note: source object is likely at address zero
  9422	In file included from src/mouse.c:8:
  9423	In function 'set_equipment_flags',
  9424	    inlined from 'mouse_init' at src/mouse.c:23:5:
  9425	src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9426	   43 |     u16 eqf = GET_BDA(equipment_list_flags);
  9427	      |         ^~~
  9428	In function 'mouse_init':
  9429	cc1: note: source object is likely at address zero
  9430	In file included from src/biosvar.h:10:
  9431	In function 'set_equipment_flags',
  9432	    inlined from 'mouse_init' at src/mouse.c:23:5:
  9433	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9434	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9435	      |                                   ^
  9436	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9437	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9438	      |     ^~~~~~~~~~
  9439	src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
  9440	   44 |     SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
  9441	      |     ^~~~~~~
  9442	In function 'mouse_init':
  9443	cc1: note: source object is likely at address zero
  9444	In function 'get_ebda_seg',
  9445	    inlined from 'mouse_15c207' at src/mouse.c:231:20,
  9446	    inlined from 'handle_15c2' at src/mouse.c:272:16:
  9447	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9448	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9449	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9450	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9451	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9452	      |     ^~~~~~~~~~
  9453	src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
  9454	   60 |     return GET_BDA(ebda_seg);
  9455	      |            ^~~~~~~
  9456	In function 'handle_15c2':
  9457	cc1: note: source object is likely at address zero
  9458	In function 'get_ebda_seg',
  9459	    inlined from 'mouse_15c205' at src/mouse.c:162:20,
  9460	    inlined from 'handle_15c2' at src/mouse.c:270:16:
  9461	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9462	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9463	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9464	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9465	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9466	      |     ^~~~~~~~~~
  9467	src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
  9468	   60 |     return GET_BDA(ebda_seg);
  9469	      |            ^~~~~~~
  9470	In function 'handle_15c2':
  9471	cc1: note: source object is likely at address zero
  9472	In function 'get_ebda_seg',
  9473	    inlined from 'mouse_15c20001' at src/mouse.c:56:20,
  9474	    inlined from 'mouse_15c200' at src/mouse.c:82:16,
  9475	    inlined from 'handle_15c2' at src/mouse.c:265:16:
  9476	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9477	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9478	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9479	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9480	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9481	      |     ^~~~~~~~~~
  9482	src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
  9483	   60 |     return GET_BDA(ebda_seg);
  9484	      |            ^~~~~~~
  9485	In function 'handle_15c2':
  9486	cc1: note: source object is likely at address zero
  9487	In function 'get_ebda_seg',
  9488	    inlined from 'process_mouse' at src/mouse.c:322:20:
  9489	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9490	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9491	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9492	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9493	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9494	      |     ^~~~~~~~~~
  9495	src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
  9496	   60 |     return GET_BDA(ebda_seg);
  9497	      |            ^~~~~~~
  9498	In function 'process_mouse':
  9499	cc1: note: source object is likely at address zero
  9500	  Compile checking out/src/post.o
  9501	  Compile checking out/src/e820map.o
  9502	  Compile checking out/src/malloc.o
  9503	In file included from src/biosvar.h:10,
  9504	                 from src/cdrom.c:8:
  9505	src/cdrom.c: In function 'cdrom_boot':
  9506	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9507	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9508	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9509	src/farptr.h:182:38: note: in definition of macro 'SET_FARVAR'
  9510	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9511	      |                                      ^~~
  9512	src/cdrom.c:264:9: note: in expansion of macro 'SET_BDA'
  9513	  264 |         SET_BDA(hdcount, GET_BDA(hdcount) + 1);
  9514	      |         ^~~~~~~
  9515	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9516	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9517	      |     ^~~~~~~~~~
  9518	src/cdrom.c:264:26: note: in expansion of macro 'GET_BDA'
  9519	  264 |         SET_BDA(hdcount, GET_BDA(hdcount) + 1);
  9520	      |                          ^~~~~~~
  9521	cc1: note: source object is likely at address zero
  9522	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9523	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9524	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9525	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
  9526	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9527	      |          ^~~~~~~~~~
  9528	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9529	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9530	      |     ^~~~~~~~~~
  9531	src/cdrom.c:264:9: note: in expansion of macro 'SET_BDA'
  9532	  264 |         SET_BDA(hdcount, GET_BDA(hdcount) + 1);
  9533	      |         ^~~~~~~
  9534	cc1: note: source object is likely at address zero
  9535	In function 'set_equipment_flags',
  9536	    inlined from 'cdrom_boot' at src/cdrom.c:242:9:
  9537	src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9538	   43 |     u16 eqf = GET_BDA(equipment_list_flags);
  9539	      |         ^~~
  9540	In function 'cdrom_boot':
  9541	cc1: note: source object is likely at address zero
  9542	In function 'set_equipment_flags',
  9543	    inlined from 'cdrom_boot' at src/cdrom.c:242:9:
  9544	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9545	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9546	      |                                   ^
  9547	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9548	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9549	      |     ^~~~~~~~~~
  9550	src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
  9551	   44 |     SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
  9552	      |     ^~~~~~~
  9553	In function 'cdrom_boot':
  9554	cc1: note: source object is likely at address zero
  9555	  Compile checking out/src/romfile.o
  9556	  Compile checking out/src/x86.o
  9557	  Compile checking out/src/optionroms.o
  9558	  Compile checking out/src/pmm.o
  9559	  Compile checking out/src/font.o
  9560	  Compile checking out/src/boot.o
  9561	In file included from src/serial.c:8:
  9562	In function 'set_equipment_flags',
  9563	    inlined from 'serial_setup' at src/serial.c:56:5:
  9564	src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9565	   43 |     u16 eqf = GET_BDA(equipment_list_flags);
  9566	      |         ^~~
  9567	In function 'serial_setup':
  9568	cc1: note: source object is likely at address zero
  9569	In file included from src/biosvar.h:10:
  9570	In function 'set_equipment_flags',
  9571	    inlined from 'serial_setup' at src/serial.c:56:5:
  9572	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9573	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9574	      |                                   ^
  9575	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9576	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9577	      |     ^~~~~~~~~~
  9578	src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
  9579	   44 |     SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
  9580	      |     ^~~~~~~
  9581	In function 'serial_setup':
  9582	cc1: note: source object is likely at address zero
  9583	In function 'detect_parport',
  9584	    inlined from 'lpt_setup' at src/serial.c:212:14:
  9585	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9586	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9587	      |                                   ^
  9588	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9589	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9590	      |     ^~~~~~~~~~
  9591	src/serial.c:199:5: note: in expansion of macro 'SET_BDA'
  9592	  199 |     SET_BDA(port_lpt[count], port);
  9593	      |     ^~~~~~~
  9594	In function 'lpt_setup':
  9595	cc1: note: source object is likely at address zero
  9596	In function 'detect_parport',
  9597	    inlined from 'lpt_setup' at src/serial.c:212:14:
  9598	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9599	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9600	      |                                   ^
  9601	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9602	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9603	      |     ^~~~~~~~~~
  9604	src/serial.c:200:5: note: in expansion of macro 'SET_BDA'
  9605	  200 |     SET_BDA(lpt_timeout[count], timeout);
  9606	      |     ^~~~~~~
  9607	In function 'lpt_setup':
  9608	cc1: note: source object is likely at address zero
  9609	In function 'set_equipment_flags',
  9610	    inlined from 'lpt_setup' at src/serial.c:217:5:
  9611	src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9612	   43 |     u16 eqf = GET_BDA(equipment_list_flags);
  9613	      |         ^~~
  9614	In function 'lpt_setup':
  9615	cc1: note: source object is likely at address zero
  9616	In function 'set_equipment_flags',
  9617	    inlined from 'lpt_setup' at src/serial.c:217:5:
  9618	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
  9619	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9620	      |                                   ^
  9621	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9622	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9623	      |     ^~~~~~~~~~
  9624	src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
  9625	   44 |     SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
  9626	      |     ^~~~~~~
  9627	In function 'lpt_setup':
  9628	cc1: note: source object is likely at address zero
  9629	  Compile checking out/src/bootsplash.o
  9630	In file included from src/biosvar.h:10,
  9631	                 from src/clock.c:8:
  9632	src/clock.c: In function 'clear_usertimer':
  9633	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9634	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9635	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9636	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9637	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9638	      |     ^~~~~~~~~~
  9639	src/clock.c:383:11: note: in expansion of macro 'GET_BDA'
  9640	  383 |     if (!(GET_BDA(rtc_wait_flag) & RWS_WAIT_PENDING))
  9641	      |           ^~~~~~~
  9642	cc1: note: source object is likely at address zero
  9643	In function 'clear_usertimer',
  9644	    inlined from 'clear_usertimer' at src/clock.c:381:1:
  9645	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9646	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9647	      |                                   ^
  9648	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9649	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9650	      |     ^~~~~~~~~~
  9651	src/clock.c:386:5: note: in expansion of macro 'SET_BDA'
  9652	  386 |     SET_BDA(rtc_wait_flag, 0);
  9653	      |     ^~~~~~~
  9654	In function 'clear_usertimer':
  9655	cc1: note: source object is likely at address zero
  9656	src/clock.c: In function 'clock_setup':
  9657	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
  9658	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9659	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9660	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
  9661	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9662	      |          ^~~~~~~~~~
  9663	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9664	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9665	      |     ^~~~~~~~~~
  9666	src/clock.c:44:5: note: in expansion of macro 'SET_BDA'
  9667	   44 |     SET_BDA(timer_counter, ticks % TICKS_PER_DAY);
  9668	      |     ^~~~~~~
  9669	cc1: note: source object is likely at address zero
  9670	In function 'handle_1a01',
  9671	    inlined from 'handle_1a' at src/clock.c:268:16:
  9672	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
  9673	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9674	      |                                   ^
  9675	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9676	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9677	      |     ^~~~~~~~~~
  9678	src/clock.c:86:5: note: in expansion of macro 'SET_BDA'
  9679	   86 |     SET_BDA(timer_counter, ticks);
  9680	      |     ^~~~~~~
  9681	In function 'handle_1a':
  9682	cc1: note: source object is likely at address zero
  9683	In function 'handle_1a01',
  9684	    inlined from 'handle_1a' at src/clock.c:268:16:
  9685	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9686	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9687	      |                                   ^
  9688	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9689	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9690	      |     ^~~~~~~~~~
  9691	src/clock.c:87:5: note: in expansion of macro 'SET_BDA'
  9692	   87 |     SET_BDA(timer_rollover, 0); // reset flag
  9693	      |     ^~~~~~~
  9694	In function 'handle_1a':
  9695	cc1: note: source object is likely at address zero
  9696	In function 'handle_1a00',
  9697	    inlined from 'handle_1a' at src/clock.c:267:16:
  9698	src/clock.c:73:9: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
  9699	   73 |     u32 ticks = GET_BDA(timer_counter);
  9700	      |         ^~~~~
  9701	In function 'handle_1a':
  9702	cc1: note: source object is likely at address zero
  9703	In function 'handle_1a00',
  9704	    inlined from 'handle_1a' at src/clock.c:267:16:
  9705	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9706	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9707	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9708	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9709	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9710	      |     ^~~~~~~~~~
  9711	src/clock.c:76:16: note: in expansion of macro 'GET_BDA'
  9712	   76 |     regs->al = GET_BDA(timer_rollover);
  9713	      |                ^~~~~~~
  9714	In function 'handle_1a':
  9715	cc1: note: source object is likely at address zero
  9716	In function 'handle_1a00',
  9717	    inlined from 'handle_1a' at src/clock.c:267:16:
  9718	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9719	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9720	      |                                   ^
  9721	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9722	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9723	      |     ^~~~~~~~~~
  9724	src/clock.c:77:5: note: in expansion of macro 'SET_BDA'
  9725	   77 |     SET_BDA(timer_rollover, 0); // reset flag
  9726	      |     ^~~~~~~
  9727	In function 'handle_1a':
  9728	cc1: note: source object is likely at address zero
  9729	In function 'clock_update',
  9730	    inlined from 'handle_08' at src/clock.c:306:5:
  9731	src/clock.c:284:9: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
  9732	  284 |     u32 counter = GET_BDA(timer_counter);
  9733	      |         ^~~~~~~
  9734	In function 'handle_08':
  9735	cc1: note: source object is likely at address zero
  9736	In function 'clock_update',
  9737	    inlined from 'handle_08' at src/clock.c:306:5:
  9738	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9739	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9740	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9741	src/farptr.h:182:38: note: in definition of macro 'SET_FARVAR'
  9742	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9743	      |                                      ^~~
  9744	src/clock.c:290:9: note: in expansion of macro 'SET_BDA'
  9745	  290 |         SET_BDA(timer_rollover, GET_BDA(timer_rollover) + 1);
  9746	      |         ^~~~~~~
  9747	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9748	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9749	      |     ^~~~~~~~~~
  9750	src/clock.c:290:33: note: in expansion of macro 'GET_BDA'
  9751	  290 |         SET_BDA(timer_rollover, GET_BDA(timer_rollover) + 1);
  9752	      |                                 ^~~~~~~
  9753	In function 'handle_08':
  9754	cc1: note: source object is likely at address zero
  9755	In function 'clock_update',
  9756	    inlined from 'handle_08' at src/clock.c:306:5:
  9757	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9758	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9759	      |                                   ^
  9760	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9761	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9762	      |     ^~~~~~~~~~
  9763	src/clock.c:290:9: note: in expansion of macro 'SET_BDA'
  9764	  290 |         SET_BDA(timer_rollover, GET_BDA(timer_rollover) + 1);
  9765	      |         ^~~~~~~
  9766	In function 'handle_08':
  9767	cc1: note: source object is likely at address zero
  9768	In function 'clock_update',
  9769	    inlined from 'handle_08' at src/clock.c:306:5:
  9770	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
  9771	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9772	      |                                   ^
  9773	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9774	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9775	      |     ^~~~~~~~~~
  9776	src/clock.c:292:5: note: in expansion of macro 'SET_BDA'
  9777	  292 |     SET_BDA(timer_counter, counter);
  9778	      |     ^~~~~~~
  9779	In function 'handle_08':
  9780	cc1: note: source object is likely at address zero
  9781	src/clock.c: In function 'irqtimer_calc_ticks':
  9782	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
  9783	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9784	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9785	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9786	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9787	      |     ^~~~~~~~~~
  9788	src/clock.c:341:13: note: in expansion of macro 'GET_BDA'
  9789	  341 |     return (GET_BDA(timer_counter) + count + 1) % TICKS_PER_DAY;
  9790	      |             ^~~~~~~
  9791	cc1: note: source object is likely at address zero
  9792	src/clock.c: In function 'irqtimer_calc':
  9793	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
  9794	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9795	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9796	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9797	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9798	      |     ^~~~~~~~~~
  9799	src/clock.c:349:16: note: in expansion of macro 'GET_BDA'
  9800	  349 |         return GET_BDA(timer_counter);
  9801	      |                ^~~~~~~
  9802	cc1: note: source object is likely at address zero
  9803	src/clock.c: In function 'irqtimer_check':
  9804	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
  9805	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9806	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9807	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9808	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9809	      |     ^~~~~~~~~~
  9810	src/clock.c:357:15: note: in expansion of macro 'GET_BDA'
  9811	  357 |     return (((GET_BDA(timer_counter) + TICKS_PER_DAY - end) % TICKS_PER_DAY)
  9812	      |               ^~~~~~~
  9813	cc1: note: source object is likely at address zero
  9814	In function 'set_usertimer',
  9815	    inlined from 'handle_1586' at src/clock.c:403:15:
  9816	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9817	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9818	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9819	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9820	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9821	      |     ^~~~~~~~~~
  9822	src/clock.c:369:9: note: in expansion of macro 'GET_BDA'
  9823	  369 |     if (GET_BDA(rtc_wait_flag) & RWS_WAIT_PENDING)
  9824	      |         ^~~~~~~
  9825	In function 'handle_1586':
  9826	cc1: note: source object is likely at address zero
  9827	In function 'set_usertimer',
  9828	    inlined from 'handle_1586' at src/clock.c:403:15:
  9829	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9830	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9831	      |                                   ^
  9832	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9833	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9834	      |     ^~~~~~~~~~
  9835	src/clock.c:373:5: note: in expansion of macro 'SET_BDA'
  9836	  373 |     SET_BDA(rtc_wait_flag, RWS_WAIT_PENDING);  // Set status byte.
  9837	      |     ^~~~~~~
  9838	In function 'handle_1586':
  9839	cc1: note: source object is likely at address zero
  9840	In function 'set_usertimer',
  9841	    inlined from 'handle_1586' at src/clock.c:403:15:
  9842	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
  9843	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9844	      |                                   ^
  9845	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9846	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9847	      |     ^~~~~~~~~~
  9848	src/clock.c:374:5: note: in expansion of macro 'SET_BDA'
  9849	  374 |     SET_BDA(user_wait_complete_flag, SEGOFF(seg, offset));
  9850	      |     ^~~~~~~
  9851	In function 'handle_1586':
  9852	cc1: note: source object is likely at address zero
  9853	In function 'set_usertimer',
  9854	    inlined from 'handle_1586' at src/clock.c:403:15:
  9855	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
  9856	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9857	      |                                   ^
  9858	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9859	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9860	      |     ^~~~~~~~~~
  9861	src/clock.c:374:5: note: in expansion of macro 'SET_BDA'
  9862	  374 |     SET_BDA(user_wait_complete_flag, SEGOFF(seg, offset));
  9863	      |     ^~~~~~~
  9864	In function 'handle_1586':
  9865	cc1: note: source object is likely at address zero
  9866	In function 'set_usertimer',
  9867	    inlined from 'handle_1586' at src/clock.c:403:15:
  9868	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
  9869	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9870	      |                                   ^
  9871	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9872	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9873	      |     ^~~~~~~~~~
  9874	src/clock.c:375:5: note: in expansion of macro 'SET_BDA'
  9875	  375 |     SET_BDA(user_wait_timeout, usecs);
  9876	      |     ^~~~~~~
  9877	In function 'handle_1586':
  9878	cc1: note: source object is likely at address zero
  9879	In function 'set_usertimer',
  9880	    inlined from 'handle_158300' at src/clock.c:417:15,
  9881	    inlined from 'handle_1583' at src/clock.c:448:16:
  9882	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9883	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9884	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9885	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9886	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9887	      |     ^~~~~~~~~~
  9888	src/clock.c:369:9: note: in expansion of macro 'GET_BDA'
  9889	  369 |     if (GET_BDA(rtc_wait_flag) & RWS_WAIT_PENDING)
  9890	      |         ^~~~~~~
  9891	In function 'handle_1583':
  9892	cc1: note: source object is likely at address zero
  9893	In function 'set_usertimer',
  9894	    inlined from 'handle_158300' at src/clock.c:417:15,
  9895	    inlined from 'handle_1583' at src/clock.c:448:16:
  9896	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9897	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9898	      |                                   ^
  9899	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9900	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9901	      |     ^~~~~~~~~~
  9902	src/clock.c:373:5: note: in expansion of macro 'SET_BDA'
  9903	  373 |     SET_BDA(rtc_wait_flag, RWS_WAIT_PENDING);  // Set status byte.
  9904	      |     ^~~~~~~
  9905	In function 'handle_1583':
  9906	cc1: note: source object is likely at address zero
  9907	In function 'set_usertimer',
  9908	    inlined from 'handle_158300' at src/clock.c:417:15,
  9909	    inlined from 'handle_1583' at src/clock.c:448:16:
  9910	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
  9911	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9912	      |                                   ^
  9913	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9914	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9915	      |     ^~~~~~~~~~
  9916	src/clock.c:374:5: note: in expansion of macro 'SET_BDA'
  9917	  374 |     SET_BDA(user_wait_complete_flag, SEGOFF(seg, offset));
  9918	      |     ^~~~~~~
  9919	In function 'handle_1583':
  9920	cc1: note: source object is likely at address zero
  9921	In function 'set_usertimer',
  9922	    inlined from 'handle_158300' at src/clock.c:417:15,
  9923	    inlined from 'handle_1583' at src/clock.c:448:16:
  9924	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
  9925	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9926	      |                                   ^
  9927	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9928	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9929	      |     ^~~~~~~~~~
  9930	src/clock.c:374:5: note: in expansion of macro 'SET_BDA'
  9931	  374 |     SET_BDA(user_wait_complete_flag, SEGOFF(seg, offset));
  9932	      |     ^~~~~~~
  9933	In function 'handle_1583':
  9934	cc1: note: source object is likely at address zero
  9935	In function 'set_usertimer',
  9936	    inlined from 'handle_158300' at src/clock.c:417:15,
  9937	    inlined from 'handle_1583' at src/clock.c:448:16:
  9938	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
  9939	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9940	      |                                   ^
  9941	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9942	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9943	      |     ^~~~~~~~~~
  9944	src/clock.c:375:5: note: in expansion of macro 'SET_BDA'
  9945	  375 |     SET_BDA(user_wait_timeout, usecs);
  9946	      |     ^~~~~~~
  9947	In function 'handle_1583':
  9948	cc1: note: source object is likely at address zero
  9949	src/clock.c: In function 'handle_70':
  9950	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
  9951	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9952	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9953	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9954	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9955	      |     ^~~~~~~~~~
  9956	src/clock.c:484:10: note: in expansion of macro 'GET_BDA'
  9957	  484 |     if (!GET_BDA(rtc_wait_flag))
  9958	      |          ^~~~~~~
  9959	cc1: note: source object is likely at address zero
  9960	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
  9961	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9962	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9963	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9964	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9965	      |     ^~~~~~~~~~
  9966	src/clock.c:488:16: note: in expansion of macro 'GET_BDA'
  9967	  488 |     u32 time = GET_BDA(user_wait_timeout);  // Time left in microseconds.
  9968	      |                ^~~~~~~
  9969	cc1: note: source object is likely at address zero
  9970	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
  9971	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9972	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9973	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
  9974	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
  9975	      |          ^~~~~~~~~~
  9976	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
  9977	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
  9978	      |     ^~~~~~~~~~
  9979	src/clock.c:501:9: note: in expansion of macro 'SET_BDA'
  9980	  501 |         SET_BDA(user_wait_timeout, time);
  9981	      |         ^~~~~~~
  9982	cc1: note: source object is likely at address zero
  9983	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
  9984	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9985	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9986	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9987	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9988	      |     ^~~~~~~~~~
  9989	src/clock.c:491:34: note: in expansion of macro 'GET_BDA'
  9990	  491 |         struct segoff_s segoff = GET_BDA(user_wait_complete_flag);
  9991	      |                                  ^~~~~~~
  9992	cc1: note: source object is likely at address zero
  9993	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
  9994	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
  9995	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9996	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
  9997	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
  9998	      |     ^~~~~~~~~~
  9999	src/clock.c:491:34: note: in expansion of macro 'GET_BDA'
 10000	  491 |         struct segoff_s segoff = GET_BDA(user_wait_complete_flag);
 10001	      |                                  ^~~~~~~
 10002	cc1: note: source object is likely at address zero
 10003	In file included from src/biosvar.h:10,
 10004	                 from src/kbd.c:8:
 10005	src/kbd.c: In function 'kbd_set_flag':
 10006	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10007	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10008	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10009	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10010	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10011	      |     ^~~~~~~~~~
 10012	src/kbd.c:397:18: note: in expansion of macro 'GET_BDA'
 10013	  397 |     u16 flags0 = GET_BDA(kbd_flag0);
 10014	      |                  ^~~~~~~
 10015	cc1: note: source object is likely at address zero
 10016	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10017	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10018	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10019	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10020	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10021	      |     ^~~~~~~~~~
 10022	src/kbd.c:398:17: note: in expansion of macro 'GET_BDA'
 10023	  398 |     u8 flags1 = GET_BDA(kbd_flag1);
 10024	      |                 ^~~~~~~
 10025	cc1: note: source object is likely at address zero
 10026	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10027	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10028	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10029	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10030	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10031	      |          ^~~~~~~~~~
 10032	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10033	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10034	      |     ^~~~~~~~~~
 10035	src/kbd.c:407:5: note: in expansion of macro 'SET_BDA'
 10036	  407 |     SET_BDA(kbd_flag0, flags0);
 10037	      |     ^~~~~~~
 10038	cc1: note: source object is likely at address zero
 10039	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10040	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10041	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10042	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10043	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10044	      |          ^~~~~~~~~~
 10045	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10046	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10047	      |     ^~~~~~~~~~
 10048	src/kbd.c:408:5: note: in expansion of macro 'SET_BDA'
 10049	  408 |     SET_BDA(kbd_flag1, flags1);
 10050	      |     ^~~~~~~
 10051	cc1: note: source object is likely at address zero
 10052	src/kbd.c: In function 'set_leds':
 10053	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10054	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10055	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10056	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10057	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10058	      |     ^~~~~~~~~~
 10059	src/kbd.c:230:23: note: in expansion of macro 'GET_BDA'
 10060	  230 |     u8 shift_flags = (GET_BDA(kbd_flag0) >> 4) & 0x07;
 10061	      |                       ^~~~~~~
 10062	cc1: note: source object is likely at address zero
 10063	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10064	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10065	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10066	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10067	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10068	      |     ^~~~~~~~~~
 10069	src/kbd.c:231:18: note: in expansion of macro 'GET_BDA'
 10070	  231 |     u8 kbd_led = GET_BDA(kbd_led);
 10071	      |                  ^~~~~~~
 10072	cc1: note: source object is likely at address zero
 10073	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10074	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10075	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10076	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10077	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10078	      |          ^~~~~~~~~~
 10079	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10080	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10081	      |     ^~~~~~~~~~
 10082	src/kbd.c:241:5: note: in expansion of macro 'SET_BDA'
 10083	  241 |     SET_BDA(kbd_led, kbd_led);
 10084	      |     ^~~~~~~
 10085	cc1: note: source object is likely at address zero
 10086	src/kbd.c: In function 'dequeue_key':
 10087	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10088	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10089	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10090	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10091	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10092	      |     ^~~~~~~~~~
 10093	src/kbd.c:61:23: note: in expansion of macro 'GET_BDA'
 10094	   61 |         buffer_head = GET_BDA(kbd_buf_head);
 10095	      |                       ^~~~~~~
 10096	cc1: note: source object is likely at address zero
 10097	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10098	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10099	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10100	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10101	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10102	      |     ^~~~~~~~~~
 10103	src/kbd.c:62:23: note: in expansion of macro 'GET_BDA'
 10104	   62 |         buffer_tail = GET_BDA(kbd_buf_tail);
 10105	      |                       ^~~~~~~
 10106	cc1: note: source object is likely at address zero
 10107	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10108	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10109	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10110	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10111	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10112	      |     ^~~~~~~~~~
 10113	src/kbd.c:98:24: note: in expansion of macro 'GET_BDA'
 10114	   98 |     u16 buffer_start = GET_BDA(kbd_buf_start_offset);
 10115	      |                        ^~~~~~~
 10116	cc1: note: source object is likely at address zero
 10117	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10118	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10119	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10120	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10121	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10122	      |     ^~~~~~~~~~
 10123	src/kbd.c:99:24: note: in expansion of macro 'GET_BDA'
 10124	   99 |     u16 buffer_end   = GET_BDA(kbd_buf_end_offset);
 10125	      |                        ^~~~~~~
 10126	cc1: note: source object is likely at address zero
 10127	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10128	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10129	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10130	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10131	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10132	      |          ^~~~~~~~~~
 10133	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10134	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10135	      |     ^~~~~~~~~~
 10136	src/kbd.c:104:5: note: in expansion of macro 'SET_BDA'
 10137	  104 |     SET_BDA(kbd_buf_head, buffer_head);
 10138	      |     ^~~~~~~
 10139	cc1: note: source object is likely at address zero
 10140	src/kbd.c: In function 'kbd_init':
 10141	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10142	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10143	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10144	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10145	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10146	      |          ^~~~~~~~~~
 10147	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10148	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10149	      |     ^~~~~~~~~~
 10150	src/kbd.c:23:5: note: in expansion of macro 'SET_BDA'
 10151	   23 |     SET_BDA(kbd_flag1, KF1_101KBD);
 10152	      |     ^~~~~~~
 10153	cc1: note: source object is likely at address zero
 10154	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10155	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10156	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10157	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10158	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10159	      |          ^~~~~~~~~~
 10160	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10161	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10162	      |     ^~~~~~~~~~
 10163	src/kbd.c:24:5: note: in expansion of macro 'SET_BDA'
 10164	   24 |     SET_BDA(kbd_buf_head, x);
 10165	      |     ^~~~~~~
 10166	cc1: note: source object is likely at address zero
 10167	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10168	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10169	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10170	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10171	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10172	      |          ^~~~~~~~~~
 10173	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10174	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10175	      |     ^~~~~~~~~~
 10176	src/kbd.c:25:5: note: in expansion of macro 'SET_BDA'
 10177	   25 |     SET_BDA(kbd_buf_tail, x);
 10178	      |     ^~~~~~~
 10179	cc1: note: source object is likely at address zero
 10180	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10181	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10182	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10183	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10184	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10185	      |          ^~~~~~~~~~
 10186	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10187	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10188	      |     ^~~~~~~~~~
 10189	src/kbd.c:26:5: note: in expansion of macro 'SET_BDA'
 10190	   26 |     SET_BDA(kbd_buf_start_offset, x);
 10191	      |     ^~~~~~~
 10192	cc1: note: source object is likely at address zero
 10193	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10194	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10195	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10196	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10197	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10198	      |          ^~~~~~~~~~
 10199	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10200	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10201	      |     ^~~~~~~~~~
 10202	src/kbd.c:28:5: note: in expansion of macro 'SET_BDA'
 10203	   28 |     SET_BDA(kbd_buf_end_offset
 10204	      |     ^~~~~~~
 10205	cc1: note: source object is likely at address zero
 10206	src/kbd.c: In function 'enqueue_key':
 10207	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10208	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10209	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10210	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10211	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10212	      |     ^~~~~~~~~~
 10213	src/kbd.c:35:24: note: in expansion of macro 'GET_BDA'
 10214	   35 |     u16 buffer_start = GET_BDA(kbd_buf_start_offset);
 10215	      |                        ^~~~~~~
 10216	cc1: note: source object is likely at address zero
 10217	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10218	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10219	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10220	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10221	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10222	      |     ^~~~~~~~~~
 10223	src/kbd.c:36:24: note: in expansion of macro 'GET_BDA'
 10224	   36 |     u16 buffer_end   = GET_BDA(kbd_buf_end_offset);
 10225	      |                        ^~~~~~~
 10226	cc1: note: source object is likely at address zero
 10227	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10228	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10229	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10230	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10231	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10232	      |     ^~~~~~~~~~
 10233	src/kbd.c:38:23: note: in expansion of macro 'GET_BDA'
 10234	   38 |     u16 buffer_head = GET_BDA(kbd_buf_head);
 10235	      |                       ^~~~~~~
 10236	cc1: note: source object is likely at address zero
 10237	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10238	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10239	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10240	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10241	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10242	      |     ^~~~~~~~~~
 10243	src/kbd.c:39:23: note: in expansion of macro 'GET_BDA'
 10244	   39 |     u16 buffer_tail = GET_BDA(kbd_buf_tail);
 10245	      |                       ^~~~~~~
 10246	cc1: note: source object is likely at address zero
 10247	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10248	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10249	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10250	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10251	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10252	      |          ^~~~~~~~~~
 10253	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10254	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10255	      |     ^~~~~~~~~~
 10256	src/kbd.c:50:5: note: in expansion of macro 'SET_BDA'
 10257	   50 |     SET_BDA(kbd_buf_tail, buffer_tail);
 10258	      |     ^~~~~~~
 10259	cc1: note: source object is likely at address zero
 10260	In function 'handle_1612',
 10261	    inlined from 'handle_16' at src/kbd.c:264:16:
 10262	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10263	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10264	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10265	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10266	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10267	      |     ^~~~~~~~~~
 10268	src/kbd.c:193:18: note: in expansion of macro 'GET_BDA'
 10269	  193 |     regs->ax = ((GET_BDA(kbd_flag0) & ~((KF1_RCTRL|KF1_RALT) << 8))
 10270	      |                  ^~~~~~~
 10271	In function 'handle_16':
 10272	cc1: note: source object is likely at address zero
 10273	In function 'handle_1612',
 10274	    inlined from 'handle_16' at src/kbd.c:264:16:
 10275	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10276	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10277	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10278	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10279	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10280	      |     ^~~~~~~~~~
 10281	src/kbd.c:194:21: note: in expansion of macro 'GET_BDA'
 10282	  194 |                 | ((GET_BDA(kbd_flag1) & (KF1_RCTRL|KF1_RALT)) << 8));
 10283	      |                     ^~~~~~~
 10284	In function 'handle_16':
 10285	cc1: note: source object is likely at address zero
 10286	In function 'handle_1602',
 10287	    inlined from 'handle_16' at src/kbd.c:258:16:
 10288	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10289	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10290	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10291	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10292	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10293	      |     ^~~~~~~~~~
 10294	src/kbd.c:134:16: note: in expansion of macro 'GET_BDA'
 10295	  134 |     regs->al = GET_BDA(kbd_flag0);
 10296	      |                ^~~~~~~
 10297	In function 'handle_16':
 10298	cc1: note: source object is likely at address zero
 10299	In function '__process_key',
 10300	    inlined from 'process_key' at src/kbd.c:598:5:
 10301	src/kbd.c:459:8: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10302	  459 |     u8 flags1 = GET_BDA(kbd_flag1);
 10303	      |        ^~~~~~
 10304	In function 'process_key':
 10305	cc1: note: source object is likely at address zero
 10306	In function '__process_key',
 10307	    inlined from 'process_key' at src/kbd.c:598:5:
 10308	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10309	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10310	      |                                   ^
 10311	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10312	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10313	      |     ^~~~~~~~~~
 10314	src/kbd.c:473:9: note: in expansion of macro 'SET_BDA'
 10315	  473 |         SET_BDA(kbd_flag1, flags1 & ~(KF1_LAST_E0|KF1_LAST_E1));
 10316	      |         ^~~~~~~
 10317	In function 'process_key':
 10318	cc1: note: source object is likely at address zero
 10319	In function '__process_key',
 10320	    inlined from 'process_key' at src/kbd.c:598:5:
 10321	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10322	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10323	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10324	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10325	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10326	      |     ^~~~~~~~~~
 10327	src/kbd.c:529:14: note: in expansion of macro 'GET_BDA'
 10328	  529 |         if ((GET_BDA(kbd_flag0) & (KF0_CTRLACTIVE|KF0_ALTACTIVE))
 10329	      |              ^~~~~~~
 10330	In function 'process_key':
 10331	cc1: note: source object is likely at address zero
 10332	In function '__process_key',
 10333	    inlined from 'process_key' at src/kbd.c:598:5:
 10334	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10335	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10336	      |                                   ^
 10337	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10338	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10339	      |     ^~~~~~~~~~
 10340	src/kbd.c:532:13: note: in expansion of macro 'SET_BDA'
 10341	  532 |             SET_BDA(soft_reset_flag, 0x1234);
 10342	      |             ^~~~~~~
 10343	In function 'process_key':
 10344	cc1: note: source object is likely at address zero
 10345	In function 'kbd_ctrl_break',
 10346	    inlined from '__process_key' at src/kbd.c:513:13,
 10347	    inlined from 'process_key' at src/kbd.c:598:5:
 10348	src/kbd.c:417:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10349	  417 |     u16 buffer_start = GET_BDA(kbd_buf_start_offset);
 10350	      |         ^~~~~~~~~~~~
 10351	In function 'process_key':
 10352	cc1: note: source object is likely at address zero
 10353	In function 'kbd_ctrl_break',
 10354	    inlined from '__process_key' at src/kbd.c:513:13,
 10355	    inlined from 'process_key' at src/kbd.c:598:5:
 10356	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10357	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10358	      |                                   ^
 10359	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10360	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10361	      |     ^~~~~~~~~~
 10362	src/kbd.c:418:5: note: in expansion of macro 'SET_BDA'
 10363	  418 |     SET_BDA(kbd_buf_head, buffer_start);
 10364	      |     ^~~~~~~
 10365	In function 'process_key':
 10366	cc1: note: source object is likely at address zero
 10367	In function 'kbd_ctrl_break',
 10368	    inlined from '__process_key' at src/kbd.c:513:13,
 10369	    inlined from 'process_key' at src/kbd.c:598:5:
 10370	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10371	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10372	      |                                   ^
 10373	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10374	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10375	      |     ^~~~~~~~~~
 10376	src/kbd.c:419:5: note: in expansion of macro 'SET_BDA'
 10377	  419 |     SET_BDA(kbd_buf_tail, buffer_start+2);
 10378	      |     ^~~~~~~
 10379	In function 'process_key':
 10380	cc1: note: source object is likely at address zero
 10381	In function 'kbd_ctrl_break',
 10382	    inlined from '__process_key' at src/kbd.c:513:13,
 10383	    inlined from 'process_key' at src/kbd.c:598:5:
 10384	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10385	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10386	      |                                   ^
 10387	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10388	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10389	      |     ^~~~~~~~~~
 10390	src/kbd.c:422:5: note: in expansion of macro 'SET_BDA'
 10391	  422 |     SET_BDA(break_flag, 0x80);
 10392	      |     ^~~~~~~
 10393	In function 'process_key':
 10394	cc1: note: source object is likely at address zero
 10395	In function '__process_key',
 10396	    inlined from 'process_key' at src/kbd.c:598:5:
 10397	src/kbd.c:552:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10398	  552 |     u16 flags0 = GET_BDA(kbd_flag0);
 10399	      |         ^~~~~~
 10400	In function 'process_key':
 10401	cc1: note: source object is likely at address zero
 10402	In function '__process_key',
 10403	    inlined from 'process_key' at src/kbd.c:598:5:
 10404	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10405	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10406	      |                                   ^
 10407	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10408	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10409	      |     ^~~~~~~~~~
 10410	src/kbd.c:463:9: note: in expansion of macro 'SET_BDA'
 10411	  463 |         SET_BDA(kbd_flag1, flags1 | eflag);
 10412	      |         ^~~~~~~
 10413	In function 'process_key':
 10414	cc1: note: source object is likely at address zero
 10415	  Compile checking out/src/jpeg.o
 10416	  Compile checking out/src/bmp.o
 10417	  Compile checking out/src/tcgbios.o
 10418	  Compile checking out/src/sha1.o
 10419	  Compile checking out/src/hw/pcidevice.o
 10420	In file included from src/biosvar.h:10,
 10421	                 from src/disk.c:8:
 10422	src/disk.c: In function '__disk_ret_unimplemented':
 10423	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10424	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10425	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10426	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10427	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10428	      |          ^~~~~~~~~~
 10429	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10430	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10431	      |     ^~~~~~~~~~
 10432	src/disk.c:45:9: note: in expansion of macro 'SET_BDA'
 10433	   45 |         SET_BDA(disk_last_status, code);
 10434	      |         ^~~~~~~
 10435	cc1: note: source object is likely at address zero
 10436	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10437	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10438	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10439	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10440	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10441	      |          ^~~~~~~~~~
 10442	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10443	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10444	      |     ^~~~~~~~~~
 10445	src/disk.c:43:9: note: in expansion of macro 'SET_BDA'
 10446	   43 |         SET_BDA(floppy_last_status, code);
 10447	      |         ^~~~~~~
 10448	cc1: note: source object is likely at address zero
 10449	src/disk.c: In function '__disk_ret':
 10450	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10451	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10452	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10453	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10454	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10455	      |          ^~~~~~~~~~
 10456	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10457	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10458	      |     ^~~~~~~~~~
 10459	src/disk.c:31:9: note: in expansion of macro 'SET_BDA'
 10460	   31 |         SET_BDA(disk_last_status, code);
 10461	      |         ^~~~~~~
 10462	cc1: note: source object is likely at address zero
 10463	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10464	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10465	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10466	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10467	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10468	      |          ^~~~~~~~~~
 10469	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10470	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10471	      |     ^~~~~~~~~~
 10472	src/disk.c:29:9: note: in expansion of macro 'SET_BDA'
 10473	   29 |         SET_BDA(floppy_last_status, code);
 10474	      |         ^~~~~~~
 10475	cc1: note: source object is likely at address zero
 10476	src/disk.c: In function 'disk_1308':
 10477	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10478	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10479	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10480	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10481	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10482	      |     ^~~~~~~~~~
 10483	src/disk.c:297:17: note: in expansion of macro 'GET_BDA'
 10484	  297 |         count = GET_BDA(hdcount);
 10485	      |                 ^~~~~~~
 10486	cc1: note: source object is likely at address zero
 10487	src/disk.c: In function 'disk_13':
 10488	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10489	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10490	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10491	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10492	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10493	      |          ^~~~~~~~~~
 10494	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10495	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10496	      |     ^~~~~~~~~~
 10497	src/disk.c:626:5: note: in expansion of macro 'SET_BDA'
 10498	  626 |     SET_BDA(disk_interrupt_flag, 0);
 10499	      |     ^~~~~~~
 10500	cc1: note: source object is likely at address zero
 10501	In function 'disk_1301',
 10502	    inlined from 'disk_13' at src/disk.c:630:16:
 10503	src/disk.c:218:11: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10504	  218 |         v = GET_BDA(disk_last_status);
 10505	In function 'disk_13':
 10506	cc1: note: source object is likely at address zero
 10507	In function 'disk_1301',
 10508	    inlined from 'disk_13' at src/disk.c:630:16:
 10509	src/disk.c:216:11: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10510	  216 |         v = GET_BDA(floppy_last_status);
 10511	In function 'disk_13':
 10512	cc1: note: source object is likely at address zero
 10513	src/disk.c: In function 'handle_76':
 10514	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10515	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10516	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10517	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10518	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10519	      |          ^~~~~~~~~~
 10520	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10521	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10522	      |     ^~~~~~~~~~
 10523	src/disk.c:777:5: note: in expansion of macro 'SET_BDA'
 10524	  777 |     SET_BDA(disk_interrupt_flag, 0xff);
 10525	      |     ^~~~~~~
 10526	cc1: note: source object is likely at address zero
 10527	  Compile checking out/src/hw/ahci.o
 10528	src/block.c: In function 'map_hd_drive':
 10529	src/block.c:261:19: warning: array subscript 0 is outside array bounds of 'struct bios_data_area_s[0]' [-Warray-bounds=]
 10530	  261 |     int hdid = bda->hdcount;
 10531	      |                   ^~
 10532	cc1: note: source object is likely at address zero
 10533	In file included from src/biosvar.h:10,
 10534	                 from src/block.c:8:
 10535	In function 'get_ebda_seg',
 10536	    inlined from 'get_ebda_ptr' at src/biosvar.h:66:12,
 10537	    inlined from 'fill_fdpt' at src/block.c:213:28,
 10538	    inlined from 'map_hd_drive' at src/block.c:269:5:
 10539	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10540	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10541	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10542	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10543	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10544	      |     ^~~~~~~~~~
 10545	src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
 10546	   60 |     return GET_BDA(ebda_seg);
 10547	      |            ^~~~~~~
 10548	In function 'map_hd_drive':
 10549	cc1: note: source object is likely at address zero
 10550	In function 'get_ebda_seg',
 10551	    inlined from 'fill_fdpt' at src/block.c:239:9,
 10552	    inlined from 'map_hd_drive' at src/block.c:269:5:
 10553	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10554	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10555	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10556	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10557	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10558	      |     ^~~~~~~~~~
 10559	src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
 10560	   60 |     return GET_BDA(ebda_seg);
 10561	      |            ^~~~~~~
 10562	In function 'map_hd_drive':
 10563	cc1: note: source object is likely at address zero
 10564	In function 'fill_fdpt',
 10565	    inlined from 'map_hd_drive' at src/block.c:269:5:
 10566	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 10567	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10568	      |                                   ^
 10569	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 10570	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 10571	      |     ^~~~~~~~~~
 10572	src/block.c:239:9: note: in expansion of macro 'SET_IVT'
 10573	  239 |         SET_IVT(0x46, SEGOFF(get_ebda_seg(), offsetof(
 10574	      |         ^~~~~~~
 10575	In function 'map_hd_drive':
 10576	cc1: note: source object is likely at address zero
 10577	In function 'fill_fdpt',
 10578	    inlined from 'map_hd_drive' at src/block.c:269:5:
 10579	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 10580	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10581	      |                                   ^
 10582	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 10583	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 10584	      |     ^~~~~~~~~~
 10585	src/block.c:239:9: note: in expansion of macro 'SET_IVT'
 10586	  239 |         SET_IVT(0x46, SEGOFF(get_ebda_seg(), offsetof(
 10587	      |         ^~~~~~~
 10588	In function 'map_hd_drive':
 10589	cc1: note: source object is likely at address zero
 10590	In function 'get_ebda_seg',
 10591	    inlined from 'fill_fdpt' at src/block.c:236:9,
 10592	    inlined from 'map_hd_drive' at src/block.c:269:5:
 10593	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10594	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10595	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10596	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10597	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10598	      |     ^~~~~~~~~~
 10599	src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
 10600	   60 |     return GET_BDA(ebda_seg);
 10601	      |            ^~~~~~~
 10602	In function 'map_hd_drive':
 10603	cc1: note: source object is likely at address zero
 10604	In function 'fill_fdpt',
 10605	    inlined from 'map_hd_drive' at src/block.c:269:5:
 10606	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 10607	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10608	      |                                   ^
 10609	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 10610	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 10611	      |     ^~~~~~~~~~
 10612	src/block.c:236:9: note: in expansion of macro 'SET_IVT'
 10613	  236 |         SET_IVT(0x41, SEGOFF(get_ebda_seg(), offsetof(
 10614	      |         ^~~~~~~
 10615	In function 'map_hd_drive':
 10616	cc1: note: source object is likely at address zero
 10617	In function 'fill_fdpt',
 10618	    inlined from 'map_hd_drive' at src/block.c:269:5:
 10619	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 10620	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10621	      |                                   ^
 10622	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 10623	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 10624	      |     ^~~~~~~~~~
 10625	src/block.c:236:9: note: in expansion of macro 'SET_IVT'
 10626	  236 |         SET_IVT(0x41, SEGOFF(get_ebda_seg(), offsetof(
 10627	      |         ^~~~~~~
 10628	In function 'map_hd_drive':
 10629	cc1: note: source object is likely at address zero
 10630	In function 'set_equipment_flags',
 10631	    inlined from 'map_floppy_drive' at src/block.c:296:9:
 10632	src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10633	   43 |     u16 eqf = GET_BDA(equipment_list_flags);
 10634	      |         ^~~
 10635	In function 'map_floppy_drive':
 10636	cc1: note: source object is likely at address zero
 10637	In function 'set_equipment_flags',
 10638	    inlined from 'map_floppy_drive' at src/block.c:296:9:
 10639	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10640	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10641	      |                                   ^
 10642	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10643	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10644	      |     ^~~~~~~~~~
 10645	src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
 10646	   44 |     SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
 10647	      |     ^~~~~~~
 10648	In function 'map_floppy_drive':
 10649	cc1: note: source object is likely at address zero
 10650	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10651	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10652	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10653	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10654	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10655	      |          ^~~~~~~~~~
 10656	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10657	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10658	      |     ^~~~~~~~~~
 10659	src/block.c:297:9: note: in expansion of macro 'SET_BDA'
 10660	  297 |         SET_BDA(floppy_harddisk_info, 0x77);
 10661	      |         ^~~~~~~
 10662	cc1: note: source object is likely at address zero
 10663	In function 'set_equipment_flags',
 10664	    inlined from 'map_floppy_drive' at src/block.c:292:9:
 10665	src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10666	   43 |     u16 eqf = GET_BDA(equipment_list_flags);
 10667	      |         ^~~
 10668	In function 'map_floppy_drive':
 10669	cc1: note: source object is likely at address zero
 10670	In function 'set_equipment_flags',
 10671	    inlined from 'map_floppy_drive' at src/block.c:292:9:
 10672	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10673	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10674	      |                                   ^
 10675	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10676	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10677	      |     ^~~~~~~~~~
 10678	src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
 10679	   44 |     SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
 10680	      |     ^~~~~~~
 10681	In function 'map_floppy_drive':
 10682	cc1: note: source object is likely at address zero
 10683	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10684	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10685	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10686	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 10687	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10688	      |          ^~~~~~~~~~
 10689	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10690	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10691	      |     ^~~~~~~~~~
 10692	src/block.c:293:9: note: in expansion of macro 'SET_BDA'
 10693	  293 |         SET_BDA(floppy_harddisk_info, 0x07);
 10694	      |         ^~~~~~~
 10695	cc1: note: source object is likely at address zero
 10696	  Compile checking out/src/hw/usb-xhci.o
 10697	  Compile checking out/src/hw/pvscsi.o
 10698	In file included from src/output.c:9:
 10699	src/output.c: In function 'screenc':
 10700	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 10701	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10702	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10703	src/biosvar.h:20:5: note: in expansion of macro 'GET_FARVAR'
 10704	   20 |     GET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector])
 10705	      |     ^~~~~~~~~~
 10706	src/output.c:77:25: note: in expansion of macro 'GET_IVT'
 10707	   77 |     if (!MODESEGMENT && GET_IVT(0x10).segoff == FUNC16(entry_10).segoff)
 10708	      |                         ^~~~~~~
 10709	cc1: note: source object is likely at address zero
 10710	  Compile checking out/src/hw/usb-hub.o
 10711	  Compile checking out/src/hw/sdcard.o
 10712	  Compile checking out/src/fw/coreboot.o
 10713	  Compile checking out/src/fw/lzmadecode.o
 10714	  Compile checking out/src/fw/multiboot.o
 10715	In file included from src/biosvar.h:10,
 10716	                 from src/sercon.c:7:
 10717	In function 'cursor_pos_set',
 10718	    inlined from 'sercon_cursor_pos_set' at src/sercon.c:190:9:
 10719	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10720	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10721	      |                                   ^
 10722	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10723	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10724	      |     ^~~~~~~~~~
 10725	src/sercon.c:42:5: note: in expansion of macro 'SET_BDA'
 10726	   42 |     SET_BDA(cursor_pos[0], pos);
 10727	      |     ^~~~~~~
 10728	In function 'sercon_cursor_pos_set':
 10729	cc1: note: source object is likely at address zero
 10730	In function 'cursor_pos_row',
 10731	    inlined from 'sercon_lazy_lf' at src/sercon.c:270:11:
 10732	src/sercon.c:35:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10733	   35 |     u16 pos = GET_BDA(cursor_pos[0]);
 10734	      |         ^~~
 10735	In function 'sercon_lazy_lf':
 10736	cc1: note: source object is likely at address zero
 10737	In function 'video_rows',
 10738	    inlined from 'sercon_lazy_lf' at src/sercon.c:271:16:
 10739	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10740	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10741	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10742	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10743	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10744	      |     ^~~~~~~~~~
 10745	src/sercon.c:19:12: note: in expansion of macro 'GET_BDA'
 10746	   19 |     return GET_BDA(video_rows)+1;
 10747	      |            ^~~~~~~
 10748	In function 'sercon_lazy_lf':
 10749	cc1: note: source object is likely at address zero
 10750	In function 'cursor_pos_row',
 10751	    inlined from 'sercon_lazy_cursor_sync' at src/sercon.c:198:14,
 10752	    inlined from 'sercon_lazy_flush' at src/sercon.c:236:5:
 10753	src/sercon.c:35:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10754	   35 |     u16 pos = GET_BDA(cursor_pos[0]);
 10755	      |         ^~~
 10756	In function 'sercon_lazy_flush':
 10757	cc1: note: source object is likely at address zero
 10758	In function 'cursor_pos_row',
 10759	    inlined from 'sercon_lazy_putchar' at src/sercon.c:296:9:
 10760	src/sercon.c:35:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10761	   35 |     u16 pos = GET_BDA(cursor_pos[0]);
 10762	      |         ^~~
 10763	In function 'sercon_lazy_putchar':
 10764	cc1: note: source object is likely at address zero
 10765	In function 'cursor_pos_col',
 10766	    inlined from 'sercon_lazy_move_cursor' at src/sercon.c:285:11,
 10767	    inlined from 'sercon_lazy_putchar' at src/sercon.c:303:9:
 10768	src/sercon.c:29:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10769	   29 |     u16 pos = GET_BDA(cursor_pos[0]);
 10770	      |         ^~~
 10771	In function 'sercon_lazy_putchar':
 10772	cc1: note: source object is likely at address zero
 10773	In function 'video_cols',
 10774	    inlined from 'sercon_lazy_move_cursor' at src/sercon.c:286:16,
 10775	    inlined from 'sercon_lazy_putchar' at src/sercon.c:303:9:
 10776	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10777	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10778	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10779	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10780	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10781	      |     ^~~~~~~~~~
 10782	src/sercon.c:24:12: note: in expansion of macro 'GET_BDA'
 10783	   24 |     return GET_BDA(video_cols);
 10784	      |            ^~~~~~~
 10785	In function 'sercon_lazy_putchar':
 10786	cc1: note: source object is likely at address zero
 10787	In function 'sercon_100f',
 10788	    inlined from 'handle_sercon' at src/sercon.c:505:16:
 10789	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10790	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10791	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10792	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10793	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10794	      |     ^~~~~~~~~~
 10795	src/sercon.c:456:16: note: in expansion of macro 'GET_BDA'
 10796	  456 |     regs->al = GET_BDA(video_mode);
 10797	      |                ^~~~~~~
 10798	In function 'handle_sercon':
 10799	cc1: note: source object is likely at address zero
 10800	In function 'sercon_100f',
 10801	    inlined from 'handle_sercon' at src/sercon.c:505:16:
 10802	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10803	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10804	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10805	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10806	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10807	      |     ^~~~~~~~~~
 10808	src/sercon.c:457:16: note: in expansion of macro 'GET_BDA'
 10809	  457 |     regs->ah = GET_BDA(video_cols);
 10810	      |                ^~~~~~~
 10811	In function 'handle_sercon':
 10812	cc1: note: source object is likely at address zero
 10813	In function 'cursor_pos_row',
 10814	    inlined from 'sercon_lazy_cr' at src/sercon.c:263:27,
 10815	    inlined from 'sercon_100e' at src/sercon.c:442:9,
 10816	    inlined from 'handle_sercon' at src/sercon.c:504:16:
 10817	src/sercon.c:35:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10818	   35 |     u16 pos = GET_BDA(cursor_pos[0]);
 10819	      |         ^~~
 10820	In function 'handle_sercon':
 10821	cc1: note: source object is likely at address zero
 10822	In function 'cursor_pos_col',
 10823	    inlined from 'sercon_lazy_backspace' at src/sercon.c:254:11,
 10824	    inlined from 'sercon_100e' at src/sercon.c:439:9,
 10825	    inlined from 'handle_sercon' at src/sercon.c:504:16:
 10826	src/sercon.c:29:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10827	   29 |     u16 pos = GET_BDA(cursor_pos[0]);
 10828	      |         ^~~
 10829	In function 'handle_sercon':
 10830	cc1: note: source object is likely at address zero
 10831	In function 'cursor_pos_row',
 10832	    inlined from 'sercon_lazy_backspace' at src/sercon.c:257:35,
 10833	    inlined from 'sercon_100e' at src/sercon.c:439:9,
 10834	    inlined from 'handle_sercon' at src/sercon.c:504:16:
 10835	src/sercon.c:35:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10836	   35 |     u16 pos = GET_BDA(cursor_pos[0]);
 10837	      |         ^~~
 10838	In function 'handle_sercon':
 10839	cc1: note: source object is likely at address zero
 10840	In function 'video_rows',
 10841	    inlined from 'sercon_1009' at src/sercon.c:411:16,
 10842	    inlined from 'handle_sercon' at src/sercon.c:503:16:
 10843	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10844	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10845	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10846	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10847	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10848	      |     ^~~~~~~~~~
 10849	src/sercon.c:19:12: note: in expansion of macro 'GET_BDA'
 10850	   19 |     return GET_BDA(video_rows)+1;
 10851	      |            ^~~~~~~
 10852	In function 'handle_sercon':
 10853	cc1: note: source object is likely at address zero
 10854	In function 'video_cols',
 10855	    inlined from 'sercon_1009' at src/sercon.c:411:31,
 10856	    inlined from 'handle_sercon' at src/sercon.c:503:16:
 10857	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10858	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10859	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10860	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10861	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10862	      |     ^~~~~~~~~~
 10863	src/sercon.c:24:12: note: in expansion of macro 'GET_BDA'
 10864	   24 |     return GET_BDA(video_cols);
 10865	      |            ^~~~~~~
 10866	In function 'handle_sercon':
 10867	cc1: note: source object is likely at address zero
 10868	In function 'cursor_pos_row',
 10869	    inlined from 'sercon_1009' at src/sercon.c:412:16,
 10870	    inlined from 'handle_sercon' at src/sercon.c:503:16:
 10871	src/sercon.c:35:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10872	   35 |     u16 pos = GET_BDA(cursor_pos[0]);
 10873	      |         ^~~
 10874	In function 'handle_sercon':
 10875	cc1: note: source object is likely at address zero
 10876	In function 'cursor_pos_col',
 10877	    inlined from 'sercon_1009' at src/sercon.c:427:33,
 10878	    inlined from 'handle_sercon' at src/sercon.c:503:16:
 10879	src/sercon.c:29:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10880	   29 |     u16 pos = GET_BDA(cursor_pos[0]);
 10881	      |         ^~~
 10882	In function 'handle_sercon':
 10883	cc1: note: source object is likely at address zero
 10884	In function 'video_rows',
 10885	    inlined from 'sercon_1006' at src/sercon.c:384:25,
 10886	    inlined from 'handle_sercon' at src/sercon.c:501:16:
 10887	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10888	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10889	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10890	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10891	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10892	      |     ^~~~~~~~~~
 10893	src/sercon.c:19:12: note: in expansion of macro 'GET_BDA'
 10894	   19 |     return GET_BDA(video_rows)+1;
 10895	      |            ^~~~~~~
 10896	In function 'handle_sercon':
 10897	cc1: note: source object is likely at address zero
 10898	In function 'video_cols',
 10899	    inlined from 'sercon_1006' at src/sercon.c:385:25,
 10900	    inlined from 'handle_sercon' at src/sercon.c:501:16:
 10901	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10902	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10903	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10904	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10905	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10906	      |     ^~~~~~~~~~
 10907	src/sercon.c:24:12: note: in expansion of macro 'GET_BDA'
 10908	   24 |     return GET_BDA(video_cols);
 10909	      |            ^~~~~~~
 10910	In function 'handle_sercon':
 10911	cc1: note: source object is likely at address zero
 10912	In function 'sercon_1003',
 10913	    inlined from 'handle_sercon' at src/sercon.c:500:16:
 10914	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10915	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 10916	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 10917	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 10918	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 10919	      |     ^~~~~~~~~~
 10920	src/sercon.c:371:16: note: in expansion of macro 'GET_BDA'
 10921	  371 |     regs->cx = GET_BDA(cursor_type);
 10922	      |                ^~~~~~~
 10923	In function 'handle_sercon':
 10924	cc1: note: source object is likely at address zero
 10925	In function 'cursor_pos_row',
 10926	    inlined from 'sercon_1003' at src/sercon.c:372:16,
 10927	    inlined from 'handle_sercon' at src/sercon.c:500:16:
 10928	src/sercon.c:35:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10929	   35 |     u16 pos = GET_BDA(cursor_pos[0]);
 10930	      |         ^~~
 10931	In function 'handle_sercon':
 10932	cc1: note: source object is likely at address zero
 10933	In function 'cursor_pos_col',
 10934	    inlined from 'sercon_1003' at src/sercon.c:373:16,
 10935	    inlined from 'handle_sercon' at src/sercon.c:500:16:
 10936	src/sercon.c:29:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10937	   29 |     u16 pos = GET_BDA(cursor_pos[0]);
 10938	      |         ^~~
 10939	In function 'handle_sercon':
 10940	cc1: note: source object is likely at address zero
 10941	In function 'sercon_1001',
 10942	    inlined from 'handle_sercon' at src/sercon.c:498:16:
 10943	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10944	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10945	      |                                   ^
 10946	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10947	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10948	      |     ^~~~~~~~~~
 10949	src/sercon.c:359:5: note: in expansion of macro 'SET_BDA'
 10950	  359 |     SET_BDA(cursor_type, regs->cx);
 10951	      |     ^~~~~~~
 10952	In function 'handle_sercon':
 10953	cc1: note: source object is likely at address zero
 10954	In function 'cursor_pos_set',
 10955	    inlined from 'sercon_1000' at src/sercon.c:335:9,
 10956	    inlined from 'handle_sercon' at src/sercon.c:497:16:
 10957	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10958	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10959	      |                                   ^
 10960	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10961	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10962	      |     ^~~~~~~~~~
 10963	src/sercon.c:42:5: note: in expansion of macro 'SET_BDA'
 10964	   42 |     SET_BDA(cursor_pos[0], pos);
 10965	      |     ^~~~~~~
 10966	In function 'handle_sercon':
 10967	cc1: note: source object is likely at address zero
 10968	In function 'sercon_1000',
 10969	    inlined from 'handle_sercon' at src/sercon.c:497:16:
 10970	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10971	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10972	      |                                   ^
 10973	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10974	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10975	      |     ^~~~~~~~~~
 10976	src/sercon.c:336:9: note: in expansion of macro 'SET_BDA'
 10977	  336 |         SET_BDA(video_mode, mode);
 10978	      |         ^~~~~~~
 10979	In function 'handle_sercon':
 10980	cc1: note: source object is likely at address zero
 10981	In function 'sercon_1000',
 10982	    inlined from 'handle_sercon' at src/sercon.c:497:16:
 10983	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 10984	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10985	      |                                   ^
 10986	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 10987	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 10988	      |     ^~~~~~~~~~
 10989	src/sercon.c:337:9: note: in expansion of macro 'SET_BDA'
 10990	  337 |         SET_BDA(video_cols, cols);
 10991	      |         ^~~~~~~
 10992	In function 'handle_sercon':
 10993	cc1: note: source object is likely at address zero
 10994	In function 'sercon_1000',
 10995	    inlined from 'handle_sercon' at src/sercon.c:497:16:
 10996	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 10997	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 10998	      |                                   ^
 10999	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11000	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11001	      |     ^~~~~~~~~~
 11002	src/sercon.c:338:9: note: in expansion of macro 'SET_BDA'
 11003	  338 |         SET_BDA(video_rows, rows-1);
 11004	      |         ^~~~~~~
 11005	In function 'handle_sercon':
 11006	cc1: note: source object is likely at address zero
 11007	In function 'sercon_1000',
 11008	    inlined from 'handle_sercon' at src/sercon.c:497:16:
 11009	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 11010	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11011	      |                                   ^
 11012	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11013	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11014	      |     ^~~~~~~~~~
 11015	src/sercon.c:339:9: note: in expansion of macro 'SET_BDA'
 11016	  339 |         SET_BDA(cursor_type, 0x0007);
 11017	      |         ^~~~~~~
 11018	In function 'handle_sercon':
 11019	cc1: note: source object is likely at address zero
 11020	src/sercon.c: In function 'sercon_setup':
 11021	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11022	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11023	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11024	src/biosvar.h:20:5: note: in expansion of macro 'GET_FARVAR'
 11025	   20 |     GET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector])
 11026	      |     ^~~~~~~~~~
 11027	src/sercon.c:528:15: note: in expansion of macro 'GET_IVT'
 11028	  528 |     vgabios = GET_IVT(0x10);
 11029	      |               ^~~~~~~
 11030	cc1: note: source object is likely at address zero
 11031	src/sercon.c:528:13: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11032	  528 |     vgabios = GET_IVT(0x10);
 11033	cc1: note: source object is likely at address zero
 11034	src/sercon.c:528:13: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11035	cc1: note: source object is likely at address zero
 11036	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11037	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11038	      |                                   ^
 11039	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11040	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11041	      |     ^~~~~~~~~~
 11042	src/sercon.c:541:5: note: in expansion of macro 'SET_IVT'
 11043	  541 |     SET_IVT(0x10, FUNC16(entry_sercon));
 11044	      |     ^~~~~~~
 11045	cc1: note: source object is likely at address zero
 11046	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11047	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11048	      |                                   ^
 11049	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11050	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11051	      |     ^~~~~~~~~~
 11052	src/sercon.c:541:5: note: in expansion of macro 'SET_IVT'
 11053	  541 |     SET_IVT(0x10, FUNC16(entry_sercon));
 11054	      |     ^~~~~~~
 11055	cc1: note: source object is likely at address zero
 11056	  Compile checking out/src/fw/csm.o
 11057	  Compile checking out/src/fw/biostables.o
 11058	  Compile checking out/src/fw/paravirt.o
 11059	  Compile checking out/src/fw/shadow.o
 11060	  Compile checking out/src/fw/pciinit.o
 11061	  Compile checking out/src/fw/smm.o
 11062	  Compile checking out/src/fw/smp.o
 11063	In file included from src/biosvar.h:10,
 11064	                 from src/post.c:8:
 11065	In function 'ivt_init',
 11066	    inlined from 'interface_init' at src/post.c:113:5:
 11067	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11068	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11069	      |                                   ^
 11070	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11071	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11072	      |     ^~~~~~~~~~
 11073	src/post.c:49:5: note: in expansion of macro 'SET_IVT'
 11074	   49 |     SET_IVT(0x02, FUNC16(entry_02));
 11075	      |     ^~~~~~~
 11076	In function 'interface_init':
 11077	cc1: note: source object is likely at address zero
 11078	In function 'ivt_init',
 11079	    inlined from 'interface_init' at src/post.c:113:5:
 11080	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11081	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11082	      |                                   ^
 11083	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11084	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11085	      |     ^~~~~~~~~~
 11086	src/post.c:49:5: note: in expansion of macro 'SET_IVT'
 11087	   49 |     SET_IVT(0x02, FUNC16(entry_02));
 11088	      |     ^~~~~~~
 11089	In function 'interface_init':
 11090	cc1: note: source object is likely at address zero
 11091	In function 'ivt_init',
 11092	    inlined from 'interface_init' at src/post.c:113:5:
 11093	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11094	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11095	      |                                   ^
 11096	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11097	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11098	      |     ^~~~~~~~~~
 11099	src/post.c:50:5: note: in expansion of macro 'SET_IVT'
 11100	   50 |     SET_IVT(0x05, FUNC16(entry_05));
 11101	      |     ^~~~~~~
 11102	In function 'interface_init':
 11103	cc1: note: source object is likely at address zero
 11104	In function 'ivt_init',
 11105	    inlined from 'interface_init' at src/post.c:113:5:
 11106	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11107	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11108	      |                                   ^
 11109	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11110	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11111	      |     ^~~~~~~~~~
 11112	src/post.c:50:5: note: in expansion of macro 'SET_IVT'
 11113	   50 |     SET_IVT(0x05, FUNC16(entry_05));
 11114	      |     ^~~~~~~
 11115	In function 'interface_init':
 11116	cc1: note: source object is likely at address zero
 11117	In function 'ivt_init',
 11118	    inlined from 'interface_init' at src/post.c:113:5:
 11119	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11120	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11121	      |                                   ^
 11122	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11123	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11124	      |     ^~~~~~~~~~
 11125	src/post.c:51:5: note: in expansion of macro 'SET_IVT'
 11126	   51 |     SET_IVT(0x10, FUNC16(entry_10));
 11127	      |     ^~~~~~~
 11128	In function 'interface_init':
 11129	cc1: note: source object is likely at address zero
 11130	In function 'ivt_init',
 11131	    inlined from 'interface_init' at src/post.c:113:5:
 11132	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11133	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11134	      |                                   ^
 11135	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11136	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11137	      |     ^~~~~~~~~~
 11138	src/post.c:51:5: note: in expansion of macro 'SET_IVT'
 11139	   51 |     SET_IVT(0x10, FUNC16(entry_10));
 11140	      |     ^~~~~~~
 11141	In function 'interface_init':
 11142	cc1: note: source object is likely at address zero
 11143	In function 'ivt_init',
 11144	    inlined from 'interface_init' at src/post.c:113:5:
 11145	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11146	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11147	      |                                   ^
 11148	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11149	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11150	      |     ^~~~~~~~~~
 11151	src/post.c:52:5: note: in expansion of macro 'SET_IVT'
 11152	   52 |     SET_IVT(0x11, FUNC16(entry_11));
 11153	      |     ^~~~~~~
 11154	In function 'interface_init':
 11155	cc1: note: source object is likely at address zero
 11156	In function 'ivt_init',
 11157	    inlined from 'interface_init' at src/post.c:113:5:
 11158	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11159	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11160	      |                                   ^
 11161	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11162	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11163	      |     ^~~~~~~~~~
 11164	src/post.c:52:5: note: in expansion of macro 'SET_IVT'
 11165	   52 |     SET_IVT(0x11, FUNC16(entry_11));
 11166	      |     ^~~~~~~
 11167	In function 'interface_init':
 11168	cc1: note: source object is likely at address zero
 11169	In function 'ivt_init',
 11170	    inlined from 'interface_init' at src/post.c:113:5:
 11171	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11172	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11173	      |                                   ^
 11174	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11175	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11176	      |     ^~~~~~~~~~
 11177	src/post.c:53:5: note: in expansion of macro 'SET_IVT'
 11178	   53 |     SET_IVT(0x12, FUNC16(entry_12));
 11179	      |     ^~~~~~~
 11180	In function 'interface_init':
 11181	cc1: note: source object is likely at address zero
 11182	In function 'ivt_init',
 11183	    inlined from 'interface_init' at src/post.c:113:5:
 11184	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11185	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11186	      |                                   ^
 11187	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11188	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11189	      |     ^~~~~~~~~~
 11190	src/post.c:53:5: note: in expansion of macro 'SET_IVT'
 11191	   53 |     SET_IVT(0x12, FUNC16(entry_12));
 11192	      |     ^~~~~~~
 11193	In function 'interface_init':
 11194	cc1: note: source object is likely at address zero
 11195	In function 'ivt_init',
 11196	    inlined from 'interface_init' at src/post.c:113:5:
 11197	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11198	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11199	      |                                   ^
 11200	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11201	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11202	      |     ^~~~~~~~~~
 11203	src/post.c:54:5: note: in expansion of macro 'SET_IVT'
 11204	   54 |     SET_IVT(0x13, FUNC16(entry_13_official));
 11205	      |     ^~~~~~~
 11206	In function 'interface_init':
 11207	cc1: note: source object is likely at address zero
 11208	In function 'ivt_init',
 11209	    inlined from 'interface_init' at src/post.c:113:5:
 11210	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11211	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11212	      |                                   ^
 11213	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11214	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11215	      |     ^~~~~~~~~~
 11216	src/post.c:54:5: note: in expansion of macro 'SET_IVT'
 11217	   54 |     SET_IVT(0x13, FUNC16(entry_13_official));
 11218	      |     ^~~~~~~
 11219	In function 'interface_init':
 11220	cc1: note: source object is likely at address zero
 11221	In function 'ivt_init',
 11222	    inlined from 'interface_init' at src/post.c:113:5:
 11223	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11224	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11225	      |                                   ^
 11226	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11227	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11228	      |     ^~~~~~~~~~
 11229	src/post.c:55:5: note: in expansion of macro 'SET_IVT'
 11230	   55 |     SET_IVT(0x14, FUNC16(entry_14));
 11231	      |     ^~~~~~~
 11232	In function 'interface_init':
 11233	cc1: note: source object is likely at address zero
 11234	In function 'ivt_init',
 11235	    inlined from 'interface_init' at src/post.c:113:5:
 11236	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11237	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11238	      |                                   ^
 11239	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11240	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11241	      |     ^~~~~~~~~~
 11242	src/post.c:55:5: note: in expansion of macro 'SET_IVT'
 11243	   55 |     SET_IVT(0x14, FUNC16(entry_14));
 11244	      |     ^~~~~~~
 11245	In function 'interface_init':
 11246	cc1: note: source object is likely at address zero
 11247	In function 'ivt_init',
 11248	    inlined from 'interface_init' at src/post.c:113:5:
 11249	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11250	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11251	      |                                   ^
 11252	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11253	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11254	      |     ^~~~~~~~~~
 11255	src/post.c:56:5: note: in expansion of macro 'SET_IVT'
 11256	   56 |     SET_IVT(0x15, FUNC16(entry_15_official));
 11257	      |     ^~~~~~~
 11258	In function 'interface_init':
 11259	cc1: note: source object is likely at address zero
 11260	In function 'ivt_init',
 11261	    inlined from 'interface_init' at src/post.c:113:5:
 11262	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11263	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11264	      |                                   ^
 11265	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11266	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11267	      |     ^~~~~~~~~~
 11268	src/post.c:56:5: note: in expansion of macro 'SET_IVT'
 11269	   56 |     SET_IVT(0x15, FUNC16(entry_15_official));
 11270	      |     ^~~~~~~
 11271	In function 'interface_init':
 11272	cc1: note: source object is likely at address zero
 11273	In function 'ivt_init',
 11274	    inlined from 'interface_init' at src/post.c:113:5:
 11275	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11276	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11277	      |                                   ^
 11278	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11279	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11280	      |     ^~~~~~~~~~
 11281	src/post.c:57:5: note: in expansion of macro 'SET_IVT'
 11282	   57 |     SET_IVT(0x16, FUNC16(entry_16));
 11283	      |     ^~~~~~~
 11284	In function 'interface_init':
 11285	cc1: note: source object is likely at address zero
 11286	In function 'ivt_init',
 11287	    inlined from 'interface_init' at src/post.c:113:5:
 11288	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11289	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11290	      |                                   ^
 11291	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11292	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11293	      |     ^~~~~~~~~~
 11294	src/post.c:57:5: note: in expansion of macro 'SET_IVT'
 11295	   57 |     SET_IVT(0x16, FUNC16(entry_16));
 11296	      |     ^~~~~~~
 11297	In function 'interface_init':
 11298	cc1: note: source object is likely at address zero
 11299	In function 'ivt_init',
 11300	    inlined from 'interface_init' at src/post.c:113:5:
 11301	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11302	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11303	      |                                   ^
 11304	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11305	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11306	      |     ^~~~~~~~~~
 11307	src/post.c:58:5: note: in expansion of macro 'SET_IVT'
 11308	   58 |     SET_IVT(0x17, FUNC16(entry_17));
 11309	      |     ^~~~~~~
 11310	In function 'interface_init':
 11311	cc1: note: source object is likely at address zero
 11312	In function 'ivt_init',
 11313	    inlined from 'interface_init' at src/post.c:113:5:
 11314	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11315	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11316	      |                                   ^
 11317	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11318	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11319	      |     ^~~~~~~~~~
 11320	src/post.c:58:5: note: in expansion of macro 'SET_IVT'
 11321	   58 |     SET_IVT(0x17, FUNC16(entry_17));
 11322	      |     ^~~~~~~
 11323	In function 'interface_init':
 11324	cc1: note: source object is likely at address zero
 11325	In function 'ivt_init',
 11326	    inlined from 'interface_init' at src/post.c:113:5:
 11327	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11328	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11329	      |                                   ^
 11330	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11331	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11332	      |     ^~~~~~~~~~
 11333	src/post.c:59:5: note: in expansion of macro 'SET_IVT'
 11334	   59 |     SET_IVT(0x18, FUNC16(entry_18));
 11335	      |     ^~~~~~~
 11336	In function 'interface_init':
 11337	cc1: note: source object is likely at address zero
 11338	In function 'ivt_init',
 11339	    inlined from 'interface_init' at src/post.c:113:5:
 11340	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11341	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11342	      |                                   ^
 11343	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11344	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11345	      |     ^~~~~~~~~~
 11346	src/post.c:59:5: note: in expansion of macro 'SET_IVT'
 11347	   59 |     SET_IVT(0x18, FUNC16(entry_18));
 11348	      |     ^~~~~~~
 11349	In function 'interface_init':
 11350	cc1: note: source object is likely at address zero
 11351	In function 'ivt_init',
 11352	    inlined from 'interface_init' at src/post.c:113:5:
 11353	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11354	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11355	      |                                   ^
 11356	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11357	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11358	      |     ^~~~~~~~~~
 11359	src/post.c:60:5: note: in expansion of macro 'SET_IVT'
 11360	   60 |     SET_IVT(0x19, FUNC16(entry_19_official));
 11361	      |     ^~~~~~~
 11362	In function 'interface_init':
 11363	cc1: note: source object is likely at address zero
 11364	In function 'ivt_init',
 11365	    inlined from 'interface_init' at src/post.c:113:5:
 11366	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11367	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11368	      |                                   ^
 11369	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11370	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11371	      |     ^~~~~~~~~~
 11372	src/post.c:60:5: note: in expansion of macro 'SET_IVT'
 11373	   60 |     SET_IVT(0x19, FUNC16(entry_19_official));
 11374	      |     ^~~~~~~
 11375	In function 'interface_init':
 11376	cc1: note: source object is likely at address zero
 11377	In function 'ivt_init',
 11378	    inlined from 'interface_init' at src/post.c:113:5:
 11379	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11380	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11381	      |                                   ^
 11382	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11383	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11384	      |     ^~~~~~~~~~
 11385	src/post.c:61:5: note: in expansion of macro 'SET_IVT'
 11386	   61 |     SET_IVT(0x1a, FUNC16(entry_1a_official));
 11387	      |     ^~~~~~~
 11388	In function 'interface_init':
 11389	cc1: note: source object is likely at address zero
 11390	In function 'ivt_init',
 11391	    inlined from 'interface_init' at src/post.c:113:5:
 11392	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11393	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11394	      |                                   ^
 11395	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11396	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11397	      |     ^~~~~~~~~~
 11398	src/post.c:61:5: note: in expansion of macro 'SET_IVT'
 11399	   61 |     SET_IVT(0x1a, FUNC16(entry_1a_official));
 11400	      |     ^~~~~~~
 11401	In function 'interface_init':
 11402	cc1: note: source object is likely at address zero
 11403	In function 'ivt_init',
 11404	    inlined from 'interface_init' at src/post.c:113:5:
 11405	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11406	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11407	      |                                   ^
 11408	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11409	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11410	      |     ^~~~~~~~~~
 11411	src/post.c:62:5: note: in expansion of macro 'SET_IVT'
 11412	   62 |     SET_IVT(0x40, FUNC16(entry_40));
 11413	      |     ^~~~~~~
 11414	In function 'interface_init':
 11415	cc1: note: source object is likely at address zero
 11416	In function 'ivt_init',
 11417	    inlined from 'interface_init' at src/post.c:113:5:
 11418	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11419	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11420	      |                                   ^
 11421	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11422	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11423	      |     ^~~~~~~~~~
 11424	src/post.c:62:5: note: in expansion of macro 'SET_IVT'
 11425	   62 |     SET_IVT(0x40, FUNC16(entry_40));
 11426	      |     ^~~~~~~
 11427	In function 'interface_init':
 11428	cc1: note: source object is likely at address zero
 11429	In function 'ivt_init',
 11430	    inlined from 'interface_init' at src/post.c:113:5:
 11431	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11432	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11433	      |                                   ^
 11434	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11435	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11436	      |     ^~~~~~~~~~
 11437	src/post.c:70:5: note: in expansion of macro 'SET_IVT'
 11438	   70 |     SET_IVT(0x79, SEGOFF(0, 0));
 11439	      |     ^~~~~~~
 11440	In function 'interface_init':
 11441	cc1: note: source object is likely at address zero
 11442	In function 'ivt_init',
 11443	    inlined from 'interface_init' at src/post.c:113:5:
 11444	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11445	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11446	      |                                   ^
 11447	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11448	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11449	      |     ^~~~~~~~~~
 11450	src/post.c:70:5: note: in expansion of macro 'SET_IVT'
 11451	   70 |     SET_IVT(0x79, SEGOFF(0, 0));
 11452	      |     ^~~~~~~
 11453	In function 'interface_init':
 11454	cc1: note: source object is likely at address zero
 11455	In function 'bda_init',
 11456	    inlined from 'interface_init' at src/post.c:114:5:
 11457	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 11458	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11459	      |                                   ^
 11460	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11461	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11462	      |     ^~~~~~~~~~
 11463	src/post.c:86:5: note: in expansion of macro 'SET_BDA'
 11464	   86 |     SET_BDA(ebda_seg, ebda_seg);
 11465	      |     ^~~~~~~
 11466	In function 'interface_init':
 11467	cc1: note: source object is likely at address zero
 11468	In function 'bda_init',
 11469	    inlined from 'interface_init' at src/post.c:114:5:
 11470	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 11471	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11472	      |                                   ^
 11473	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11474	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11475	      |     ^~~~~~~~~~
 11476	src/post.c:88:5: note: in expansion of macro 'SET_BDA'
 11477	   88 |     SET_BDA(mem_size_kb, ebda_seg / (1024/16));
 11478	      |     ^~~~~~~
 11479	In function 'interface_init':
 11480	cc1: note: source object is likely at address zero
 11481	In function 'get_ebda_seg',
 11482	    inlined from 'get_ebda_ptr' at src/biosvar.h:66:12,
 11483	    inlined from 'bda_init' at src/post.c:91:46,
 11484	    inlined from 'interface_init' at src/post.c:114:5:
 11485	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 11486	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11487	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11488	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 11489	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 11490	      |     ^~~~~~~~~~
 11491	src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
 11492	   60 |     return GET_BDA(ebda_seg);
 11493	      |            ^~~~~~~
 11494	In function 'interface_init':
 11495	cc1: note: source object is likely at address zero
 11496	  Compile checking out/src/fw/mtrr.o
 11497	  Compile checking out/src/fw/acpi.o
 11498	  Compile checking out/src/fw/xen.o
 11499	  Compile checking out/src/fw/mptable.o
 11500	  Compile checking out/src/fw/pirtable.o
 11501	  Compile checking out/src/fw/smbios.o
 11502	  Compile checking out/src/fw/romfile_loader.o
 11503	  Compile checking out/src/fw/dsdt_parser.o
 11504	  Compile checking out/src/hw/virtio-ring.o
 11505	  Compile checking out/src/hw/virtio-pci.o
 11506	  Compile checking out/src/hw/virtio-mmio.o
 11507	In file included from src/biosvar.h:10,
 11508	                 from src/hw/floppy.c:8:
 11509	src/hw/floppy.c: In function 'floppy_wait_irq':
 11510	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11511	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11512	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11513	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 11514	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 11515	      |     ^~~~~~~~~~
 11516	src/hw/floppy.c:226:14: note: in expansion of macro 'GET_BDA'
 11517	  226 |     u8 frs = GET_BDA(floppy_recalibration_status);
 11518	      |              ^~~~~~~
 11519	cc1: note: source object is likely at address zero
 11520	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11521	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11522	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11523	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 11524	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11525	      |          ^~~~~~~~~~
 11526	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11527	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11528	      |     ^~~~~~~~~~
 11529	src/hw/floppy.c:227:5: note: in expansion of macro 'SET_BDA'
 11530	  227 |     SET_BDA(floppy_recalibration_status, frs & ~FRS_IRQ);
 11531	      |     ^~~~~~~
 11532	cc1: note: source object is likely at address zero
 11533	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11534	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11535	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11536	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 11537	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 11538	      |     ^~~~~~~~~~
 11539	src/hw/floppy.c:235:15: note: in expansion of macro 'GET_BDA'
 11540	  235 |         frs = GET_BDA(floppy_recalibration_status);
 11541	      |               ^~~~~~~
 11542	cc1: note: source object is likely at address zero
 11543	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11544	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11545	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11546	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 11547	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11548	      |          ^~~~~~~~~~
 11549	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11550	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11551	      |     ^~~~~~~~~~
 11552	src/hw/floppy.c:243:5: note: in expansion of macro 'SET_BDA'
 11553	  243 |     SET_BDA(floppy_recalibration_status, frs & ~FRS_IRQ);
 11554	      |     ^~~~~~~
 11555	cc1: note: source object is likely at address zero
 11556	src/hw/floppy.c: In function 'floppy_drive_pio':
 11557	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11558	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11559	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11560	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 11561	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11562	      |          ^~~~~~~~~~
 11563	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11564	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11565	      |     ^~~~~~~~~~
 11566	src/hw/floppy.c:372:5: note: in expansion of macro 'SET_BDA'
 11567	  372 |     SET_BDA(floppy_motor_counter, 255);
 11568	      |     ^~~~~~~
 11569	cc1: note: source object is likely at address zero
 11570	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11571	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11572	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11573	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 11574	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11575	      |          ^~~~~~~~~~
 11576	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11577	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11578	      |     ^~~~~~~~~~
 11579	src/hw/floppy.c:387:5: note: in expansion of macro 'SET_BDA'
 11580	  387 |     SET_BDA(floppy_motor_counter, FLOPPY_MOTOR_TICKS); // reset motor timeout
 11581	      |     ^~~~~~~
 11582	cc1: note: source object is likely at address zero
 11583	src/hw/floppy.c: In function 'floppy_prep':
 11584	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11585	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11586	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11587	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 11588	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 11589	      |     ^~~~~~~~~~
 11590	src/hw/floppy.c:494:11: note: in expansion of macro 'GET_BDA'
 11591	  494 |     if (!(GET_BDA(floppy_recalibration_status) & (1<<floppyid)) ||
 11592	      |           ^~~~~~~
 11593	cc1: note: source object is likely at address zero
 11594	In function 'floppy_drive_recal',
 11595	    inlined from 'floppy_prep' at src/hw/floppy.c:497:19:
 11596	src/hw/floppy.c:413:8: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11597	  413 |     u8 frs = GET_BDA(floppy_recalibration_status);
 11598	      |        ^~~
 11599	In function 'floppy_prep':
 11600	cc1: note: source object is likely at address zero
 11601	In function 'floppy_drive_recal',
 11602	    inlined from 'floppy_prep' at src/hw/floppy.c:497:19:
 11603	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11604	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11605	      |                                   ^
 11606	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11607	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11608	      |     ^~~~~~~~~~
 11609	src/hw/floppy.c:414:5: note: in expansion of macro 'SET_BDA'
 11610	  414 |     SET_BDA(floppy_recalibration_status, frs | (1<<floppyid));
 11611	      |     ^~~~~~~
 11612	In function 'floppy_prep':
 11613	cc1: note: source object is likely at address zero
 11614	In function 'floppy_media_sense',
 11615	    inlined from 'floppy_prep' at src/hw/floppy.c:502:15:
 11616	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11617	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11618	      |                                   ^
 11619	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11620	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11621	      |     ^~~~~~~~~~
 11622	src/hw/floppy.c:478:5: note: in expansion of macro 'SET_BDA'
 11623	  478 |     SET_BDA(floppy_last_data_rate, (old_data_rate<<2) | (data_rate<<6));
 11624	      |     ^~~~~~~
 11625	In function 'floppy_prep':
 11626	cc1: note: source object is likely at address zero
 11627	src/hw/floppy.c: In function 'floppy_setup':
 11628	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11629	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11630	      |                                   ^
 11631	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11632	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11633	      |     ^~~~~~~~~~
 11634	src/hw/floppy.c:151:5: note: in expansion of macro 'SET_IVT'
 11635	  151 |     SET_IVT(0x1E, SEGOFF(SEG_BIOS
 11636	      |     ^~~~~~~
 11637	cc1: note: source object is likely at address zero
 11638	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11639	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11640	      |                                   ^
 11641	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11642	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11643	      |     ^~~~~~~~~~
 11644	src/hw/floppy.c:151:5: note: in expansion of macro 'SET_IVT'
 11645	  151 |     SET_IVT(0x1E, SEGOFF(SEG_BIOS
 11646	      |     ^~~~~~~
 11647	cc1: note: source object is likely at address zero
 11648	In function 'floppy_reset',
 11649	    inlined from 'floppy_process_op' at src/hw/floppy.c:691:16:
 11650	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11651	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11652	      |                                   ^
 11653	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11654	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11655	      |     ^~~~~~~~~~
 11656	src/hw/floppy.c:594:5: note: in expansion of macro 'SET_BDA'
 11657	  594 |     SET_BDA(floppy_recalibration_status, 0);
 11658	      |     ^~~~~~~
 11659	In function 'floppy_process_op':
 11660	cc1: note: source object is likely at address zero
 11661	In function 'floppy_reset',
 11662	    inlined from 'floppy_process_op' at src/hw/floppy.c:691:16:
 11663	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11664	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11665	      |                                   ^
 11666	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11667	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11668	      |     ^~~~~~~~~~
 11669	src/hw/floppy.c:595:5: note: in expansion of macro 'SET_BDA'
 11670	  595 |     SET_BDA(floppy_media_state[0], 0);
 11671	      |     ^~~~~~~
 11672	In function 'floppy_process_op':
 11673	cc1: note: source object is likely at address zero
 11674	In function 'floppy_reset',
 11675	    inlined from 'floppy_process_op' at src/hw/floppy.c:691:16:
 11676	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11677	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11678	      |                                   ^
 11679	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11680	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11681	      |     ^~~~~~~~~~
 11682	src/hw/floppy.c:596:5: note: in expansion of macro 'SET_BDA'
 11683	  596 |     SET_BDA(floppy_media_state[1], 0);
 11684	      |     ^~~~~~~
 11685	In function 'floppy_process_op':
 11686	cc1: note: source object is likely at address zero
 11687	In function 'floppy_reset',
 11688	    inlined from 'floppy_process_op' at src/hw/floppy.c:691:16:
 11689	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11690	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11691	      |                                   ^
 11692	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11693	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11694	      |     ^~~~~~~~~~
 11695	src/hw/floppy.c:597:5: note: in expansion of macro 'SET_BDA'
 11696	  597 |     SET_BDA(floppy_track[0], 0);
 11697	      |     ^~~~~~~
 11698	In function 'floppy_process_op':
 11699	cc1: note: source object is likely at address zero
 11700	In function 'floppy_reset',
 11701	    inlined from 'floppy_process_op' at src/hw/floppy.c:691:16:
 11702	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11703	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11704	      |                                   ^
 11705	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11706	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11707	      |     ^~~~~~~~~~
 11708	src/hw/floppy.c:598:5: note: in expansion of macro 'SET_BDA'
 11709	  598 |     SET_BDA(floppy_track[1], 0);
 11710	      |     ^~~~~~~
 11711	In function 'floppy_process_op':
 11712	cc1: note: source object is likely at address zero
 11713	In function 'floppy_reset',
 11714	    inlined from 'floppy_process_op' at src/hw/floppy.c:691:16:
 11715	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11716	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11717	      |                                   ^
 11718	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11719	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11720	      |     ^~~~~~~~~~
 11721	src/hw/floppy.c:599:5: note: in expansion of macro 'SET_BDA'
 11722	  599 |     SET_BDA(floppy_last_data_rate, 0);
 11723	      |     ^~~~~~~
 11724	In function 'floppy_process_op':
 11725	cc1: note: source object is likely at address zero
 11726	src/hw/floppy.c: In function 'handle_0e':
 11727	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11728	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11729	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11730	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 11731	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 11732	      |     ^~~~~~~~~~
 11733	src/hw/floppy.c:719:14: note: in expansion of macro 'GET_BDA'
 11734	  719 |     u8 frs = GET_BDA(floppy_recalibration_status);
 11735	      |              ^~~~~~~
 11736	cc1: note: source object is likely at address zero
 11737	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11738	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11739	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11740	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 11741	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11742	      |          ^~~~~~~~~~
 11743	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11744	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11745	      |     ^~~~~~~~~~
 11746	src/hw/floppy.c:720:5: note: in expansion of macro 'SET_BDA'
 11747	  720 |     SET_BDA(floppy_recalibration_status, frs | FRS_IRQ);
 11748	      |     ^~~~~~~
 11749	cc1: note: source object is likely at address zero
 11750	src/hw/floppy.c: In function 'floppy_tick':
 11751	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11752	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11753	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11754	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 11755	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 11756	      |     ^~~~~~~~~~
 11757	src/hw/floppy.c:733:17: note: in expansion of macro 'GET_BDA'
 11758	  733 |     u8 fcount = GET_BDA(floppy_motor_counter);
 11759	      |                 ^~~~~~~
 11760	cc1: note: source object is likely at address zero
 11761	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11762	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11763	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11764	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 11765	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11766	      |          ^~~~~~~~~~
 11767	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11768	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11769	      |     ^~~~~~~~~~
 11770	src/hw/floppy.c:736:9: note: in expansion of macro 'SET_BDA'
 11771	  736 |         SET_BDA(floppy_motor_counter, fcount);
 11772	      |         ^~~~~~~
 11773	cc1: note: source object is likely at address zero
 11774	  Compile checking out/src/hw/virtio-blk.o
 11775	  Compile checking out/src/hw/virtio-scsi.o
 11776	In file included from src/biosvar.h:10,
 11777	                 from src/malloc.c:7:
 11778	src/malloc.c: In function 'malloc_prepboot':
 11779	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 11780	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11781	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11782	src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 11783	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 11784	      |     ^~~~~~~~~~
 11785	src/malloc.c:542:18: note: in expansion of macro 'GET_BDA'
 11786	  542 |     u32 endlow = GET_BDA(mem_size_kb)*1024;
 11787	      |                  ^~~~~~~
 11788	cc1: note: source object is likely at address zero
 11789	  Compile checking out/src/hw/tpm_drivers.o
 11790	  Compile checking out/src/hw/nvme.o
 11791	  Compile checking out/src/sha256.o
 11792	  Compile checking out/src/sha512.o
 11793	In function 'boot_irq_captured',
 11794	    inlined from 'init_pcirom' at src/optionroms.c:344:28:
 11795	src/optionroms.c:314:25: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11796	  314 |     return GET_IVT(0x19).segoff != FUNC16(entry_19_official).segoff;
 11797	In function 'init_pcirom':
 11798	cc1: note: source object is likely at address zero
 11799	In function 'boot_irq_captured',
 11800	    inlined from 'init_pcirom' at src/optionroms.c:348:9:
 11801	src/optionroms.c:314:25: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11802	  314 |     return GET_IVT(0x19).segoff != FUNC16(entry_19_official).segoff;
 11803	In function 'init_pcirom':
 11804	cc1: note: source object is likely at address zero
 11805	In file included from src/optionroms.c:10:
 11806	In function 'boot_irq_restore',
 11807	    inlined from 'init_pcirom' at src/optionroms.c:354:9:
 11808	src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11809	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11810	      |                                   ^
 11811	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11812	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11813	      |     ^~~~~~~~~~
 11814	src/optionroms.c:322:5: note: in expansion of macro 'SET_IVT'
 11815	  322 |     SET_IVT(0x19, seabios);
 11816	      |     ^~~~~~~
 11817	In function 'init_pcirom':
 11818	cc1: note: source object is likely at address zero
 11819	In function 'boot_irq_restore',
 11820	    inlined from 'init_pcirom' at src/optionroms.c:354:9:
 11821	src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11822	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11823	      |                                   ^
 11824	src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11825	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11826	      |     ^~~~~~~~~~
 11827	src/optionroms.c:322:5: note: in expansion of macro 'SET_IVT'
 11828	  322 |     SET_IVT(0x19, seabios);
 11829	      |     ^~~~~~~
 11830	In function 'init_pcirom':
 11831	cc1: note: source object is likely at address zero
 11832	  Compiling whole program out/code32seg.o
 11833	  Generating offset file out/asm-offsets.h
 11834	In file included from src/biosvar.h:10,
 11835	                 from src/hw/ata.c:9:
 11836	src/hw/ata.c: In function 'ata_setup':
 11837	src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 11838	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11839	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11840	src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 11841	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11842	      |          ^~~~~~~~~~
 11843	src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 11844	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 11845	      |     ^~~~~~~~~~
 11846	src/hw/ata.c:1051:5: note: in expansion of macro 'SET_BDA'
 11847	 1051 |     SET_BDA(disk_control_byte, 0xc0);
 11848	      |     ^~~~~~~
 11849	cc1: note: source object is likely at address zero
 11850	  Compiling (16bit) out/romlayout.o
 11851	  Compiling whole program out/ccode16.o
 11852	  Compiling whole program out/ccode32flat.o
 11853	In file included from ./src/biosvar.h:10,
 11854	                 from ./src/misc.c:8,
 11855	                 from out/ccode32flat.o.tmp.c:1:
 11856	In function 'irqtimer_calc_ticks',
 11857	    inlined from 'irqtimer_calc' at ./src/clock.c:350:12,
 11858	    inlined from 'irqtimer_calc' at ./src/clock.c:346:1:
 11859	./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
 11860	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11861	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11862	./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 11863	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 11864	      |     ^~~~~~~~~~
 11865	./src/clock.c:341:13: note: in expansion of macro 'GET_BDA'
 11866	  341 |     return (GET_BDA(timer_counter) + count + 1) % TICKS_PER_DAY;
 11867	      |             ^~~~~~~
 11868	In function 'irqtimer_calc':
 11869	cc1: note: source object is likely at address zero
 11870	./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
 11871	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11872	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11873	./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 11874	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 11875	      |     ^~~~~~~~~~
 11876	./src/clock.c:349:16: note: in expansion of macro 'GET_BDA'
 11877	  349 |         return GET_BDA(timer_counter);
 11878	      |                ^~~~~~~
 11879	cc1: note: source object is likely at address zero
 11880	./src/output.c: In function 'screenc':
 11881	./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11882	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11883	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11884	./src/biosvar.h:20:5: note: in expansion of macro 'GET_FARVAR'
 11885	   20 |     GET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector])
 11886	      |     ^~~~~~~~~~
 11887	./src/output.c:77:25: note: in expansion of macro 'GET_IVT'
 11888	   77 |     if (!MODESEGMENT && GET_IVT(0x10).segoff == FUNC16(entry_10).segoff)
 11889	      |                         ^~~~~~~
 11890	cc1: note: source object is likely at address zero
 11891	In function 'irqtimer_check',
 11892	    inlined from 'get_keystroke_full' at ./src/boot.c:661:13:
 11893	./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
 11894	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11895	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11896	./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 11897	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 11898	      |     ^~~~~~~~~~
 11899	./src/clock.c:357:15: note: in expansion of macro 'GET_BDA'
 11900	  357 |     return (((GET_BDA(timer_counter) + TICKS_PER_DAY - end) % TICKS_PER_DAY)
 11901	      |               ^~~~~~~
 11902	In function 'get_keystroke_full':
 11903	cc1: note: source object is likely at address zero
 11904	In function 'irqtimer_check',
 11905	    inlined from 'boot_fail' at ./src/boot.c:974:41:
 11906	./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
 11907	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 11908	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11909	./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 11910	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 11911	      |     ^~~~~~~~~~
 11912	./src/clock.c:357:15: note: in expansion of macro 'GET_BDA'
 11913	  357 |     return (((GET_BDA(timer_counter) + TICKS_PER_DAY - end) % TICKS_PER_DAY)
 11914	      |               ^~~~~~~
 11915	In function 'boot_fail':
 11916	cc1: note: source object is likely at address zero
 11917	In function 'ivt_init',
 11918	    inlined from 'interface_init' at ./src/post.c:113:5:
 11919	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11920	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11921	      |                                   ^
 11922	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11923	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11924	      |     ^~~~~~~~~~
 11925	./src/post.c:49:5: note: in expansion of macro 'SET_IVT'
 11926	   49 |     SET_IVT(0x02, FUNC16(entry_02));
 11927	      |     ^~~~~~~
 11928	In function 'interface_init':
 11929	cc1: note: source object is likely at address zero
 11930	In function 'ivt_init',
 11931	    inlined from 'interface_init' at ./src/post.c:113:5:
 11932	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11933	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11934	      |                                   ^
 11935	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11936	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11937	      |     ^~~~~~~~~~
 11938	./src/post.c:49:5: note: in expansion of macro 'SET_IVT'
 11939	   49 |     SET_IVT(0x02, FUNC16(entry_02));
 11940	      |     ^~~~~~~
 11941	In function 'interface_init':
 11942	cc1: note: source object is likely at address zero
 11943	In function 'ivt_init',
 11944	    inlined from 'interface_init' at ./src/post.c:113:5:
 11945	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11946	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11947	      |                                   ^
 11948	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11949	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11950	      |     ^~~~~~~~~~
 11951	./src/post.c:50:5: note: in expansion of macro 'SET_IVT'
 11952	   50 |     SET_IVT(0x05, FUNC16(entry_05));
 11953	      |     ^~~~~~~
 11954	In function 'interface_init':
 11955	cc1: note: source object is likely at address zero
 11956	In function 'ivt_init',
 11957	    inlined from 'interface_init' at ./src/post.c:113:5:
 11958	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11959	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11960	      |                                   ^
 11961	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11962	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11963	      |     ^~~~~~~~~~
 11964	./src/post.c:50:5: note: in expansion of macro 'SET_IVT'
 11965	   50 |     SET_IVT(0x05, FUNC16(entry_05));
 11966	      |     ^~~~~~~
 11967	In function 'interface_init':
 11968	cc1: note: source object is likely at address zero
 11969	In function 'ivt_init',
 11970	    inlined from 'interface_init' at ./src/post.c:113:5:
 11971	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11972	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11973	      |                                   ^
 11974	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11975	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11976	      |     ^~~~~~~~~~
 11977	./src/post.c:51:5: note: in expansion of macro 'SET_IVT'
 11978	   51 |     SET_IVT(0x10, FUNC16(entry_10));
 11979	      |     ^~~~~~~
 11980	In function 'interface_init':
 11981	cc1: note: source object is likely at address zero
 11982	In function 'ivt_init',
 11983	    inlined from 'interface_init' at ./src/post.c:113:5:
 11984	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11985	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11986	      |                                   ^
 11987	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 11988	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 11989	      |     ^~~~~~~~~~
 11990	./src/post.c:51:5: note: in expansion of macro 'SET_IVT'
 11991	   51 |     SET_IVT(0x10, FUNC16(entry_10));
 11992	      |     ^~~~~~~
 11993	In function 'interface_init':
 11994	cc1: note: source object is likely at address zero
 11995	In function 'ivt_init',
 11996	    inlined from 'interface_init' at ./src/post.c:113:5:
 11997	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 11998	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 11999	      |                                   ^
 12000	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12001	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12002	      |     ^~~~~~~~~~
 12003	./src/post.c:52:5: note: in expansion of macro 'SET_IVT'
 12004	   52 |     SET_IVT(0x11, FUNC16(entry_11));
 12005	      |     ^~~~~~~
 12006	In function 'interface_init':
 12007	cc1: note: source object is likely at address zero
 12008	In function 'ivt_init',
 12009	    inlined from 'interface_init' at ./src/post.c:113:5:
 12010	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12011	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12012	      |                                   ^
 12013	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12014	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12015	      |     ^~~~~~~~~~
 12016	./src/post.c:52:5: note: in expansion of macro 'SET_IVT'
 12017	   52 |     SET_IVT(0x11, FUNC16(entry_11));
 12018	      |     ^~~~~~~
 12019	In function 'interface_init':
 12020	cc1: note: source object is likely at address zero
 12021	In function 'ivt_init',
 12022	    inlined from 'interface_init' at ./src/post.c:113:5:
 12023	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12024	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12025	      |                                   ^
 12026	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12027	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12028	      |     ^~~~~~~~~~
 12029	./src/post.c:53:5: note: in expansion of macro 'SET_IVT'
 12030	   53 |     SET_IVT(0x12, FUNC16(entry_12));
 12031	      |     ^~~~~~~
 12032	In function 'interface_init':
 12033	cc1: note: source object is likely at address zero
 12034	In function 'ivt_init',
 12035	    inlined from 'interface_init' at ./src/post.c:113:5:
 12036	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12037	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12038	      |                                   ^
 12039	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12040	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12041	      |     ^~~~~~~~~~
 12042	./src/post.c:53:5: note: in expansion of macro 'SET_IVT'
 12043	   53 |     SET_IVT(0x12, FUNC16(entry_12));
 12044	      |     ^~~~~~~
 12045	In function 'interface_init':
 12046	cc1: note: source object is likely at address zero
 12047	In function 'ivt_init',
 12048	    inlined from 'interface_init' at ./src/post.c:113:5:
 12049	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12050	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12051	      |                                   ^
 12052	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12053	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12054	      |     ^~~~~~~~~~
 12055	./src/post.c:54:5: note: in expansion of macro 'SET_IVT'
 12056	   54 |     SET_IVT(0x13, FUNC16(entry_13_official));
 12057	      |     ^~~~~~~
 12058	In function 'interface_init':
 12059	cc1: note: source object is likely at address zero
 12060	In function 'ivt_init',
 12061	    inlined from 'interface_init' at ./src/post.c:113:5:
 12062	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12063	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12064	      |                                   ^
 12065	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12066	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12067	      |     ^~~~~~~~~~
 12068	./src/post.c:54:5: note: in expansion of macro 'SET_IVT'
 12069	   54 |     SET_IVT(0x13, FUNC16(entry_13_official));
 12070	      |     ^~~~~~~
 12071	In function 'interface_init':
 12072	cc1: note: source object is likely at address zero
 12073	In function 'ivt_init',
 12074	    inlined from 'interface_init' at ./src/post.c:113:5:
 12075	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12076	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12077	      |                                   ^
 12078	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12079	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12080	      |     ^~~~~~~~~~
 12081	./src/post.c:55:5: note: in expansion of macro 'SET_IVT'
 12082	   55 |     SET_IVT(0x14, FUNC16(entry_14));
 12083	      |     ^~~~~~~
 12084	In function 'interface_init':
 12085	cc1: note: source object is likely at address zero
 12086	In function 'ivt_init',
 12087	    inlined from 'interface_init' at ./src/post.c:113:5:
 12088	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12089	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12090	      |                                   ^
 12091	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12092	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12093	      |     ^~~~~~~~~~
 12094	./src/post.c:55:5: note: in expansion of macro 'SET_IVT'
 12095	   55 |     SET_IVT(0x14, FUNC16(entry_14));
 12096	      |     ^~~~~~~
 12097	In function 'interface_init':
 12098	cc1: note: source object is likely at address zero
 12099	In function 'ivt_init',
 12100	    inlined from 'interface_init' at ./src/post.c:113:5:
 12101	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12102	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12103	      |                                   ^
 12104	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12105	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12106	      |     ^~~~~~~~~~
 12107	./src/post.c:56:5: note: in expansion of macro 'SET_IVT'
 12108	   56 |     SET_IVT(0x15, FUNC16(entry_15_official));
 12109	      |     ^~~~~~~
 12110	In function 'interface_init':
 12111	cc1: note: source object is likely at address zero
 12112	In function 'ivt_init',
 12113	    inlined from 'interface_init' at ./src/post.c:113:5:
 12114	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12115	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12116	      |                                   ^
 12117	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12118	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12119	      |     ^~~~~~~~~~
 12120	./src/post.c:56:5: note: in expansion of macro 'SET_IVT'
 12121	   56 |     SET_IVT(0x15, FUNC16(entry_15_official));
 12122	      |     ^~~~~~~
 12123	In function 'interface_init':
 12124	cc1: note: source object is likely at address zero
 12125	In function 'ivt_init',
 12126	    inlined from 'interface_init' at ./src/post.c:113:5:
 12127	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12128	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12129	      |                                   ^
 12130	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12131	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12132	      |     ^~~~~~~~~~
 12133	./src/post.c:57:5: note: in expansion of macro 'SET_IVT'
 12134	   57 |     SET_IVT(0x16, FUNC16(entry_16));
 12135	      |     ^~~~~~~
 12136	In function 'interface_init':
 12137	cc1: note: source object is likely at address zero
 12138	In function 'ivt_init',
 12139	    inlined from 'interface_init' at ./src/post.c:113:5:
 12140	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12141	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12142	      |                                   ^
 12143	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12144	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12145	      |     ^~~~~~~~~~
 12146	./src/post.c:57:5: note: in expansion of macro 'SET_IVT'
 12147	   57 |     SET_IVT(0x16, FUNC16(entry_16));
 12148	      |     ^~~~~~~
 12149	In function 'interface_init':
 12150	cc1: note: source object is likely at address zero
 12151	In function 'ivt_init',
 12152	    inlined from 'interface_init' at ./src/post.c:113:5:
 12153	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12154	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12155	      |                                   ^
 12156	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12157	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12158	      |     ^~~~~~~~~~
 12159	./src/post.c:58:5: note: in expansion of macro 'SET_IVT'
 12160	   58 |     SET_IVT(0x17, FUNC16(entry_17));
 12161	      |     ^~~~~~~
 12162	In function 'interface_init':
 12163	cc1: note: source object is likely at address zero
 12164	In function 'ivt_init',
 12165	    inlined from 'interface_init' at ./src/post.c:113:5:
 12166	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12167	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12168	      |                                   ^
 12169	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12170	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12171	      |     ^~~~~~~~~~
 12172	./src/post.c:58:5: note: in expansion of macro 'SET_IVT'
 12173	   58 |     SET_IVT(0x17, FUNC16(entry_17));
 12174	      |     ^~~~~~~
 12175	In function 'interface_init':
 12176	cc1: note: source object is likely at address zero
 12177	In function 'ivt_init',
 12178	    inlined from 'interface_init' at ./src/post.c:113:5:
 12179	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12180	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12181	      |                                   ^
 12182	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12183	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12184	      |     ^~~~~~~~~~
 12185	./src/post.c:59:5: note: in expansion of macro 'SET_IVT'
 12186	   59 |     SET_IVT(0x18, FUNC16(entry_18));
 12187	      |     ^~~~~~~
 12188	In function 'interface_init':
 12189	cc1: note: source object is likely at address zero
 12190	In function 'ivt_init',
 12191	    inlined from 'interface_init' at ./src/post.c:113:5:
 12192	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12193	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12194	      |                                   ^
 12195	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12196	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12197	      |     ^~~~~~~~~~
 12198	./src/post.c:59:5: note: in expansion of macro 'SET_IVT'
 12199	   59 |     SET_IVT(0x18, FUNC16(entry_18));
 12200	      |     ^~~~~~~
 12201	In function 'interface_init':
 12202	cc1: note: source object is likely at address zero
 12203	In function 'ivt_init',
 12204	    inlined from 'interface_init' at ./src/post.c:113:5:
 12205	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12206	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12207	      |                                   ^
 12208	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12209	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12210	      |     ^~~~~~~~~~
 12211	./src/post.c:60:5: note: in expansion of macro 'SET_IVT'
 12212	   60 |     SET_IVT(0x19, FUNC16(entry_19_official));
 12213	      |     ^~~~~~~
 12214	In function 'interface_init':
 12215	cc1: note: source object is likely at address zero
 12216	In function 'ivt_init',
 12217	    inlined from 'interface_init' at ./src/post.c:113:5:
 12218	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12219	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12220	      |                                   ^
 12221	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12222	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12223	      |     ^~~~~~~~~~
 12224	./src/post.c:60:5: note: in expansion of macro 'SET_IVT'
 12225	   60 |     SET_IVT(0x19, FUNC16(entry_19_official));
 12226	      |     ^~~~~~~
 12227	In function 'interface_init':
 12228	cc1: note: source object is likely at address zero
 12229	In function 'ivt_init',
 12230	    inlined from 'interface_init' at ./src/post.c:113:5:
 12231	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12232	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12233	      |                                   ^
 12234	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12235	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12236	      |     ^~~~~~~~~~
 12237	./src/post.c:61:5: note: in expansion of macro 'SET_IVT'
 12238	   61 |     SET_IVT(0x1a, FUNC16(entry_1a_official));
 12239	      |     ^~~~~~~
 12240	In function 'interface_init':
 12241	cc1: note: source object is likely at address zero
 12242	In function 'ivt_init',
 12243	    inlined from 'interface_init' at ./src/post.c:113:5:
 12244	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12245	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12246	      |                                   ^
 12247	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12248	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12249	      |     ^~~~~~~~~~
 12250	./src/post.c:61:5: note: in expansion of macro 'SET_IVT'
 12251	   61 |     SET_IVT(0x1a, FUNC16(entry_1a_official));
 12252	      |     ^~~~~~~
 12253	In function 'interface_init':
 12254	cc1: note: source object is likely at address zero
 12255	In function 'ivt_init',
 12256	    inlined from 'interface_init' at ./src/post.c:113:5:
 12257	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12258	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12259	      |                                   ^
 12260	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12261	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12262	      |     ^~~~~~~~~~
 12263	./src/post.c:62:5: note: in expansion of macro 'SET_IVT'
 12264	   62 |     SET_IVT(0x40, FUNC16(entry_40));
 12265	      |     ^~~~~~~
 12266	In function 'interface_init':
 12267	cc1: note: source object is likely at address zero
 12268	In function 'ivt_init',
 12269	    inlined from 'interface_init' at ./src/post.c:113:5:
 12270	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12271	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12272	      |                                   ^
 12273	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12274	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12275	      |     ^~~~~~~~~~
 12276	./src/post.c:62:5: note: in expansion of macro 'SET_IVT'
 12277	   62 |     SET_IVT(0x40, FUNC16(entry_40));
 12278	      |     ^~~~~~~
 12279	In function 'interface_init':
 12280	cc1: note: source object is likely at address zero
 12281	In function 'ivt_init',
 12282	    inlined from 'interface_init' at ./src/post.c:113:5:
 12283	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12284	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12285	      |                                   ^
 12286	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12287	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12288	      |     ^~~~~~~~~~
 12289	./src/post.c:70:5: note: in expansion of macro 'SET_IVT'
 12290	   70 |     SET_IVT(0x79, SEGOFF(0, 0));
 12291	      |     ^~~~~~~
 12292	In function 'interface_init':
 12293	cc1: note: source object is likely at address zero
 12294	In function 'ivt_init',
 12295	    inlined from 'interface_init' at ./src/post.c:113:5:
 12296	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12297	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12298	      |                                   ^
 12299	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12300	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12301	      |     ^~~~~~~~~~
 12302	./src/post.c:70:5: note: in expansion of macro 'SET_IVT'
 12303	   70 |     SET_IVT(0x79, SEGOFF(0, 0));
 12304	      |     ^~~~~~~
 12305	In function 'interface_init':
 12306	cc1: note: source object is likely at address zero
 12307	In function 'bda_init',
 12308	    inlined from 'interface_init' at ./src/post.c:114:5:
 12309	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12310	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12311	      |                                   ^
 12312	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12313	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12314	      |     ^~~~~~~~~~
 12315	./src/post.c:86:5: note: in expansion of macro 'SET_BDA'
 12316	   86 |     SET_BDA(ebda_seg, ebda_seg);
 12317	      |     ^~~~~~~
 12318	In function 'interface_init':
 12319	cc1: note: source object is likely at address zero
 12320	In function 'bda_init',
 12321	    inlined from 'interface_init' at ./src/post.c:114:5:
 12322	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12323	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12324	      |                                   ^
 12325	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12326	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12327	      |     ^~~~~~~~~~
 12328	./src/post.c:88:5: note: in expansion of macro 'SET_BDA'
 12329	   88 |     SET_BDA(mem_size_kb, ebda_seg / (1024/16));
 12330	      |     ^~~~~~~
 12331	In function 'interface_init':
 12332	cc1: note: source object is likely at address zero
 12333	In function 'get_ebda_seg',
 12334	    inlined from 'get_ebda_ptr' at ./src/biosvar.h:66:12,
 12335	    inlined from 'bda_init' at ./src/post.c:91:46,
 12336	    inlined from 'interface_init' at ./src/post.c:114:5:
 12337	./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12338	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 12339	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12340	./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 12341	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 12342	      |     ^~~~~~~~~~
 12343	./src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
 12344	   60 |     return GET_BDA(ebda_seg);
 12345	      |            ^~~~~~~
 12346	In function 'interface_init':
 12347	cc1: note: source object is likely at address zero
 12348	In function 'kbd_init',
 12349	    inlined from 'interface_init' at ./src/post.c:121:5:
 12350	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 12351	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12352	      |                                   ^
 12353	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12354	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12355	      |     ^~~~~~~~~~
 12356	./src/kbd.c:23:5: note: in expansion of macro 'SET_BDA'
 12357	   23 |     SET_BDA(kbd_flag1, KF1_101KBD);
 12358	      |     ^~~~~~~
 12359	In function 'interface_init':
 12360	cc1: note: source object is likely at address zero
 12361	In function 'kbd_init',
 12362	    inlined from 'interface_init' at ./src/post.c:121:5:
 12363	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12364	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12365	      |                                   ^
 12366	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12367	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12368	      |     ^~~~~~~~~~
 12369	./src/kbd.c:24:5: note: in expansion of macro 'SET_BDA'
 12370	   24 |     SET_BDA(kbd_buf_head, x);
 12371	      |     ^~~~~~~
 12372	In function 'interface_init':
 12373	cc1: note: source object is likely at address zero
 12374	In function 'kbd_init',
 12375	    inlined from 'interface_init' at ./src/post.c:121:5:
 12376	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12377	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12378	      |                                   ^
 12379	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12380	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12381	      |     ^~~~~~~~~~
 12382	./src/kbd.c:25:5: note: in expansion of macro 'SET_BDA'
 12383	   25 |     SET_BDA(kbd_buf_tail, x);
 12384	      |     ^~~~~~~
 12385	In function 'interface_init':
 12386	cc1: note: source object is likely at address zero
 12387	In function 'kbd_init',
 12388	    inlined from 'interface_init' at ./src/post.c:121:5:
 12389	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12390	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12391	      |                                   ^
 12392	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12393	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12394	      |     ^~~~~~~~~~
 12395	./src/kbd.c:26:5: note: in expansion of macro 'SET_BDA'
 12396	   26 |     SET_BDA(kbd_buf_start_offset, x);
 12397	      |     ^~~~~~~
 12398	In function 'interface_init':
 12399	cc1: note: source object is likely at address zero
 12400	In function 'kbd_init',
 12401	    inlined from 'interface_init' at ./src/post.c:121:5:
 12402	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12403	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12404	      |                                   ^
 12405	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12406	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12407	      |     ^~~~~~~~~~
 12408	./src/kbd.c:28:5: note: in expansion of macro 'SET_BDA'
 12409	   28 |     SET_BDA(kbd_buf_end_offset
 12410	      |     ^~~~~~~
 12411	In function 'interface_init':
 12412	cc1: note: source object is likely at address zero
 12413	In function 'set_equipment_flags',
 12414	    inlined from 'mouse_init' at ./src/mouse.c:23:5,
 12415	    inlined from 'interface_init' at ./src/post.c:122:5:
 12416	./src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12417	   43 |     u16 eqf = GET_BDA(equipment_list_flags);
 12418	      |         ^~~
 12419	In function 'interface_init':
 12420	cc1: note: source object is likely at address zero
 12421	In function 'set_equipment_flags',
 12422	    inlined from 'mouse_init' at ./src/mouse.c:23:5,
 12423	    inlined from 'interface_init' at ./src/post.c:122:5:
 12424	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12425	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12426	      |                                   ^
 12427	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12428	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12429	      |     ^~~~~~~~~~
 12430	./src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
 12431	   44 |     SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
 12432	      |     ^~~~~~~
 12433	In function 'interface_init':
 12434	cc1: note: source object is likely at address zero
 12435	In file included from out/ccode32flat.o.tmp.c:47:
 12436	In function 'boot_irq_captured',
 12437	    inlined from 'init_pcirom' at ./src/optionroms.c:344:28:
 12438	./src/optionroms.c:314:25: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12439	  314 |     return GET_IVT(0x19).segoff != FUNC16(entry_19_official).segoff;
 12440	In function 'init_pcirom':
 12441	cc1: note: source object is likely at address zero
 12442	In function 'boot_irq_captured',
 12443	    inlined from 'init_pcirom' at ./src/optionroms.c:348:9:
 12444	./src/optionroms.c:314:25: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12445	  314 |     return GET_IVT(0x19).segoff != FUNC16(entry_19_official).segoff;
 12446	In function 'init_pcirom':
 12447	cc1: note: source object is likely at address zero
 12448	In function 'boot_irq_restore',
 12449	    inlined from 'init_pcirom' at ./src/optionroms.c:354:9:
 12450	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12451	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12452	      |                                   ^
 12453	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12454	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12455	      |     ^~~~~~~~~~
 12456	./src/optionroms.c:322:5: note: in expansion of macro 'SET_IVT'
 12457	  322 |     SET_IVT(0x19, seabios);
 12458	      |     ^~~~~~~
 12459	In function 'init_pcirom':
 12460	cc1: note: source object is likely at address zero
 12461	In function 'boot_irq_restore',
 12462	    inlined from 'init_pcirom' at ./src/optionroms.c:354:9:
 12463	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12464	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12465	      |                                   ^
 12466	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12467	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12468	      |     ^~~~~~~~~~
 12469	./src/optionroms.c:322:5: note: in expansion of macro 'SET_IVT'
 12470	  322 |     SET_IVT(0x19, seabios);
 12471	      |     ^~~~~~~
 12472	In function 'init_pcirom':
 12473	cc1: note: source object is likely at address zero
 12474	In function 'floppy_setup',
 12475	    inlined from 'block_setup' at ./src/block.c:510:5,
 12476	    inlined from 'device_hardware_setup' at ./src/post.c:131:5:
 12477	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12478	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12479	      |                                   ^
 12480	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12481	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12482	      |     ^~~~~~~~~~
 12483	./src/hw/floppy.c:151:5: note: in expansion of macro 'SET_IVT'
 12484	  151 |     SET_IVT(0x1E, SEGOFF(SEG_BIOS
 12485	      |     ^~~~~~~
 12486	In function 'device_hardware_setup':
 12487	cc1: note: source object is likely at address zero
 12488	In function 'floppy_setup',
 12489	    inlined from 'block_setup' at ./src/block.c:510:5,
 12490	    inlined from 'device_hardware_setup' at ./src/post.c:131:5:
 12491	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12492	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12493	      |                                   ^
 12494	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12495	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12496	      |     ^~~~~~~~~~
 12497	./src/hw/floppy.c:151:5: note: in expansion of macro 'SET_IVT'
 12498	  151 |     SET_IVT(0x1E, SEGOFF(SEG_BIOS
 12499	      |     ^~~~~~~
 12500	In function 'device_hardware_setup':
 12501	cc1: note: source object is likely at address zero
 12502	In function 'ata_setup',
 12503	    inlined from 'block_setup' at ./src/block.c:511:5,
 12504	    inlined from 'device_hardware_setup' at ./src/post.c:131:5:
 12505	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 12506	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12507	      |                                   ^
 12508	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12509	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12510	      |     ^~~~~~~~~~
 12511	./src/hw/ata.c:1051:5: note: in expansion of macro 'SET_BDA'
 12512	 1051 |     SET_BDA(disk_control_byte, 0xc0);
 12513	      |     ^~~~~~~
 12514	In function 'device_hardware_setup':
 12515	cc1: note: source object is likely at address zero
 12516	In function 'detect_parport',
 12517	    inlined from 'lpt_setup' at ./src/serial.c:212:14,
 12518	    inlined from 'device_hardware_setup' at ./src/post.c:132:5:
 12519	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12520	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12521	      |                                   ^
 12522	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12523	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12524	      |     ^~~~~~~~~~
 12525	./src/serial.c:199:5: note: in expansion of macro 'SET_BDA'
 12526	  199 |     SET_BDA(port_lpt[count], port);
 12527	      |     ^~~~~~~
 12528	In function 'device_hardware_setup':
 12529	cc1: note: source object is likely at address zero
 12530	In function 'detect_parport',
 12531	    inlined from 'lpt_setup' at ./src/serial.c:212:14,
 12532	    inlined from 'device_hardware_setup' at ./src/post.c:132:5:
 12533	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 12534	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12535	      |                                   ^
 12536	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12537	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12538	      |     ^~~~~~~~~~
 12539	./src/serial.c:200:5: note: in expansion of macro 'SET_BDA'
 12540	  200 |     SET_BDA(lpt_timeout[count], timeout);
 12541	      |     ^~~~~~~
 12542	In function 'device_hardware_setup':
 12543	cc1: note: source object is likely at address zero
 12544	In function 'set_equipment_flags',
 12545	    inlined from 'lpt_setup' at ./src/serial.c:217:5,
 12546	    inlined from 'device_hardware_setup' at ./src/post.c:132:5:
 12547	./src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12548	   43 |     u16 eqf = GET_BDA(equipment_list_flags);
 12549	      |         ^~~
 12550	In function 'device_hardware_setup':
 12551	cc1: note: source object is likely at address zero
 12552	In function 'set_equipment_flags',
 12553	    inlined from 'lpt_setup' at ./src/serial.c:217:5,
 12554	    inlined from 'device_hardware_setup' at ./src/post.c:132:5:
 12555	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12556	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12557	      |                                   ^
 12558	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12559	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12560	      |     ^~~~~~~~~~
 12561	./src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
 12562	   44 |     SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
 12563	      |     ^~~~~~~
 12564	In function 'device_hardware_setup':
 12565	cc1: note: source object is likely at address zero
 12566	In function 'set_equipment_flags',
 12567	    inlined from 'serial_setup' at ./src/serial.c:56:5,
 12568	    inlined from 'device_hardware_setup' at ./src/post.c:133:5:
 12569	./src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12570	   43 |     u16 eqf = GET_BDA(equipment_list_flags);
 12571	      |         ^~~
 12572	In function 'device_hardware_setup':
 12573	cc1: note: source object is likely at address zero
 12574	In function 'set_equipment_flags',
 12575	    inlined from 'serial_setup' at ./src/serial.c:56:5,
 12576	    inlined from 'device_hardware_setup' at ./src/post.c:133:5:
 12577	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12578	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12579	      |                                   ^
 12580	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12581	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12582	      |     ^~~~~~~~~~
 12583	./src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
 12584	   44 |     SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
 12585	      |     ^~~~~~~
 12586	In function 'device_hardware_setup':
 12587	cc1: note: source object is likely at address zero
 12588	In function 'set_equipment_flags',
 12589	    inlined from 'mathcp_setup' at ./src/misc.c:66:5,
 12590	    inlined from 'platform_hardware_setup' at ./src/post.c:146:5:
 12591	./src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12592	   43 |     u16 eqf = GET_BDA(equipment_list_flags);
 12593	      |         ^~~
 12594	In function 'platform_hardware_setup':
 12595	cc1: note: source object is likely at address zero
 12596	In function 'set_equipment_flags',
 12597	    inlined from 'mathcp_setup' at ./src/misc.c:66:5,
 12598	    inlined from 'platform_hardware_setup' at ./src/post.c:146:5:
 12599	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12600	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12601	      |                                   ^
 12602	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12603	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12604	      |     ^~~~~~~~~~
 12605	./src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
 12606	   44 |     SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
 12607	      |     ^~~~~~~
 12608	In function 'platform_hardware_setup':
 12609	cc1: note: source object is likely at address zero
 12610	In function 'clock_setup',
 12611	    inlined from 'platform_hardware_setup' at ./src/post.c:154:5:
 12612	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
 12613	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12614	      |                                   ^
 12615	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12616	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12617	      |     ^~~~~~~~~~
 12618	./src/clock.c:44:5: note: in expansion of macro 'SET_BDA'
 12619	   44 |     SET_BDA(timer_counter, ticks % TICKS_PER_DAY);
 12620	      |     ^~~~~~~
 12621	In function 'platform_hardware_setup':
 12622	cc1: note: source object is likely at address zero
 12623	./src/cdrom.c: In function 'cdrom_boot':
 12624	./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 12625	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 12626	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12627	./src/farptr.h:182:38: note: in definition of macro 'SET_FARVAR'
 12628	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12629	      |                                      ^~~
 12630	./src/cdrom.c:264:9: note: in expansion of macro 'SET_BDA'
 12631	  264 |         SET_BDA(hdcount, GET_BDA(hdcount) + 1);
 12632	      |         ^~~~~~~
 12633	./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 12634	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 12635	      |     ^~~~~~~~~~
 12636	./src/cdrom.c:264:26: note: in expansion of macro 'GET_BDA'
 12637	  264 |         SET_BDA(hdcount, GET_BDA(hdcount) + 1);
 12638	      |                          ^~~~~~~
 12639	cc1: note: source object is likely at address zero
 12640	./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 12641	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 12642	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12643	./src/farptr.h:182:10: note: in expansion of macro 'GET_FARVAR'
 12644	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12645	      |          ^~~~~~~~~~
 12646	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12647	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12648	      |     ^~~~~~~~~~
 12649	./src/cdrom.c:264:9: note: in expansion of macro 'SET_BDA'
 12650	  264 |         SET_BDA(hdcount, GET_BDA(hdcount) + 1);
 12651	      |         ^~~~~~~
 12652	cc1: note: source object is likely at address zero
 12653	In function 'set_equipment_flags',
 12654	    inlined from 'cdrom_boot' at ./src/cdrom.c:242:9:
 12655	./src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12656	   43 |     u16 eqf = GET_BDA(equipment_list_flags);
 12657	      |         ^~~
 12658	In function 'cdrom_boot':
 12659	cc1: note: source object is likely at address zero
 12660	In function 'set_equipment_flags',
 12661	    inlined from 'cdrom_boot' at ./src/cdrom.c:242:9:
 12662	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12663	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12664	      |                                   ^
 12665	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12666	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12667	      |     ^~~~~~~~~~
 12668	./src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
 12669	   44 |     SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
 12670	      |     ^~~~~~~
 12671	In function 'cdrom_boot':
 12672	cc1: note: source object is likely at address zero
 12673	In file included from out/ccode32flat.o.tmp.c:12:
 12674	In function 'sercon_setup',
 12675	    inlined from 'maininit' at ./src/post.c:211:5:
 12676	./src/sercon.c:528:13: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12677	  528 |     vgabios = GET_IVT(0x10);
 12678	In function 'maininit':
 12679	cc1: note: source object is likely at address zero
 12680	In function 'sercon_setup',
 12681	    inlined from 'maininit' at ./src/post.c:211:5:
 12682	./src/sercon.c:528:13: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12683	In function 'maininit':
 12684	cc1: note: source object is likely at address zero
 12685	In function 'sercon_setup',
 12686	    inlined from 'maininit' at ./src/post.c:211:5:
 12687	./src/sercon.c:528:13: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12688	In function 'maininit':
 12689	cc1: note: source object is likely at address zero
 12690	In function 'sercon_setup',
 12691	    inlined from 'maininit' at ./src/post.c:211:5:
 12692	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12693	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12694	      |                                   ^
 12695	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12696	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12697	      |     ^~~~~~~~~~
 12698	./src/sercon.c:541:5: note: in expansion of macro 'SET_IVT'
 12699	  541 |     SET_IVT(0x10, FUNC16(entry_sercon));
 12700	      |     ^~~~~~~
 12701	In function 'maininit':
 12702	cc1: note: source object is likely at address zero
 12703	In function 'sercon_setup',
 12704	    inlined from 'maininit' at ./src/post.c:211:5:
 12705	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12706	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12707	      |                                   ^
 12708	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12709	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12710	      |     ^~~~~~~~~~
 12711	./src/sercon.c:541:5: note: in expansion of macro 'SET_IVT'
 12712	  541 |     SET_IVT(0x10, FUNC16(entry_sercon));
 12713	      |     ^~~~~~~
 12714	In function 'maininit':
 12715	cc1: note: source object is likely at address zero
 12716	In function 'irqtimer_check',
 12717	    inlined from 'interactive_bootmenu' at ./src/boot.c:755:37,
 12718	    inlined from 'maininit' at ./src/post.c:224:5:
 12719	./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds=]
 12720	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 12721	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12722	./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 12723	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 12724	      |     ^~~~~~~~~~
 12725	./src/clock.c:357:15: note: in expansion of macro 'GET_BDA'
 12726	  357 |     return (((GET_BDA(timer_counter) + TICKS_PER_DAY - end) % TICKS_PER_DAY)
 12727	      |               ^~~~~~~
 12728	In function 'maininit':
 12729	cc1: note: source object is likely at address zero
 12730	In function 'malloc_prepboot',
 12731	    inlined from 'prepareboot' at ./src/post.c:172:5,
 12732	    inlined from 'maininit' at ./src/post.c:228:5:
 12733	./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12734	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 12735	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12736	./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 12737	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 12738	      |     ^~~~~~~~~~
 12739	./src/malloc.c:542:18: note: in expansion of macro 'GET_BDA'
 12740	  542 |     u32 endlow = GET_BDA(mem_size_kb)*1024;
 12741	      |                  ^~~~~~~
 12742	In function 'maininit':
 12743	cc1: note: source object is likely at address zero
 12744	In file included from out/ccode32flat.o.tmp.c:5:
 12745	In function 'map_hd_drive',
 12746	    inlined from 'bcv_prepboot' at ./src/boot.c:840:13,
 12747	    inlined from 'prepareboot' at ./src/post.c:167:5,
 12748	    inlined from 'maininit' at ./src/post.c:228:5:
 12749	./src/block.c:261:19: warning: array subscript 0 is outside array bounds of 'struct bios_data_area_s[0]' [-Warray-bounds=]
 12750	  261 |     int hdid = bda->hdcount;
 12751	      |                ~~~^~~~~~~~~
 12752	In function 'maininit':
 12753	cc1: note: source object is likely at address zero
 12754	In function 'get_ebda_seg',
 12755	    inlined from 'get_ebda_ptr' at ./src/biosvar.h:66:12,
 12756	    inlined from 'fill_fdpt' at ./src/block.c:213:28,
 12757	    inlined from 'map_hd_drive' at ./src/block.c:269:5,
 12758	    inlined from 'bcv_prepboot' at ./src/boot.c:840:13,
 12759	    inlined from 'prepareboot' at ./src/post.c:167:5,
 12760	    inlined from 'maininit' at ./src/post.c:228:5:
 12761	./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12762	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 12763	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12764	./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 12765	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 12766	      |     ^~~~~~~~~~
 12767	./src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
 12768	   60 |     return GET_BDA(ebda_seg);
 12769	      |            ^~~~~~~
 12770	In function 'maininit':
 12771	cc1: note: source object is likely at address zero
 12772	In function 'get_ebda_seg',
 12773	    inlined from 'fill_fdpt' at ./src/block.c:239:9,
 12774	    inlined from 'map_hd_drive' at ./src/block.c:269:5,
 12775	    inlined from 'bcv_prepboot' at ./src/boot.c:840:13,
 12776	    inlined from 'prepareboot' at ./src/post.c:167:5,
 12777	    inlined from 'maininit' at ./src/post.c:228:5:
 12778	./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12779	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 12780	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12781	./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 12782	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 12783	      |     ^~~~~~~~~~
 12784	./src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
 12785	   60 |     return GET_BDA(ebda_seg);
 12786	      |            ^~~~~~~
 12787	In function 'maininit':
 12788	cc1: note: source object is likely at address zero
 12789	In function 'fill_fdpt',
 12790	    inlined from 'map_hd_drive' at ./src/block.c:269:5,
 12791	    inlined from 'bcv_prepboot' at ./src/boot.c:840:13,
 12792	    inlined from 'prepareboot' at ./src/post.c:167:5,
 12793	    inlined from 'maininit' at ./src/post.c:228:5:
 12794	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12795	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12796	      |                                   ^
 12797	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12798	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12799	      |     ^~~~~~~~~~
 12800	./src/block.c:239:9: note: in expansion of macro 'SET_IVT'
 12801	  239 |         SET_IVT(0x46, SEGOFF(get_ebda_seg(), offsetof(
 12802	      |         ^~~~~~~
 12803	In function 'maininit':
 12804	cc1: note: source object is likely at address zero
 12805	In function 'fill_fdpt',
 12806	    inlined from 'map_hd_drive' at ./src/block.c:269:5,
 12807	    inlined from 'bcv_prepboot' at ./src/boot.c:840:13,
 12808	    inlined from 'prepareboot' at ./src/post.c:167:5,
 12809	    inlined from 'maininit' at ./src/post.c:228:5:
 12810	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12811	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12812	      |                                   ^
 12813	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12814	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12815	      |     ^~~~~~~~~~
 12816	./src/block.c:239:9: note: in expansion of macro 'SET_IVT'
 12817	  239 |         SET_IVT(0x46, SEGOFF(get_ebda_seg(), offsetof(
 12818	      |         ^~~~~~~
 12819	In function 'maininit':
 12820	cc1: note: source object is likely at address zero
 12821	In function 'get_ebda_seg',
 12822	    inlined from 'fill_fdpt' at ./src/block.c:236:9,
 12823	    inlined from 'map_hd_drive' at ./src/block.c:269:5,
 12824	    inlined from 'bcv_prepboot' at ./src/boot.c:840:13,
 12825	    inlined from 'prepareboot' at ./src/post.c:167:5,
 12826	    inlined from 'maininit' at ./src/post.c:228:5:
 12827	./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12828	  180 |     (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
 12829	      |     ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12830	./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
 12831	   37 |     GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
 12832	      |     ^~~~~~~~~~
 12833	./src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
 12834	   60 |     return GET_BDA(ebda_seg);
 12835	      |            ^~~~~~~
 12836	In function 'maininit':
 12837	cc1: note: source object is likely at address zero
 12838	In function 'fill_fdpt',
 12839	    inlined from 'map_hd_drive' at ./src/block.c:269:5,
 12840	    inlined from 'bcv_prepboot' at ./src/boot.c:840:13,
 12841	    inlined from 'prepareboot' at ./src/post.c:167:5,
 12842	    inlined from 'maininit' at ./src/post.c:228:5:
 12843	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12844	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12845	      |                                   ^
 12846	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12847	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12848	      |     ^~~~~~~~~~
 12849	./src/block.c:236:9: note: in expansion of macro 'SET_IVT'
 12850	  236 |         SET_IVT(0x41, SEGOFF(get_ebda_seg(), offsetof(
 12851	      |         ^~~~~~~
 12852	In function 'maininit':
 12853	cc1: note: source object is likely at address zero
 12854	In function 'fill_fdpt',
 12855	    inlined from 'map_hd_drive' at ./src/block.c:269:5,
 12856	    inlined from 'bcv_prepboot' at ./src/boot.c:840:13,
 12857	    inlined from 'prepareboot' at ./src/post.c:167:5,
 12858	    inlined from 'maininit' at ./src/post.c:228:5:
 12859	./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds=]
 12860	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12861	      |                                   ^
 12862	./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
 12863	   22 |     SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
 12864	      |     ^~~~~~~~~~
 12865	./src/block.c:236:9: note: in expansion of macro 'SET_IVT'
 12866	  236 |         SET_IVT(0x41, SEGOFF(get_ebda_seg(), offsetof(
 12867	      |         ^~~~~~~
 12868	In function 'maininit':
 12869	cc1: note: source object is likely at address zero
 12870	In function 'set_equipment_flags',
 12871	    inlined from 'map_floppy_drive' at ./src/block.c:296:9,
 12872	    inlined from 'bcv_prepboot' at ./src/boot.c:836:13,
 12873	    inlined from 'prepareboot' at ./src/post.c:167:5,
 12874	    inlined from 'maininit' at ./src/post.c:228:5:
 12875	./src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12876	   43 |     u16 eqf = GET_BDA(equipment_list_flags);
 12877	      |         ^~~
 12878	In function 'maininit':
 12879	cc1: note: source object is likely at address zero
 12880	In function 'set_equipment_flags',
 12881	    inlined from 'map_floppy_drive' at ./src/block.c:296:9,
 12882	    inlined from 'bcv_prepboot' at ./src/boot.c:836:13,
 12883	    inlined from 'prepareboot' at ./src/post.c:167:5,
 12884	    inlined from 'maininit' at ./src/post.c:228:5:
 12885	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12886	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12887	      |                                   ^
 12888	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12889	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12890	      |     ^~~~~~~~~~
 12891	./src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
 12892	   44 |     SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
 12893	      |     ^~~~~~~
 12894	In function 'maininit':
 12895	cc1: note: source object is likely at address zero
 12896	In function 'map_floppy_drive',
 12897	    inlined from 'bcv_prepboot' at ./src/boot.c:836:13,
 12898	    inlined from 'prepareboot' at ./src/post.c:167:5,
 12899	    inlined from 'maininit' at ./src/post.c:228:5:
 12900	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 12901	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12902	      |                                   ^
 12903	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12904	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12905	      |     ^~~~~~~~~~
 12906	./src/block.c:297:9: note: in expansion of macro 'SET_BDA'
 12907	  297 |         SET_BDA(floppy_harddisk_info, 0x77);
 12908	      |         ^~~~~~~
 12909	In function 'maininit':
 12910	cc1: note: source object is likely at address zero
 12911	In function 'set_equipment_flags',
 12912	    inlined from 'map_floppy_drive' at ./src/block.c:292:9,
 12913	    inlined from 'bcv_prepboot' at ./src/boot.c:836:13,
 12914	    inlined from 'prepareboot' at ./src/post.c:167:5,
 12915	    inlined from 'maininit' at ./src/post.c:228:5:
 12916	./src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12917	   43 |     u16 eqf = GET_BDA(equipment_list_flags);
 12918	      |         ^~~
 12919	In function 'maininit':
 12920	cc1: note: source object is likely at address zero
 12921	In function 'set_equipment_flags',
 12922	    inlined from 'map_floppy_drive' at ./src/block.c:292:9,
 12923	    inlined from 'bcv_prepboot' at ./src/boot.c:836:13,
 12924	    inlined from 'prepareboot' at ./src/post.c:167:5,
 12925	    inlined from 'maininit' at ./src/post.c:228:5:
 12926	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds=]
 12927	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12928	      |                                   ^
 12929	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12930	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12931	      |     ^~~~~~~~~~
 12932	./src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
 12933	   44 |     SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
 12934	      |     ^~~~~~~
 12935	In function 'maininit':
 12936	cc1: note: source object is likely at address zero
 12937	In function 'map_floppy_drive',
 12938	    inlined from 'bcv_prepboot' at ./src/boot.c:836:13,
 12939	    inlined from 'prepareboot' at ./src/post.c:167:5,
 12940	    inlined from 'maininit' at ./src/post.c:228:5:
 12941	./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds=]
 12942	  182 |     do { GET_FARVAR((seg), (var)) = (val); } while (0)
 12943	      |                                   ^
 12944	./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
 12945	   39 |     SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
 12946	      |     ^~~~~~~~~~
 12947	./src/block.c:293:9: note: in expansion of macro 'SET_BDA'
 12948	  293 |         SET_BDA(floppy_harddisk_info, 0x07);
 12949	      |         ^~~~~~~
 12950	In function 'maininit':
 12951	cc1: note: source object is likely at address zero
 12952	  Building ld scripts
 12953	Version: 1.16.0-Xen
 12954	x86_64-pc-linux-gnu-ld: warning: out/romlayout.o: missing .note.GNU-stack section implies executable stack
 12955	x86_64-pc-linux-gnu-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
 12956	Fixed space: 0xe05b-0x10000  total: 8101  slack: 15  Percent slack: 0.2%
 12957	16bit size:           38016
 12958	32bit segmented size: 2277
 12959	32bit flat size:      50315
 12960	32bit flat init size: 84096
 12961	Lowmem size:          2240
 12962	f-segment var size:   1232
 12963	  Linking out/rom16.o
 12964	  Linking out/rom32seg.o
 12965	x86_64-pc-linux-gnu-ld: warning: out/code16.o: requires executable stack (because the .note.GNU-stack section is executable)
 12966	x86_64-pc-linux-gnu-ld: warning: out/rom16.o has a LOAD segment with RWX permissions
 12967	  Stripping out/rom32seg.noexec.o
 12968	  Stripping out/rom16.noexec.o
 12969	  Linking out/rom.o
 12970	x86_64-pc-linux-gnu-ld: warning: out/rom32seg.noexec.o: missing .note.GNU-stack section implies executable stack
 12971	x86_64-pc-linux-gnu-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
 12972	x86_64-pc-linux-gnu-ld: warning: out/rom.o has a LOAD segment with RWX permissions
 12973	  Prepping out/bios.bin.prep
 12974	Total size: 184480  Fixed: 91840  Free: 77664 (used 70.4% of 256KiB rom)
 12975	  Creating out/bios.bin
 12976	make -C rombios all
 12977	make -C 32bit all
 12978	make -C tcgbios all
 12979	make[10]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/tcgbios'
 12980	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .tpm_drivers.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/tcgbios/../../../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/tcgbios/../../../../../tools/include -I.. -I../.. -I../../../../libacpi -fno-pic -fno-PIE  -c -o tpm_drivers.o tpm_drivers.c 
 12981	make[10]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/tcgbios'
 12982	make[10]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/tcgbios'
 12983	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .tcgbios.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/tcgbios/../../../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/tcgbios/../../../../../tools/include -I.. -I../.. -I../../../../libacpi -fno-pic -fno-PIE  -c -o tcgbios.o tcgbios.c 
 12984	make[10]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/tcgbios'
 12985	make[10]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/tcgbios'
 12986	x86_64-pc-linux-gnu-ld -melf_i386 -r tcgbios.o tpm_drivers.o -o tcgbiosext.o
 12987	make[10]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/tcgbios'
 12988	make 32bitbios_flat.h
 12989	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit'
 12990	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .32bitbios.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/../../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/../../../../tools/include -I.. -I../../../libacpi -fno-pic -fno-PIE  -c -o 32bitbios.o 32bitbios.c 
 12991	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit'
 12992	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit'
 12993	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .util.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/../../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/../../../../tools/include -I.. -I../../../libacpi -fno-pic -fno-PIE  -c -o util.o util.c 
 12994	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit'
 12995	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit'
 12996	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .pmm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/../../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit/../../../../tools/include -I.. -I../../../libacpi -fno-pic -fno-PIE  -c -o pmm.o pmm.c 
 12997	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit'
 12998	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit'
 12999	x86_64-pc-linux-gnu-ld -melf_i386 -s -r 32bitbios.o tcgbios/tcgbiosext.o util.o pmm.o -o 32bitbios_all.o
 13000	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit'
 13001	make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit'
 13002	sh mkhex highbios_array 32bitbios_all.o > 32bitbios_flat.h
 13003	make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios/32bit'
 13004	make BIOS-bochs-latest
 13005	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13006	x86_64-pc-linux-gnu-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -Wdeclaration-after-statement -o biossums biossums.c
 13007	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13008	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13009	x86_64-pc-linux-gnu-gcc -E -DBX_SMP_PROCESSORS=1 -P rombios.c > _rombios_.c
 13010	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13011	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13012	bcc -o rombios.s -C-c -D__i86__ -0 -S _rombios_.c
 13013	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13014	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13015	sed -e 's/^\.text//' -e 's/^\.data//' rombios.s > _rombios_.s
 13016	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13017	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13018	as86 _rombios_.s -b tmp.bin -u- -w- -g -0 -j -O -l rombios.txt
 13019	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13020	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13021	perl makesym.perl < rombios.txt > rombios.sym
 13022	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13023	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13024	mv tmp.bin BIOS-bochs-latest
 13025	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13026	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13027	./biossums BIOS-bochs-latest
 13028	
 13029	
 13030	PCI-Bios header at: 0xB130
 13031	Current checksum:     0xDC
 13032	Calculated checksum:  0xDC  
 13033	
 13034	
 13035	$PIR header at:     0xB480
 13036	Current checksum:     0x37
 13037	Calculated checksum:  0x27
 13038	  Setting checksum.
 13039	
 13040	
 13041	Bios checksum at:   0xFFFF
 13042	Current checksum:     0x00
 13043	Calculated checksum:  0xC8  Setting checksum.
 13044	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13045	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13046	rm -f _rombios_.s
 13047	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/rombios'
 13048	make -C vgabios all
 13049	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13050	x86_64-pc-linux-gnu-gcc -o vbetables-gen vbetables-gen.c
 13051	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13052	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13053	x86_64-pc-linux-gnu-gcc -o biossums biossums.c
 13054	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13055	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13056	./vbetables-gen > vbetables.h
 13057	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13058	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13059	gcc -E -P vgabios.c  -DCIRRUS -DCIRRUS_DEBUG -DPCIBIOS "-DVGABIOS_DATE=\"`date '+%d %b %Y'`\"" > _vgabios-cirrus-debug_.c
 13060	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13061	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13062	gcc -E -P vgabios.c  -DCIRRUS -DPCIBIOS "-DVGABIOS_DATE=\"`date '+%d %b %Y'`\"" > _vgabios-cirrus_.c
 13063	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13064	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13065	gcc -E -P vgabios.c  -DVBE -DDEBUG "-DVGABIOS_DATE=\"`date '+%d %b %Y'`\"" > _vgabios-debug_.c
 13066	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13067	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13068	gcc -E -P vgabios.c  -DVBE "-DVGABIOS_DATE=\"`date '+%d %b %Y'`\"" > _vgabios_.c
 13069	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13070	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13071	bcc -o vgabios-cirrus-debug.s -C-c -D__i86__ -S -0 _vgabios-cirrus-debug_.c
 13072	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13073	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13074	bcc -o vgabios-cirrus.s -C-c -D__i86__ -S -0 _vgabios-cirrus_.c
 13075	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13076	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13077	bcc -o vgabios-debug.s -C-c -D__i86__ -S -0 _vgabios-debug_.c
 13078	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13079	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13080	bcc -o vgabios.s -C-c -D__i86__ -S -0 _vgabios_.c
 13081	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13082	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13083	sed -e 's/^\.text//' -e 's/^\.data//' vgabios-cirrus-debug.s > _vgabios-cirrus-debug_.s
 13084	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13085	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13086	sed -e 's/^\.text//' -e 's/^\.data//' vgabios-cirrus.s > _vgabios-cirrus_.s
 13087	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13088	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13089	sed -e 's/^\.text//' -e 's/^\.data//' vgabios-debug.s > _vgabios-debug_.s
 13090	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13091	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13092	sed -e 's/^\.text//' -e 's/^\.data//' vgabios.s > _vgabios_.s
 13093	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13094	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13095	as86 _vgabios-cirrus-debug_.s -b vgabios-cirrus.debug.bin -u -w- -g -0 -j -O -l vgabios-cirrus.debug.txt
 13096	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13097	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13098	as86 _vgabios-cirrus_.s -b vgabios-cirrus.bin -u -w- -g -0 -j -O -l vgabios-cirrus.txt
 13099	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13100	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13101	rm -f _vgabios-cirrus-debug_.s _vgabios-cirrus-debug_.c vgabios-cirrus-debug.s
 13102	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13103	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13104	rm -f _vgabios-cirrus_.s _vgabios-cirrus_.c vgabios-cirrus.s
 13105	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13106	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13107	cp vgabios-cirrus.debug.bin VGABIOS-lgpl-latest.cirrus.debug.bin
 13108	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13109	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13110	cp vgabios-cirrus.bin VGABIOS-lgpl-latest.cirrus.bin
 13111	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13112	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13113	./biossums VGABIOS-lgpl-latest.cirrus.debug.bin
 13114	
 13115	Bios checksum at:   0x8BFF
 13116	Current checksum:     0x00
 13117	Calculated checksum:  0xF1  Setting checksum.
 13118	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13119	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13120	./biossums VGABIOS-lgpl-latest.cirrus.bin
 13121	
 13122	Bios checksum at:   0x8BFF
 13123	Current checksum:     0x00
 13124	Calculated checksum:  0xD2  Setting checksum.
 13125	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13126	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13127	ls -l VGABIOS-lgpl-latest.cirrus.bin
 13128	-rw-r--r-- 1 portage portage 35840 Jan 28 17:52 VGABIOS-lgpl-latest.cirrus.bin
 13129	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13130	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13131	ls -l VGABIOS-lgpl-latest.cirrus.debug.bin
 13132	-rw-r--r-- 1 portage portage 35840 Jan 28 17:52 VGABIOS-lgpl-latest.cirrus.debug.bin
 13133	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13134	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13135	as86 _vgabios-debug_.s -b vgabios.debug.bin -u -w- -g -0 -j -O -l vgabios.debug.txt
 13136	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13137	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13138	as86 _vgabios_.s -b vgabios.bin -u -w- -g -0 -j -O -l vgabios.txt
 13139	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13140	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13141	rm -f _vgabios-debug_.s _vgabios-debug_.c vgabios-debug.s
 13142	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13143	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13144	rm -f _vgabios_.s _vgabios_.c vgabios.s
 13145	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13146	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13147	cp vgabios.debug.bin VGABIOS-lgpl-latest.debug.bin
 13148	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13149	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13150	cp vgabios.bin VGABIOS-lgpl-latest.bin
 13151	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13152	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13153	./biossums VGABIOS-lgpl-latest.bin
 13154	
 13155	Bios checksum at:   0x9DFF
 13156	Current checksum:     0x00
 13157	Calculated checksum:  0xBD  Setting checksum.
 13158	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13159	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13160	./biossums VGABIOS-lgpl-latest.debug.bin
 13161	
 13162	Bios checksum at:   0xA1FF
 13163	Current checksum:     0x00
 13164	Calculated checksum:  0xD6  Setting checksum.
 13165	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13166	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13167	ls -l VGABIOS-lgpl-latest.bin
 13168	-rw-r--r-- 1 portage portage 40448 Jan 28 17:52 VGABIOS-lgpl-latest.bin
 13169	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13170	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13171	ls -l VGABIOS-lgpl-latest.debug.bin
 13172	-rw-r--r-- 1 portage portage 41472 Jan 28 17:52 VGABIOS-lgpl-latest.debug.bin
 13173	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/vgabios'
 13174	make -C hvmloader all
 13175	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13176	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .hvmloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o hvmloader.o hvmloader.c 
 13177	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13178	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13179	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .mp_tables.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o mp_tables.o mp_tables.c 
 13180	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13181	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13182	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .smp.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o smp.o smp.c 
 13183	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13184	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13185	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .util.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o util.o util.c 
 13186	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13187	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13188	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .smbios.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi -D__SMBIOS_DATE__="\"01/28/2024\""  -c -o smbios.o smbios.c 
 13189	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13190	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13191	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .cacheattr.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o cacheattr.o cacheattr.c 
 13192	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13193	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13194	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenbus.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o xenbus.o xenbus.c 
 13195	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13196	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13197	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .vnuma.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o vnuma.o vnuma.c 
 13198	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13199	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13200	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .e820.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o e820.o e820.c 
 13201	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13202	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13203	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .pci.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o pci.o pci.c 
 13204	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13205	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13206	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .pir.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o pir.o pir.c 
 13207	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13208	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13209	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .ctype.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o ctype.o ctype.c 
 13210	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13211	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13212	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .hvm_param.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o hvm_param.o hvm_param.c 
 13213	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13214	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13215	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .ovmf.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o ovmf.o ovmf.c 
 13216	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13217	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13218	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .seabios.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o seabios.o seabios.c 
 13219	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13220	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13221	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .optionroms.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o optionroms.o optionroms.c 
 13222	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13223	make -C ../../libacpi  ACPI_BUILD_DIR=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader DSDT_FILES="dsdt_anycpu.c dsdt_15cpu.c dsdt_anycpu_qemu_xen.c"
 13224	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13225	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .32bitbios_support.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o 32bitbios_support.o 32bitbios_support.c 
 13226	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13227	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13228	echo "/* Autogenerated file. DO NOT EDIT */" > roms.inc.new
 13229	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13230	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13231	echo "#ifdef ROM_INCLUDE_ROMBIOS" >> roms.inc.new
 13232	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13233	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13234	/bin/sh /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/misc/mkhex rombios ../rombios/BIOS-bochs-latest >> roms.inc.new
 13235	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13236	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13237	echo "#endif" >> roms.inc.new
 13238	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13239	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13240	echo "#ifdef ROM_INCLUDE_VGABIOS" >> roms.inc.new
 13241	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13242	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13243	/bin/sh /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/misc/mkhex vgabios_stdvga ../vgabios/VGABIOS-lgpl-latest.bin >> roms.inc.new
 13244	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13245	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13246	echo "#endif" >> roms.inc.new
 13247	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13248	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13249	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .static_tables.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi -iquote . -DLIBACPI_STDUTILS=\"/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/util.h\"  -c -o static_tables.o ../../libacpi/static_tables.c 
 13250	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13251	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13252	echo "#ifdef ROM_INCLUDE_VGABIOS" >> roms.inc.new
 13253	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13254	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13255	/bin/sh /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/misc/mkhex vgabios_cirrusvga ../vgabios/VGABIOS-lgpl-latest.cirrus.bin >> roms.inc.new
 13256	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13257	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13258	echo "#endif" >> roms.inc.new
 13259	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13260	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13261	mv -f roms.inc.new roms.inc
 13262	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13263	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13264	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_s3.tmp -tc ssdt_s3.asl
 13265	ASL Input:     ssdt_s3.asl -     396 bytes      1 keywords     21 source lines
 13266	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_s3.aml -      49 bytes      0 opcodes       1 named objects
 13267	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_s3.hex -     924 bytes
 13268	
 13269	Compilation successful. 0 Errors, 0 Warnings, 0 Remarks, 4 Optimizations
 13270	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13271	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13272	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .rombios.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi  -c -o rombios.o rombios.c 
 13273	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 13274	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13275	sed -e 's/AmlCode/ssdt_s3/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_s3.hex >/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_s3.h
 13276	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13277	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13278	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_s4.tmp -tc ssdt_s4.asl
 13279	ASL Input:     ssdt_s4.asl -     396 bytes      1 keywords     21 source lines
 13280	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_s4.aml -      49 bytes      0 opcodes       1 named objects
 13281	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_s4.hex -     924 bytes
 13282	
 13283	Compilation successful. 0 Errors, 0 Warnings, 0 Remarks, 4 Optimizations
 13284	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13285	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13286	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_s3.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_s3.hex
 13287	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13288	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13289	sed -e 's/AmlCode/ssdt_s4/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_s4.hex >/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_s4.h
 13290	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13291	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13292	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_pm.tmp -tc ssdt_pm.asl
 13293	ssdt_pm.asl    388:                 Store (\_SB.PB2, Local0)
 13294	Warning  3144 -       Method Local is set but never used ^  (Local0)
 13295	
 13296	ASL Input:     ssdt_pm.asl -   12091 bytes    192 keywords    411 source lines
 13297	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_pm.aml -    1447 bytes    131 opcodes      61 named objects
 13298	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_pm.hex -   13975 bytes
 13299	
 13300	Compilation successful. 0 Errors, 1 Warnings, 0 Remarks, 31 Optimizations
 13301	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13302	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13303	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_s4.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_s4.hex
 13304	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13305	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13306	sed -e 's/AmlCode/ssdt_pm/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_pm.hex >/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_pm.h
 13307	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13308	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13309	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_tpm.tmp -tc ssdt_tpm.asl
 13310	ASL Input:     ssdt_tpm.asl -     428 bytes      3 keywords     21 source lines
 13311	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_tpm.aml -      76 bytes      0 opcodes       3 named objects
 13312	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_tpm.hex -    1153 bytes
 13313	
 13314	Compilation successful. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
 13315	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13316	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13317	x86_64-pc-linux-gnu-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -Wdeclaration-after-statement -DCONFIG_X86 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi/../../tools/include -D__XEN_TOOLS__ -o /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/mk_dsdt mk_dsdt.c
 13318	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13319	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13320	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_pm.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_pm.hex
 13321	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13322	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13323	sed -e 's/AmlCode/ssdt_tpm/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_tpm.hex >/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_tpm.h
 13324	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13325	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13326	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_tpm2.tmp -tc ssdt_tpm2.asl
 13327	ASL Input:     ssdt_tpm2.asl -     729 bytes      5 keywords     29 source lines
 13328	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_tpm2.aml -      91 bytes      1 opcodes       4 named objects
 13329	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_tpm2.hex -    1307 bytes
 13330	
 13331	Compilation successful. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
 13332	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13333	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13334	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_tpm.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_tpm.hex
 13335	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13336	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13337	sed -e 's/AmlCode/ssdt_tpm2/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_tpm2.hex >/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_tpm2.h
 13338	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13339	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13340	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_laptop_slate.tmp -tc ssdt_laptop_slate.asl
 13341	ASL Input:     ssdt_laptop_slate.asl -     602 bytes      4 keywords     31 source lines
 13342	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_laptop_slate.aml -      73 bytes      1 opcodes       3 named objects
 13343	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_laptop_slate.hex -    1189 bytes
 13344	
 13345	Compilation successful. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations
 13346	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13347	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13348	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_tpm2.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_tpm2.hex
 13349	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13350	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13351	sed -e 's/AmlCode/ssdt_laptop_slate/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_laptop_slate.hex >/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_laptop_slate.h
 13352	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13353	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13354	# Remove last bracket
 13355	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13356	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13357	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_laptop_slate.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/ssdt_laptop_slate.hex
 13358	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13359	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13360	awk 'NR > 1 {print s} {s=$0}' dsdt.asl > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl.tmp
 13361	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13362	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13363	# Remove last bracket
 13364	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13365	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13366	# Remove last bracket
 13367	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13368	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13369	cat dsdt_acpi_info.asl >> /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl.tmp
 13370	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13371	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13372	awk 'NR > 1 {print s} {s=$0}' dsdt.asl > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl.tmp
 13373	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13374	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13375	awk 'NR > 1 {print s} {s=$0}' dsdt.asl > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl.tmp
 13376	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13377	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13378	cat dsdt_acpi_info.asl >> /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl.tmp
 13379	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13380	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13381	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/mk_dsdt --debug=n --maxcpu any  >> /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl.tmp
 13382	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13383	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13384	cat dsdt_acpi_info.asl >> /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl.tmp
 13385	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13386	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13387	mv -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl.tmp /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl
 13388	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13389	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13390	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/mk_dsdt --debug=n --maxcpu 15  >> /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl.tmp
 13391	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13392	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13393	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/mk_dsdt --debug=n --dm-version qemu-xen >> /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl.tmp
 13394	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13395	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13396	mv -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl.tmp /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl
 13397	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13398	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13399	mv -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl.tmp /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl
 13400	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13401	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13402	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.tmp -tc /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl
 13403	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl     40:        Device (PCI0)
 13404	Warning  3073 -                                                                                                   Multiple types ^  (Device object requires either a _HID or _ADR, but not both)
 13405	
 13406	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    485:         Processor ( PR00, 0, 0x0000b010, 0x06 ) {
 13407	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13408	
 13409	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    509:         Processor ( PR01, 1, 0x0000b010, 0x06 ) {
 13410	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13411	
 13412	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    535:         Processor ( PR02, 2, 0x0000b010, 0x06 ) {
 13413	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13414	
 13415	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    561:         Processor ( PR03, 3, 0x0000b010, 0x06 ) {
 13416	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13417	
 13418	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    587:         Processor ( PR04, 4, 0x0000b010, 0x06 ) {
 13419	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13420	
 13421	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    613:         Processor ( PR05, 5, 0x0000b010, 0x06 ) {
 13422	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13423	
 13424	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    639:         Processor ( PR06, 6, 0x0000b010, 0x06 ) {
 13425	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13426	
 13427	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    665:         Processor ( PR07, 7, 0x0000b010, 0x06 ) {
 13428	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13429	
 13430	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    691:         Processor ( PR08, 8, 0x0000b010, 0x06 ) {
 13431	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13432	
 13433	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    717:         Processor ( PR09, 9, 0x0000b010, 0x06 ) {
 13434	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13435	
 13436	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    743:         Processor ( PR0A, 10, 0x0000b010, 0x06 ) {
 13437	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13438	
 13439	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    769:         Processor ( PR0B, 11, 0x0000b010, 0x06 ) {
 13440	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13441	
 13442	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    795:         Processor ( PR0C, 12, 0x0000b010, 0x06 ) {
 13443	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13444	
 13445	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    821:         Processor ( PR0D, 13, 0x0000b010, 0x06 ) {
 13446	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13447	
 13448	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl    847:         Processor ( PR0E, 14, 0x0000b010, 0x06 ) {
 13449	Warning  3168 -                                                    Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13450	
 13451	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl   4420:             Name ( SLT, 0x0 )
 13452	Remark   2173 -      Creation of named objects within a method is highly inefficient, use globals or method local variables instead ^  (\_GPE._L03)
 13453	
 13454	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl   4421:             Name ( EVT, 0x0 )
 13455	Remark   2173 -      Creation of named objects within a method is highly inefficient, use globals or method local variables instead ^  (\_GPE._L03)
 13456	
 13457	ASL Input:     /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.asl -  204283 bytes   3809 keywords   5706 source lines
 13458	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.aml -   35455 bytes   2227 opcodes    1582 named objects
 13459	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.hex -  332902 bytes
 13460	
 13461	Compilation successful. 0 Errors, 16 Warnings, 2 Remarks, 1077 Optimizations
 13462	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13463	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13464	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.tmp -tc /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl
 13465	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl     40:        Device (PCI0)
 13466	Warning  3073 -                                                                                                    Multiple types ^  (Device object requires either a _HID or _ADR, but not both)
 13467	
 13468	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    485:         Processor ( PR00, 0, 0x0000b010, 0x06 ) {
 13469	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13470	
 13471	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    509:         Processor ( PR01, 1, 0x0000b010, 0x06 ) {
 13472	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13473	
 13474	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    535:         Processor ( PR02, 2, 0x0000b010, 0x06 ) {
 13475	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13476	
 13477	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    561:         Processor ( PR03, 3, 0x0000b010, 0x06 ) {
 13478	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13479	
 13480	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    587:         Processor ( PR04, 4, 0x0000b010, 0x06 ) {
 13481	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13482	
 13483	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    613:         Processor ( PR05, 5, 0x0000b010, 0x06 ) {
 13484	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13485	
 13486	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    639:         Processor ( PR06, 6, 0x0000b010, 0x06 ) {
 13487	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13488	
 13489	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    665:         Processor ( PR07, 7, 0x0000b010, 0x06 ) {
 13490	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13491	
 13492	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    691:         Processor ( PR08, 8, 0x0000b010, 0x06 ) {
 13493	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13494	
 13495	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    717:         Processor ( PR09, 9, 0x0000b010, 0x06 ) {
 13496	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13497	
 13498	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    743:         Processor ( PR0A, 10, 0x0000b010, 0x06 ) {
 13499	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13500	
 13501	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    769:         Processor ( PR0B, 11, 0x0000b010, 0x06 ) {
 13502	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13503	
 13504	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    795:         Processor ( PR0C, 12, 0x0000b010, 0x06 ) {
 13505	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13506	
 13507	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    821:         Processor ( PR0D, 13, 0x0000b010, 0x06 ) {
 13508	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13509	
 13510	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    847:         Processor ( PR0E, 14, 0x0000b010, 0x06 ) {
 13511	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13512	
 13513	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    873:         Processor ( PR0F, 15, 0x0000b010, 0x06 ) {
 13514	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13515	
 13516	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    899:         Processor ( PR10, 16, 0x0000b010, 0x06 ) {
 13517	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13518	
 13519	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    925:         Processor ( PR11, 17, 0x0000b010, 0x06 ) {
 13520	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13521	
 13522	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    951:         Processor ( PR12, 18, 0x0000b010, 0x06 ) {
 13523	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13524	
 13525	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl    977:         Processor ( PR13, 19, 0x0000b010, 0x06 ) {
 13526	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13527	
 13528	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1003:         Processor ( PR14, 20, 0x0000b010, 0x06 ) {
 13529	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13530	
 13531	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1029:         Processor ( PR15, 21, 0x0000b010, 0x06 ) {
 13532	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13533	
 13534	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1055:         Processor ( PR16, 22, 0x0000b010, 0x06 ) {
 13535	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13536	
 13537	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1081:         Processor ( PR17, 23, 0x0000b010, 0x06 ) {
 13538	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13539	
 13540	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1107:         Processor ( PR18, 24, 0x0000b010, 0x06 ) {
 13541	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13542	
 13543	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1133:         Processor ( PR19, 25, 0x0000b010, 0x06 ) {
 13544	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13545	
 13546	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1159:         Processor ( PR1A, 26, 0x0000b010, 0x06 ) {
 13547	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13548	
 13549	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1185:         Processor ( PR1B, 27, 0x0000b010, 0x06 ) {
 13550	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13551	
 13552	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1211:         Processor ( PR1C, 28, 0x0000b010, 0x06 ) {
 13553	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13554	
 13555	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1237:         Processor ( PR1D, 29, 0x0000b010, 0x06 ) {
 13556	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13557	
 13558	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1263:         Processor ( PR1E, 30, 0x0000b010, 0x06 ) {
 13559	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13560	
 13561	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1289:         Processor ( PR1F, 31, 0x0000b010, 0x06 ) {
 13562	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13563	
 13564	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1315:         Processor ( PR20, 32, 0x0000b010, 0x06 ) {
 13565	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13566	
 13567	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1341:         Processor ( PR21, 33, 0x0000b010, 0x06 ) {
 13568	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13569	
 13570	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1367:         Processor ( PR22, 34, 0x0000b010, 0x06 ) {
 13571	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13572	
 13573	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1393:         Processor ( PR23, 35, 0x0000b010, 0x06 ) {
 13574	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13575	
 13576	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1419:         Processor ( PR24, 36, 0x0000b010, 0x06 ) {
 13577	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13578	
 13579	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1445:         Processor ( PR25, 37, 0x0000b010, 0x06 ) {
 13580	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13581	
 13582	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1471:         Processor ( PR26, 38, 0x0000b010, 0x06 ) {
 13583	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13584	
 13585	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1497:         Processor ( PR27, 39, 0x0000b010, 0x06 ) {
 13586	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13587	
 13588	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1523:         Processor ( PR28, 40, 0x0000b010, 0x06 ) {
 13589	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13590	
 13591	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1549:         Processor ( PR29, 41, 0x0000b010, 0x06 ) {
 13592	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13593	
 13594	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1575:         Processor ( PR2A, 42, 0x0000b010, 0x06 ) {
 13595	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13596	
 13597	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1601:         Processor ( PR2B, 43, 0x0000b010, 0x06 ) {
 13598	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13599	
 13600	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1627:         Processor ( PR2C, 44, 0x0000b010, 0x06 ) {
 13601	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13602	
 13603	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1653:         Processor ( PR2D, 45, 0x0000b010, 0x06 ) {
 13604	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13605	
 13606	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1679:         Processor ( PR2E, 46, 0x0000b010, 0x06 ) {
 13607	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13608	
 13609	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1705:         Processor ( PR2F, 47, 0x0000b010, 0x06 ) {
 13610	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13611	
 13612	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1731:         Processor ( PR30, 48, 0x0000b010, 0x06 ) {
 13613	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13614	
 13615	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1757:         Processor ( PR31, 49, 0x0000b010, 0x06 ) {
 13616	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13617	
 13618	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1783:         Processor ( PR32, 50, 0x0000b010, 0x06 ) {
 13619	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13620	
 13621	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1809:         Processor ( PR33, 51, 0x0000b010, 0x06 ) {
 13622	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13623	
 13624	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1835:         Processor ( PR34, 52, 0x0000b010, 0x06 ) {
 13625	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13626	
 13627	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1861:         Processor ( PR35, 53, 0x0000b010, 0x06 ) {
 13628	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13629	
 13630	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1887:         Processor ( PR36, 54, 0x0000b010, 0x06 ) {
 13631	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13632	
 13633	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1913:         Processor ( PR37, 55, 0x0000b010, 0x06 ) {
 13634	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13635	
 13636	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1939:         Processor ( PR38, 56, 0x0000b010, 0x06 ) {
 13637	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13638	
 13639	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1965:         Processor ( PR39, 57, 0x0000b010, 0x06 ) {
 13640	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13641	
 13642	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   1991:         Processor ( PR3A, 58, 0x0000b010, 0x06 ) {
 13643	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13644	
 13645	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2017:         Processor ( PR3B, 59, 0x0000b010, 0x06 ) {
 13646	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13647	
 13648	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2043:         Processor ( PR3C, 60, 0x0000b010, 0x06 ) {
 13649	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13650	
 13651	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2069:         Processor ( PR3D, 61, 0x0000b010, 0x06 ) {
 13652	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13653	
 13654	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2095:         Processor ( PR3E, 62, 0x0000b010, 0x06 ) {
 13655	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13656	
 13657	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2121:         Processor ( PR3F, 63, 0x0000b010, 0x06 ) {
 13658	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13659	
 13660	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2147:         Processor ( PR40, 64, 0x0000b010, 0x06 ) {
 13661	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13662	
 13663	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2173:         Processor ( PR41, 65, 0x0000b010, 0x06 ) {
 13664	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13665	
 13666	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2199:         Processor ( PR42, 66, 0x0000b010, 0x06 ) {
 13667	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13668	
 13669	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2225:         Processor ( PR43, 67, 0x0000b010, 0x06 ) {
 13670	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13671	
 13672	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2251:         Processor ( PR44, 68, 0x0000b010, 0x06 ) {
 13673	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13674	
 13675	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2277:         Processor ( PR45, 69, 0x0000b010, 0x06 ) {
 13676	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13677	
 13678	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2303:         Processor ( PR46, 70, 0x0000b010, 0x06 ) {
 13679	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13680	
 13681	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2329:         Processor ( PR47, 71, 0x0000b010, 0x06 ) {
 13682	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13683	
 13684	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2355:         Processor ( PR48, 72, 0x0000b010, 0x06 ) {
 13685	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13686	
 13687	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2381:         Processor ( PR49, 73, 0x0000b010, 0x06 ) {
 13688	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13689	
 13690	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2407:         Processor ( PR4A, 74, 0x0000b010, 0x06 ) {
 13691	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13692	
 13693	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2433:         Processor ( PR4B, 75, 0x0000b010, 0x06 ) {
 13694	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13695	
 13696	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2459:         Processor ( PR4C, 76, 0x0000b010, 0x06 ) {
 13697	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13698	
 13699	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2485:         Processor ( PR4D, 77, 0x0000b010, 0x06 ) {
 13700	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13701	
 13702	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2511:         Processor ( PR4E, 78, 0x0000b010, 0x06 ) {
 13703	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13704	
 13705	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2537:         Processor ( PR4F, 79, 0x0000b010, 0x06 ) {
 13706	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13707	
 13708	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2563:         Processor ( PR50, 80, 0x0000b010, 0x06 ) {
 13709	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13710	
 13711	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2589:         Processor ( PR51, 81, 0x0000b010, 0x06 ) {
 13712	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13713	
 13714	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2615:         Processor ( PR52, 82, 0x0000b010, 0x06 ) {
 13715	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13716	
 13717	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2641:         Processor ( PR53, 83, 0x0000b010, 0x06 ) {
 13718	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13719	
 13720	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2667:         Processor ( PR54, 84, 0x0000b010, 0x06 ) {
 13721	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13722	
 13723	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2693:         Processor ( PR55, 85, 0x0000b010, 0x06 ) {
 13724	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13725	
 13726	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2719:         Processor ( PR56, 86, 0x0000b010, 0x06 ) {
 13727	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13728	
 13729	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2745:         Processor ( PR57, 87, 0x0000b010, 0x06 ) {
 13730	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13731	
 13732	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2771:         Processor ( PR58, 88, 0x0000b010, 0x06 ) {
 13733	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13734	
 13735	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2797:         Processor ( PR59, 89, 0x0000b010, 0x06 ) {
 13736	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13737	
 13738	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2823:         Processor ( PR5A, 90, 0x0000b010, 0x06 ) {
 13739	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13740	
 13741	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2849:         Processor ( PR5B, 91, 0x0000b010, 0x06 ) {
 13742	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13743	
 13744	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2875:         Processor ( PR5C, 92, 0x0000b010, 0x06 ) {
 13745	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13746	
 13747	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2901:         Processor ( PR5D, 93, 0x0000b010, 0x06 ) {
 13748	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13749	
 13750	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2927:         Processor ( PR5E, 94, 0x0000b010, 0x06 ) {
 13751	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13752	
 13753	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2953:         Processor ( PR5F, 95, 0x0000b010, 0x06 ) {
 13754	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13755	
 13756	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   2979:         Processor ( PR60, 96, 0x0000b010, 0x06 ) {
 13757	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13758	
 13759	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3005:         Processor ( PR61, 97, 0x0000b010, 0x06 ) {
 13760	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13761	
 13762	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3031:         Processor ( PR62, 98, 0x0000b010, 0x06 ) {
 13763	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13764	
 13765	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3057:         Processor ( PR63, 99, 0x0000b010, 0x06 ) {
 13766	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13767	
 13768	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3083:         Processor ( PR64, 100, 0x0000b010, 0x06 ) {
 13769	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13770	
 13771	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3109:         Processor ( PR65, 101, 0x0000b010, 0x06 ) {
 13772	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13773	
 13774	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3135:         Processor ( PR66, 102, 0x0000b010, 0x06 ) {
 13775	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13776	
 13777	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3161:         Processor ( PR67, 103, 0x0000b010, 0x06 ) {
 13778	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13779	
 13780	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3187:         Processor ( PR68, 104, 0x0000b010, 0x06 ) {
 13781	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13782	
 13783	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3213:         Processor ( PR69, 105, 0x0000b010, 0x06 ) {
 13784	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13785	
 13786	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3239:         Processor ( PR6A, 106, 0x0000b010, 0x06 ) {
 13787	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13788	
 13789	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3265:         Processor ( PR6B, 107, 0x0000b010, 0x06 ) {
 13790	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13791	
 13792	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3291:         Processor ( PR6C, 108, 0x0000b010, 0x06 ) {
 13793	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13794	
 13795	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3317:         Processor ( PR6D, 109, 0x0000b010, 0x06 ) {
 13796	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13797	
 13798	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3343:         Processor ( PR6E, 110, 0x0000b010, 0x06 ) {
 13799	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13800	
 13801	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3369:         Processor ( PR6F, 111, 0x0000b010, 0x06 ) {
 13802	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13803	
 13804	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3395:         Processor ( PR70, 112, 0x0000b010, 0x06 ) {
 13805	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13806	
 13807	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3421:         Processor ( PR71, 113, 0x0000b010, 0x06 ) {
 13808	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13809	
 13810	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3447:         Processor ( PR72, 114, 0x0000b010, 0x06 ) {
 13811	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13812	
 13813	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3473:         Processor ( PR73, 115, 0x0000b010, 0x06 ) {
 13814	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13815	
 13816	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3499:         Processor ( PR74, 116, 0x0000b010, 0x06 ) {
 13817	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13818	
 13819	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3525:         Processor ( PR75, 117, 0x0000b010, 0x06 ) {
 13820	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13821	
 13822	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3551:         Processor ( PR76, 118, 0x0000b010, 0x06 ) {
 13823	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13824	
 13825	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3577:         Processor ( PR77, 119, 0x0000b010, 0x06 ) {
 13826	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13827	
 13828	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3603:         Processor ( PR78, 120, 0x0000b010, 0x06 ) {
 13829	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13830	
 13831	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3629:         Processor ( PR79, 121, 0x0000b010, 0x06 ) {
 13832	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13833	
 13834	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3655:         Processor ( PR7A, 122, 0x0000b010, 0x06 ) {
 13835	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13836	
 13837	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3681:         Processor ( PR7B, 123, 0x0000b010, 0x06 ) {
 13838	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13839	
 13840	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3707:         Processor ( PR7C, 124, 0x0000b010, 0x06 ) {
 13841	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13842	
 13843	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3733:         Processor ( PR7D, 125, 0x0000b010, 0x06 ) {
 13844	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13845	
 13846	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3759:         Processor ( PR7E, 126, 0x0000b010, 0x06 ) {
 13847	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13848	
 13849	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   3785:         Processor ( PR7F, 127, 0x0000b010, 0x06 ) {
 13850	Warning  3168 -                                                     Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13851	
 13852	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   8827:             Name ( SLT, 0x0 )
 13853	Remark   2173 -       Creation of named objects within a method is highly inefficient, use globals or method local variables instead ^  (\_GPE._L03)
 13854	
 13855	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl   8828:             Name ( EVT, 0x0 )
 13856	Remark   2173 -       Creation of named objects within a method is highly inefficient, use globals or method local variables instead ^  (\_GPE._L03)
 13857	
 13858	ASL Input:     /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.asl -  353380 bytes   7114 keywords  10113 source lines
 13859	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.aml -   59792 bytes   4515 opcodes    2599 named objects
 13860	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.hex -  561056 bytes
 13861	
 13862	Compilation successful. 0 Errors, 129 Warnings, 2 Remarks, 2758 Optimizations
 13863	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13864	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13865	sed -e 's/AmlCode/dsdt_15cpu/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.hex > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.c.tmp
 13866	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13867	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13868	echo "int dsdt_15cpu_len=sizeof(dsdt_15cpu);" >> /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.c.tmp
 13869	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13870	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13871	mv -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.c.tmp /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.c
 13872	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13873	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13874	sed -e 's/AmlCode/dsdt_anycpu/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.hex > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.c.tmp
 13875	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13876	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13877	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_15cpu.hex
 13878	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13879	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13880	echo "int dsdt_anycpu_len=sizeof(dsdt_anycpu);" >> /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.c.tmp
 13881	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13882	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13883	mv -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.c.tmp /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.c
 13884	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13885	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13886	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu.hex
 13887	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13888	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 13889	/usr/bin/iasl -vs -p /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.tmp -tc /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl
 13890	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl     40:        Device (PCI0)
 13891	Warning  3073 -                                                                                                             Multiple types ^  (Device object requires either a _HID or _ADR, but not both)
 13892	
 13893	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    485:         Processor ( PR00, 0, 0x0000b010, 0x06 ) {
 13894	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13895	
 13896	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    509:         Processor ( PR01, 1, 0x0000b010, 0x06 ) {
 13897	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13898	
 13899	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    535:         Processor ( PR02, 2, 0x0000b010, 0x06 ) {
 13900	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13901	
 13902	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    561:         Processor ( PR03, 3, 0x0000b010, 0x06 ) {
 13903	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13904	
 13905	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    587:         Processor ( PR04, 4, 0x0000b010, 0x06 ) {
 13906	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13907	
 13908	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    613:         Processor ( PR05, 5, 0x0000b010, 0x06 ) {
 13909	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13910	
 13911	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    639:         Processor ( PR06, 6, 0x0000b010, 0x06 ) {
 13912	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13913	
 13914	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    665:         Processor ( PR07, 7, 0x0000b010, 0x06 ) {
 13915	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13916	
 13917	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    691:         Processor ( PR08, 8, 0x0000b010, 0x06 ) {
 13918	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13919	
 13920	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    717:         Processor ( PR09, 9, 0x0000b010, 0x06 ) {
 13921	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13922	
 13923	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    743:         Processor ( PR0A, 10, 0x0000b010, 0x06 ) {
 13924	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13925	
 13926	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    769:         Processor ( PR0B, 11, 0x0000b010, 0x06 ) {
 13927	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13928	
 13929	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    795:         Processor ( PR0C, 12, 0x0000b010, 0x06 ) {
 13930	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13931	
 13932	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    821:         Processor ( PR0D, 13, 0x0000b010, 0x06 ) {
 13933	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13934	
 13935	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    847:         Processor ( PR0E, 14, 0x0000b010, 0x06 ) {
 13936	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13937	
 13938	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    873:         Processor ( PR0F, 15, 0x0000b010, 0x06 ) {
 13939	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13940	
 13941	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    899:         Processor ( PR10, 16, 0x0000b010, 0x06 ) {
 13942	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13943	
 13944	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    925:         Processor ( PR11, 17, 0x0000b010, 0x06 ) {
 13945	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13946	
 13947	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    951:         Processor ( PR12, 18, 0x0000b010, 0x06 ) {
 13948	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13949	
 13950	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl    977:         Processor ( PR13, 19, 0x0000b010, 0x06 ) {
 13951	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13952	
 13953	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1003:         Processor ( PR14, 20, 0x0000b010, 0x06 ) {
 13954	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13955	
 13956	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1029:         Processor ( PR15, 21, 0x0000b010, 0x06 ) {
 13957	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13958	
 13959	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1055:         Processor ( PR16, 22, 0x0000b010, 0x06 ) {
 13960	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13961	
 13962	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1081:         Processor ( PR17, 23, 0x0000b010, 0x06 ) {
 13963	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13964	
 13965	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1107:         Processor ( PR18, 24, 0x0000b010, 0x06 ) {
 13966	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13967	
 13968	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1133:         Processor ( PR19, 25, 0x0000b010, 0x06 ) {
 13969	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13970	
 13971	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1159:         Processor ( PR1A, 26, 0x0000b010, 0x06 ) {
 13972	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13973	
 13974	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1185:         Processor ( PR1B, 27, 0x0000b010, 0x06 ) {
 13975	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13976	
 13977	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1211:         Processor ( PR1C, 28, 0x0000b010, 0x06 ) {
 13978	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13979	
 13980	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1237:         Processor ( PR1D, 29, 0x0000b010, 0x06 ) {
 13981	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13982	
 13983	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1263:         Processor ( PR1E, 30, 0x0000b010, 0x06 ) {
 13984	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13985	
 13986	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1289:         Processor ( PR1F, 31, 0x0000b010, 0x06 ) {
 13987	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13988	
 13989	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1315:         Processor ( PR20, 32, 0x0000b010, 0x06 ) {
 13990	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13991	
 13992	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1341:         Processor ( PR21, 33, 0x0000b010, 0x06 ) {
 13993	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13994	
 13995	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1367:         Processor ( PR22, 34, 0x0000b010, 0x06 ) {
 13996	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 13997	
 13998	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1393:         Processor ( PR23, 35, 0x0000b010, 0x06 ) {
 13999	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14000	
 14001	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1419:         Processor ( PR24, 36, 0x0000b010, 0x06 ) {
 14002	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14003	
 14004	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1445:         Processor ( PR25, 37, 0x0000b010, 0x06 ) {
 14005	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14006	
 14007	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1471:         Processor ( PR26, 38, 0x0000b010, 0x06 ) {
 14008	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14009	
 14010	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1497:         Processor ( PR27, 39, 0x0000b010, 0x06 ) {
 14011	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14012	
 14013	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1523:         Processor ( PR28, 40, 0x0000b010, 0x06 ) {
 14014	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14015	
 14016	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1549:         Processor ( PR29, 41, 0x0000b010, 0x06 ) {
 14017	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14018	
 14019	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1575:         Processor ( PR2A, 42, 0x0000b010, 0x06 ) {
 14020	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14021	
 14022	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1601:         Processor ( PR2B, 43, 0x0000b010, 0x06 ) {
 14023	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14024	
 14025	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1627:         Processor ( PR2C, 44, 0x0000b010, 0x06 ) {
 14026	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14027	
 14028	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1653:         Processor ( PR2D, 45, 0x0000b010, 0x06 ) {
 14029	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14030	
 14031	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1679:         Processor ( PR2E, 46, 0x0000b010, 0x06 ) {
 14032	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14033	
 14034	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1705:         Processor ( PR2F, 47, 0x0000b010, 0x06 ) {
 14035	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14036	
 14037	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1731:         Processor ( PR30, 48, 0x0000b010, 0x06 ) {
 14038	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14039	
 14040	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1757:         Processor ( PR31, 49, 0x0000b010, 0x06 ) {
 14041	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14042	
 14043	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1783:         Processor ( PR32, 50, 0x0000b010, 0x06 ) {
 14044	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14045	
 14046	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1809:         Processor ( PR33, 51, 0x0000b010, 0x06 ) {
 14047	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14048	
 14049	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1835:         Processor ( PR34, 52, 0x0000b010, 0x06 ) {
 14050	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14051	
 14052	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1861:         Processor ( PR35, 53, 0x0000b010, 0x06 ) {
 14053	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14054	
 14055	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1887:         Processor ( PR36, 54, 0x0000b010, 0x06 ) {
 14056	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14057	
 14058	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1913:         Processor ( PR37, 55, 0x0000b010, 0x06 ) {
 14059	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14060	
 14061	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1939:         Processor ( PR38, 56, 0x0000b010, 0x06 ) {
 14062	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14063	
 14064	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1965:         Processor ( PR39, 57, 0x0000b010, 0x06 ) {
 14065	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14066	
 14067	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   1991:         Processor ( PR3A, 58, 0x0000b010, 0x06 ) {
 14068	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14069	
 14070	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2017:         Processor ( PR3B, 59, 0x0000b010, 0x06 ) {
 14071	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14072	
 14073	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2043:         Processor ( PR3C, 60, 0x0000b010, 0x06 ) {
 14074	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14075	
 14076	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2069:         Processor ( PR3D, 61, 0x0000b010, 0x06 ) {
 14077	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14078	
 14079	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2095:         Processor ( PR3E, 62, 0x0000b010, 0x06 ) {
 14080	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14081	
 14082	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2121:         Processor ( PR3F, 63, 0x0000b010, 0x06 ) {
 14083	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14084	
 14085	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2147:         Processor ( PR40, 64, 0x0000b010, 0x06 ) {
 14086	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14087	
 14088	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2173:         Processor ( PR41, 65, 0x0000b010, 0x06 ) {
 14089	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14090	
 14091	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2199:         Processor ( PR42, 66, 0x0000b010, 0x06 ) {
 14092	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14093	
 14094	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2225:         Processor ( PR43, 67, 0x0000b010, 0x06 ) {
 14095	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14096	
 14097	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2251:         Processor ( PR44, 68, 0x0000b010, 0x06 ) {
 14098	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14099	
 14100	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2277:         Processor ( PR45, 69, 0x0000b010, 0x06 ) {
 14101	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14102	
 14103	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2303:         Processor ( PR46, 70, 0x0000b010, 0x06 ) {
 14104	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14105	
 14106	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2329:         Processor ( PR47, 71, 0x0000b010, 0x06 ) {
 14107	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14108	
 14109	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2355:         Processor ( PR48, 72, 0x0000b010, 0x06 ) {
 14110	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14111	
 14112	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2381:         Processor ( PR49, 73, 0x0000b010, 0x06 ) {
 14113	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14114	
 14115	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2407:         Processor ( PR4A, 74, 0x0000b010, 0x06 ) {
 14116	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14117	
 14118	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2433:         Processor ( PR4B, 75, 0x0000b010, 0x06 ) {
 14119	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14120	
 14121	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2459:         Processor ( PR4C, 76, 0x0000b010, 0x06 ) {
 14122	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14123	
 14124	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2485:         Processor ( PR4D, 77, 0x0000b010, 0x06 ) {
 14125	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14126	
 14127	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2511:         Processor ( PR4E, 78, 0x0000b010, 0x06 ) {
 14128	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14129	
 14130	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2537:         Processor ( PR4F, 79, 0x0000b010, 0x06 ) {
 14131	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14132	
 14133	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2563:         Processor ( PR50, 80, 0x0000b010, 0x06 ) {
 14134	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14135	
 14136	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2589:         Processor ( PR51, 81, 0x0000b010, 0x06 ) {
 14137	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14138	
 14139	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2615:         Processor ( PR52, 82, 0x0000b010, 0x06 ) {
 14140	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14141	
 14142	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2641:         Processor ( PR53, 83, 0x0000b010, 0x06 ) {
 14143	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14144	
 14145	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2667:         Processor ( PR54, 84, 0x0000b010, 0x06 ) {
 14146	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14147	
 14148	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2693:         Processor ( PR55, 85, 0x0000b010, 0x06 ) {
 14149	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14150	
 14151	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2719:         Processor ( PR56, 86, 0x0000b010, 0x06 ) {
 14152	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14153	
 14154	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2745:         Processor ( PR57, 87, 0x0000b010, 0x06 ) {
 14155	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14156	
 14157	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2771:         Processor ( PR58, 88, 0x0000b010, 0x06 ) {
 14158	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14159	
 14160	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2797:         Processor ( PR59, 89, 0x0000b010, 0x06 ) {
 14161	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14162	
 14163	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2823:         Processor ( PR5A, 90, 0x0000b010, 0x06 ) {
 14164	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14165	
 14166	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2849:         Processor ( PR5B, 91, 0x0000b010, 0x06 ) {
 14167	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14168	
 14169	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2875:         Processor ( PR5C, 92, 0x0000b010, 0x06 ) {
 14170	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14171	
 14172	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2901:         Processor ( PR5D, 93, 0x0000b010, 0x06 ) {
 14173	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14174	
 14175	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2927:         Processor ( PR5E, 94, 0x0000b010, 0x06 ) {
 14176	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14177	
 14178	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2953:         Processor ( PR5F, 95, 0x0000b010, 0x06 ) {
 14179	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14180	
 14181	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   2979:         Processor ( PR60, 96, 0x0000b010, 0x06 ) {
 14182	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14183	
 14184	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3005:         Processor ( PR61, 97, 0x0000b010, 0x06 ) {
 14185	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14186	
 14187	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3031:         Processor ( PR62, 98, 0x0000b010, 0x06 ) {
 14188	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14189	
 14190	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3057:         Processor ( PR63, 99, 0x0000b010, 0x06 ) {
 14191	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14192	
 14193	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3083:         Processor ( PR64, 100, 0x0000b010, 0x06 ) {
 14194	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14195	
 14196	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3109:         Processor ( PR65, 101, 0x0000b010, 0x06 ) {
 14197	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14198	
 14199	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3135:         Processor ( PR66, 102, 0x0000b010, 0x06 ) {
 14200	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14201	
 14202	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3161:         Processor ( PR67, 103, 0x0000b010, 0x06 ) {
 14203	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14204	
 14205	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3187:         Processor ( PR68, 104, 0x0000b010, 0x06 ) {
 14206	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14207	
 14208	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3213:         Processor ( PR69, 105, 0x0000b010, 0x06 ) {
 14209	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14210	
 14211	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3239:         Processor ( PR6A, 106, 0x0000b010, 0x06 ) {
 14212	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14213	
 14214	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3265:         Processor ( PR6B, 107, 0x0000b010, 0x06 ) {
 14215	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14216	
 14217	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3291:         Processor ( PR6C, 108, 0x0000b010, 0x06 ) {
 14218	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14219	
 14220	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3317:         Processor ( PR6D, 109, 0x0000b010, 0x06 ) {
 14221	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14222	
 14223	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3343:         Processor ( PR6E, 110, 0x0000b010, 0x06 ) {
 14224	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14225	
 14226	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3369:         Processor ( PR6F, 111, 0x0000b010, 0x06 ) {
 14227	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14228	
 14229	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3395:         Processor ( PR70, 112, 0x0000b010, 0x06 ) {
 14230	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14231	
 14232	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3421:         Processor ( PR71, 113, 0x0000b010, 0x06 ) {
 14233	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14234	
 14235	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3447:         Processor ( PR72, 114, 0x0000b010, 0x06 ) {
 14236	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14237	
 14238	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3473:         Processor ( PR73, 115, 0x0000b010, 0x06 ) {
 14239	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14240	
 14241	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3499:         Processor ( PR74, 116, 0x0000b010, 0x06 ) {
 14242	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14243	
 14244	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3525:         Processor ( PR75, 117, 0x0000b010, 0x06 ) {
 14245	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14246	
 14247	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3551:         Processor ( PR76, 118, 0x0000b010, 0x06 ) {
 14248	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14249	
 14250	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3577:         Processor ( PR77, 119, 0x0000b010, 0x06 ) {
 14251	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14252	
 14253	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3603:         Processor ( PR78, 120, 0x0000b010, 0x06 ) {
 14254	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14255	
 14256	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3629:         Processor ( PR79, 121, 0x0000b010, 0x06 ) {
 14257	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14258	
 14259	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3655:         Processor ( PR7A, 122, 0x0000b010, 0x06 ) {
 14260	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14261	
 14262	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3681:         Processor ( PR7B, 123, 0x0000b010, 0x06 ) {
 14263	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14264	
 14265	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3707:         Processor ( PR7C, 124, 0x0000b010, 0x06 ) {
 14266	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14267	
 14268	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3733:         Processor ( PR7D, 125, 0x0000b010, 0x06 ) {
 14269	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14270	
 14271	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3759:         Processor ( PR7E, 126, 0x0000b010, 0x06 ) {
 14272	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14273	
 14274	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl   3785:         Processor ( PR7F, 127, 0x0000b010, 0x06 ) {
 14275	Warning  3168 -                                                              Legacy Processor() keyword detected. Use Device() keyword instead. ^ 
 14276	
 14277	ASL Input:     /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.asl -  218525 bytes   4630 keywords   6481 source lines
 14278	AML Output:    /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.aml -   37539 bytes   3156 opcodes    1474 named objects
 14279	Hex Dump:      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.hex -  352517 bytes
 14280	
 14281	Compilation successful. 0 Errors, 129 Warnings, 0 Remarks, 2734 Optimizations, 93 Constants Folded
 14282	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 14283	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 14284	sed -e 's/AmlCode/dsdt_anycpu_qemu_xen/g' -e 's/_aml_code//g' /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.hex > /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.c.tmp
 14285	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 14286	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 14287	echo "int dsdt_anycpu_qemu_xen_len=sizeof(dsdt_anycpu_qemu_xen);" >> /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.c.tmp
 14288	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 14289	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 14290	mv -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.c.tmp /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.c
 14291	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 14292	make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 14293	rm -f /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.aml /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/dsdt_anycpu_qemu_xen.hex
 14294	make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libacpi'
 14295	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 14296	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .dsdt_anycpu.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi -iquote . -DLIBACPI_STDUTILS=\"/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/util.h\"  -c -o dsdt_anycpu.o dsdt_anycpu.c 
 14297	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 14298	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 14299	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .dsdt_15cpu.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi -iquote . -DLIBACPI_STDUTILS=\"/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/util.h\"  -c -o dsdt_15cpu.o dsdt_15cpu.c 
 14300	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 14301	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 14302	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .dsdt_anycpu_qemu_xen.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi -iquote . -DLIBACPI_STDUTILS=\"/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/util.h\"  -c -o dsdt_anycpu_qemu_xen.o dsdt_anycpu_qemu_xen.c 
 14303	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 14304	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 14305	x86_64-pc-linux-gnu-gcc  -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .build.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/../../../tools/include -fno-pic -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -DENABLE_ROMBIOS -I../../libacpi -iquote . -DLIBACPI_STDUTILS=\"/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader/util.h\"  -c -o build.o ../../libacpi/build.c 
 14306	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 14307	make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 14308	x86_64-pc-linux-gnu-ld -melf_i386 -N -T hvmloader.lds -o hvmloader hvmloader.o mp_tables.o util.o smbios.o  smp.o cacheattr.o xenbus.o vnuma.o e820.o pci.o pir.o ctype.o hvm_param.o ovmf.o seabios.o optionroms.o 32bitbios_support.o rombios.o dsdt_anycpu.o dsdt_15cpu.o dsdt_anycpu_qemu_xen.o build.o static_tables.o
 14309	x86_64-pc-linux-gnu-ld: warning: hvmloader has a LOAD segment with RWX permissions
 14310	make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/firmware/hvmloader'
 14311	make -C console all
 14312	make -C daemon all
 14313	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon'
 14314	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-console.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-daemon.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .main.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/config.h  -c -o main.o main.c 
 14315	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon'
 14316	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon'
 14317	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-console.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-daemon.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .utils.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/config.h  -c -o utils.o utils.c 
 14318	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon'
 14319	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon'
 14320	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-console.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-daemon.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .io.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/include -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/config.h  -c -o io.o io.c 
 14321	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon'
 14322	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon'
 14323	x86_64-pc-linux-gnu-gcc     main.o io.o utils.o -o xenconsoled         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/libs/ctrl/libxenctrl.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/libs/store/libxenstore.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/libs/evtchn/libxenevtchn.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/libs/gnttab/libxengnttab.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon/../../../tools/libs/foreignmemory/libxenforeignmemory.so  -ldl     -lutil -lrt 
 14324	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/daemon'
 14325	make -C client all
 14326	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client'
 14327	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-console.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-client.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .main.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client/../../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client/../../../tools/include -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client/../../../tools/config.h  -c -o main.o main.c 
 14328	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client'
 14329	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client'
 14330	x86_64-pc-linux-gnu-gcc     main.o -o xenconsole         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client/../../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client/../../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client/../../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client/../../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client/../../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client/../../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client/../../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client/../../../tools/libs/ctrl/libxenctrl.so  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client/../../../tools/libs/store/libxenstore.so  -ldl  
 14331	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/console/client'
 14332	make -C xenmon all
 14333	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon'
 14334	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xenmon.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .setmask.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/include -D__XEN_TOOLS__  -c -o setmask.o setmask.c 
 14335	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon'
 14336	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon'
 14337	x86_64-pc-linux-gnu-gcc     setmask.o -o xentrace_setmask         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/ctrl/libxenctrl.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/evtchn/libxenevtchn.so  
 14338	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon'
 14339	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon'
 14340	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xenmon.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xenbaked.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/include -D__XEN_TOOLS__  -c -o xenbaked.o xenbaked.c 
 14341	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon'
 14342	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon'
 14343	x86_64-pc-linux-gnu-gcc     xenbaked.o -o xenbaked         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/ctrl/libxenctrl.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon/../../tools/libs/evtchn/libxenevtchn.so  
 14344	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xenmon'
 14345	make -C xentop all
 14346	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop'
 14347	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xentop.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .xentop.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -DGCC_PRINTF -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop/../../tools/include -DHOST_Linux -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop/../../tools/config.h  -c -o xentop.o xentop.c 
 14348	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop'
 14349	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop'
 14350	x86_64-pc-linux-gnu-gcc     -o xentop xentop.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop/../../tools/libs/ctrl -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop/../../tools/libs/store -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop/../../tools/libs/stat/libxenstat.so  -lncurses -ltinfo  -lm 
 14351	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/xentop'
 14352	make -C libfsimage all
 14353	make -C common all
 14354	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common'
 14355	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libfsimage.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-common.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .fsimage.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-unknown-pragmas -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common/../../../tools/libfsimage/common/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common/../../../tools/include -DFSIMAGE_FSDIR=\"/usr/lib64/xenfsimage\" -D_GNU_SOURCE -pthread  -fPIC -c -o fsimage.opic fsimage.c 
 14356	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common'
 14357	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common'
 14358	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libfsimage.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-common.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .fsimage_plugin.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-unknown-pragmas -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common/../../../tools/libfsimage/common/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common/../../../tools/include -DFSIMAGE_FSDIR=\"/usr/lib64/xenfsimage\" -D_GNU_SOURCE -pthread  -fPIC -c -o fsimage_plugin.opic fsimage_plugin.c 
 14359	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common'
 14360	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common'
 14361	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libfsimage.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-common.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .fsimage_grub.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-unknown-pragmas -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common/../../../tools/libfsimage/common/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common/../../../tools/include -DFSIMAGE_FSDIR=\"/usr/lib64/xenfsimage\" -D_GNU_SOURCE -pthread  -fPIC -c -o fsimage_grub.opic fsimage_grub.c 
 14362	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common'
 14363	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common'
 14364	x86_64-pc-linux-gnu-gcc     -L../common/ -Wl,mapfile-GNU -pthread -Wl,-soname -Wl,libxenfsimage.so.4.18 -shared -o libxenfsimage.so.4.18.0 fsimage.opic fsimage_plugin.opic fsimage_grub.opic  
 14365	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common'
 14366	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common'
 14367	ln -sf libxenfsimage.so.4.18.0 libxenfsimage.so.4.18
 14368	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common'
 14369	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common'
 14370	ln -sf libxenfsimage.so.4.18 libxenfsimage.so
 14371	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/common'
 14372	make -C ufs all
 14373	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/ufs'
 14374	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libfsimage.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ufs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .fsys_ufs.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-unknown-pragmas -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/ufs/../../../tools/libfsimage/common/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/ufs/../../../tools/include -DFSIMAGE_FSDIR=\"/usr/lib64/xenfsimage\" -D_GNU_SOURCE  -fPIC -c -o fsys_ufs.opic fsys_ufs.c 
 14375	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/ufs'
 14376	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/ufs'
 14377	x86_64-pc-linux-gnu-gcc     -L../common/ -shared -o fsimage.so fsys_ufs.opic -lxenfsimage  
 14378	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/ufs'
 14379	make -C reiserfs all
 14380	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/reiserfs'
 14381	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libfsimage.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-reiserfs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .fsys_reiserfs.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-unknown-pragmas -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/reiserfs/../../../tools/libfsimage/common/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/reiserfs/../../../tools/include -DFSIMAGE_FSDIR=\"/usr/lib64/xenfsimage\" -D_GNU_SOURCE  -fPIC -c -o fsys_reiserfs.opic fsys_reiserfs.c 
 14382	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/reiserfs'
 14383	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/reiserfs'
 14384	x86_64-pc-linux-gnu-gcc     -L../common/ -shared -o fsimage.so fsys_reiserfs.opic -lxenfsimage  
 14385	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/reiserfs'
 14386	make -C iso9660 all
 14387	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/iso9660'
 14388	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libfsimage.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-iso9660.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .fsys_iso9660.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-unknown-pragmas -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/iso9660/../../../tools/libfsimage/common/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/iso9660/../../../tools/include -DFSIMAGE_FSDIR=\"/usr/lib64/xenfsimage\" -D_GNU_SOURCE  -fPIC -c -o fsys_iso9660.opic fsys_iso9660.c 
 14389	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/iso9660'
 14390	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/iso9660'
 14391	x86_64-pc-linux-gnu-gcc     -L../common/ -shared -o fsimage.so fsys_iso9660.opic -lxenfsimage  
 14392	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/iso9660'
 14393	make -C fat all
 14394	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/fat'
 14395	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libfsimage.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-fat.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .fsys_fat.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-unknown-pragmas -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/fat/../../../tools/libfsimage/common/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/fat/../../../tools/include -DFSIMAGE_FSDIR=\"/usr/lib64/xenfsimage\" -D_GNU_SOURCE  -fPIC -c -o fsys_fat.opic fsys_fat.c 
 14396	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/fat'
 14397	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/fat'
 14398	x86_64-pc-linux-gnu-gcc     -L../common/ -shared -o fsimage.so fsys_fat.opic -lxenfsimage  
 14399	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/fat'
 14400	make -C zfs all
 14401	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs'
 14402	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libfsimage.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-zfs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -DFSYS_ZFS -DFSIMAGE -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/libfsimage/zfs -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .zfs_lzjb.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-unknown-pragmas -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/libfsimage/common/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/include -DFSIMAGE_FSDIR=\"/usr/lib64/xenfsimage\" -D_GNU_SOURCE  -fPIC -c -o zfs_lzjb.opic zfs_lzjb.c 
 14403	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs'
 14404	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs'
 14405	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libfsimage.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-zfs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -DFSYS_ZFS -DFSIMAGE -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/libfsimage/zfs -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .fsi_zfs.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-unknown-pragmas -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/libfsimage/common/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/include -DFSIMAGE_FSDIR=\"/usr/lib64/xenfsimage\" -D_GNU_SOURCE  -fPIC -c -o fsi_zfs.opic fsi_zfs.c 
 14406	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs'
 14407	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs'
 14408	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libfsimage.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-zfs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -DFSYS_ZFS -DFSIMAGE -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/libfsimage/zfs -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .zfs_fletcher.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-unknown-pragmas -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/libfsimage/common/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/include -DFSIMAGE_FSDIR=\"/usr/lib64/xenfsimage\" -D_GNU_SOURCE  -fPIC -c -o zfs_fletcher.opic zfs_fletcher.c 
 14409	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs'
 14410	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs'
 14411	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libfsimage.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-zfs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -DFSYS_ZFS -DFSIMAGE -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/libfsimage/zfs -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .zfs_sha256.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-unknown-pragmas -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/libfsimage/common/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/include -DFSIMAGE_FSDIR=\"/usr/lib64/xenfsimage\" -D_GNU_SOURCE  -fPIC -c -o zfs_sha256.opic zfs_sha256.c 
 14412	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs'
 14413	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs'
 14414	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libfsimage.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-zfs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -DFSYS_ZFS -DFSIMAGE -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/libfsimage/zfs -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .fsys_zfs.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-unknown-pragmas -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/libfsimage/common/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs/../../../tools/include -DFSIMAGE_FSDIR=\"/usr/lib64/xenfsimage\" -D_GNU_SOURCE  -fPIC -c -o fsys_zfs.opic fsys_zfs.c 
 14415	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs'
 14416	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs'
 14417	x86_64-pc-linux-gnu-gcc     -L../common/ -shared -o fsimage.so zfs_lzjb.opic zfs_sha256.opic zfs_fletcher.opic fsi_zfs.opic fsys_zfs.opic -lxenfsimage  
 14418	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/zfs'
 14419	make -C xfs all
 14420	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/xfs'
 14421	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libfsimage.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-xfs.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .fsys_xfs.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-unknown-pragmas -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/xfs/../../../tools/libfsimage/common/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/xfs/../../../tools/include -DFSIMAGE_FSDIR=\"/usr/lib64/xenfsimage\" -D_GNU_SOURCE  -fPIC -c -o fsys_xfs.opic fsys_xfs.c 
 14422	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/xfs'
 14423	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/xfs'
 14424	x86_64-pc-linux-gnu-gcc     -L../common/ -shared -o fsimage.so fsys_xfs.opic -lxenfsimage  
 14425	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/xfs'
 14426	make -C ext2fs-lib all
 14427	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/ext2fs-lib'
 14428	x86_64-pc-linux-gnu-gcc  -DPIC  -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-libfsimage.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-ext2fs-lib.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -include /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/ext2fs-lib/../../../tools/config.h -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .ext2fs-lib.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -Wno-unknown-pragmas -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/ext2fs-lib/../../../tools/libfsimage/common/ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/ext2fs-lib/../../../tools/include -DFSIMAGE_FSDIR=\"/usr/lib64/xenfsimage\" -D_GNU_SOURCE  -fPIC -c -o ext2fs-lib.opic ext2fs-lib.c 
 14429	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/ext2fs-lib'
 14430	make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/ext2fs-lib'
 14431	x86_64-pc-linux-gnu-gcc     -L../common/ -shared -o fsimage.so ext2fs-lib.opic -lxenfsimage -lext2fs 
 14432	make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libfsimage/ext2fs-lib'
 14433	make -C vchan all
 14434	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan'
 14435	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-vchan.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .node.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/include  -c -o node.o node.c 
 14436	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan'
 14437	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan'
 14438	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-vchan.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .node-select.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/include  -c -o node-select.o node-select.c 
 14439	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan'
 14440	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan'
 14441	x86_64-pc-linux-gnu-gcc     -o vchan-node1 node.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/store -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/vchan/libxenvchan.so  
 14442	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan'
 14443	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan'
 14444	x86_64-pc-linux-gnu-gcc     -o vchan-node2 node-select.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/store -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/vchan/libxenvchan.so  
 14445	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan'
 14446	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan'
 14447	x86_64-pc-linux-gnu-gcc   -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-vchan.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .vchan-socket-proxy.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/include -D__XEN_TOOLS__ -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/include  -c -o vchan-socket-proxy.o vchan-socket-proxy.c 
 14448	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan'
 14449	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan'
 14450	x86_64-pc-linux-gnu-gcc     -o vchan-socket-proxy vchan-socket-proxy.o         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/store -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/vchan/libxenvchan.so          -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/toolcore      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/store/libxenstore.so -ldl         -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/call -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/devicemodel -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/evtchn -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/foreignmemory -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/gnttab -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/toolcore -Wl,-rpath-link=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/toollog      /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan/../../tools/libs/ctrl/libxenctrl.so  
 14451	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/vchan'
 14452	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools'
 14453	set -ex; \
 14454	if test -d /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/../tools/qemu-xen-traditional; then \
 14455		mkdir -p qemu-xen-traditional-dir; \
 14456	else \
 14457		export GIT=git; \
 14458		/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/../scripts/git-checkout.sh /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/../tools/qemu-xen-traditional xen-4.18.0 qemu-xen-traditional-dir; \
 14459	fi
 14460	+ test -d /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/../tools/qemu-xen-traditional
 14461	+ mkdir -p qemu-xen-traditional-dir
 14462	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools'
 14463	set -e;     export PREFIX="/usr"; export XEN_SCRIPT_DIR="/etc/xen/scripts"; export XEN_ROOT="/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/.."; export CONFIG_BLKTAP1=n; export BUILDING_QEMU_TRAD=y; cd qemu-xen-traditional-dir;  /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/../tools/qemu-xen-traditional/xen-setup --extra-cflags="-D__XEN_TOOLS__ "  --cpu=x86_64 ; make all 
 14464	Install prefix    /usr
 14465	BIOS directory    /usr/share/qemu
 14466	binary directory  /usr/bin
 14467	Manual directory  /usr/share/man
 14468	ELF interp prefix /usr/gnemul/qemu-%M
 14469	Source path       /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional
 14470	C compiler        gcc
 14471	Host C compiler   gcc
 14472	ARCH_CFLAGS       -m64
 14473	make              make
 14474	install           install
 14475	host CPU          x86_64
 14476	host big endian   no
 14477	target list       i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu i386-linux-user x86_64-linux-user alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user m68k-linux-user mips-linux-user mipsel-linux-user ppc-linux-user ppc64-linux-user ppc64abi32-linux-user sh4-linux-user sh4eb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user 
 14478	gprof enabled     no
 14479	sparse enabled    no
 14480	profiler          no
 14481	static build      no
 14482	-Werror enabled   no
 14483	SDL support       yes
 14484	SDL static link   no
 14485	OpenGL support    yes
 14486	curses support    no
 14487	mingw32 support   no
 14488	Audio drivers     oss
 14489	Extra audio cards ac97 es1370 sb16
 14490	Mixer emulation   no
 14491	VNC TLS support   yes
 14492	    TLS CFLAGS    -I/usr/include/p11-kit-1 
 14493	    TLS LIBS      -lgnutls 
 14494	kqemu support     yes
 14495	brlapi support    no
 14496	Documentation     no
 14497	NPTL support      no
 14498	vde support       no
 14499	AIO support       yes
 14500	Install blobs     yes
 14501	KVM support       yes
 14502	fdt support       yes
 14503	qemu successfuly configured for Xen qemu-dm build
 14504	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14505	=== PCI passthrough capability has been enabled ===
 14506	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14507	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14508	  CC    qemu-malloc.o
 14509	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14510	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14511	  CC    qemu-tool.o
 14512	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14513	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14514	  CC    irq.o
 14515	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14516	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14517	  CC    smbus_eeprom.o
 14518	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14519	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14520	  CC    osdep.o
 14521	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14522	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14523	  CC    block-nbd.o
 14524	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14525	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14526	  CC    block-parallels.o
 14527	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14528	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14529	  CC    aio.o
 14530	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14531	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14532	  CC    i2c.o
 14533	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14534	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14535	  CC    block-cloop.o
 14536	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14537	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14538	  CC    cutils.o
 14539	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14540	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14541	  CC    max111x.o
 14542	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14543	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14544	  CC    block-bochs.o
 14545	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14546	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14547	  CC    max7310.o
 14548	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14549	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14550	  CC    block-cow.o
 14551	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-cow.c: In function ‘cow_create’:
 14552	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-cow.c:241:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14553	  241 |     write(cow_fd, &cow_header, sizeof(cow_header));
 14554	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14555	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-cow.c:243:5: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14556	  243 |     ftruncate(cow_fd, sizeof(cow_header) + ((image_sectors + 7) >> 3));
 14557	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14558	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14559	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14560	  CC    smbus.o
 14561	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14562	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14563	  CC    posix-aio-compat.o
 14564	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14565	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14566	  CC    block-dmg.o
 14567	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14568	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14569	  CC    qemu-nbd.o
 14570	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/qemu-nbd.c: In function ‘main’:
 14571	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/qemu-nbd.c:349:13: warning: ignoring return value of ‘daemon’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14572	  349 |             daemon(0, 0);       /* detach client and server */
 14573	      |             ^~~~~~~~~~~~
 14574	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14575	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14576	  CC    nbd.o
 14577	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14578	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14579	  CC    readline.o
 14580	In file included from /usr/include/string.h:548,
 14581	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/qemu-common.h:23,
 14582	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/readline.c:24:
 14583	In function ‘memcpy’,
 14584	    inlined from ‘term_hist_add’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/readline.c:282:2,
 14585	    inlined from ‘readline_handle_byte’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/readline.c:389:17:
 14586	/usr/include/bits/string_fortified.h:29:10: warning: ‘__builtin_memcpy’ accessing 504 bytes at offsets 0 and 8 overlaps 496 bytes at offset 8 [-Wrestrict]
 14587	   29 |   return __builtin___memcpy_chk (__dest, __src, __len,
 14588	      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14589	   30 |                                  __glibc_objsize0 (__dest));
 14590	      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
 14591	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14592	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14593	  CC    block-vpc.o
 14594	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vpc.c: In function ‘vpc_create’:
 14595	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vpc.c:502:5: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 8 bytes from a string of the same length [-Wstringop-truncation]
 14596	  502 |     strncpy(footer->creator, "conectix", 8);
 14597	      |     ^
 14598	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vpc.c:504:5: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
 14599	  504 |     strncpy(footer->creator_app, "qemu", 4);
 14600	      |     ^
 14601	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vpc.c:505:5: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
 14602	  505 |     strncpy(footer->creator_os, "Wi2k", 4);
 14603	      |     ^
 14604	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vpc.c:554:5: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying 8 bytes from a string of the same length [-Wstringop-truncation]
 14605	  554 |     strncpy(dyndisk_header->magic, "cxsparse", 8);
 14606	      |     ^
 14607	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vpc.c: In function ‘vpc_open’:
 14608	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vpc.c:194:47: warning: array subscript ‘struct vhd_dyndisk_header[0]’ is partly outside array bounds of ‘uint8_t[512]’ {aka ‘unsigned char[512]’} [-Warray-bounds=]
 14609	  194 |     s->block_size = be32_to_cpu(dyndisk_header->block_size);
 14610	      |                                               ^~
 14611	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vpc.c:158:13: note: object ‘buf’ of size 512
 14612	  158 |     uint8_t buf[HEADER_SIZE];
 14613	      |             ^~~
 14614	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vpc.c:197:54: warning: array subscript ‘struct vhd_dyndisk_header[0]’ is partly outside array bounds of ‘uint8_t[512]’ {aka ‘unsigned char[512]’} [-Warray-bounds=]
 14615	  197 |     s->max_table_entries = be32_to_cpu(dyndisk_header->max_table_entries);
 14616	      |                                                      ^~
 14617	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vpc.c:158:13: note: object ‘buf’ of size 512
 14618	  158 |     uint8_t buf[HEADER_SIZE];
 14619	      |             ^~~
 14620	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vpc.c:200:47: warning: array subscript ‘struct vhd_dyndisk_header[0]’ is partly outside array bounds of ‘uint8_t[512]’ {aka ‘unsigned char[512]’} [-Warray-bounds=]
 14621	  200 |     s->bat_offset = be64_to_cpu(dyndisk_header->table_offset);
 14622	      |                                               ^~
 14623	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vpc.c:158:13: note: object ‘buf’ of size 512
 14624	  158 |     uint8_t buf[HEADER_SIZE];
 14625	      |             ^~~
 14626	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14627	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14628	  CC    block-vmdk.o
 14629	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vmdk.c: In function ‘vmdk_create’:
 14630	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vmdk.c:761:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14631	  761 |     write(fd, &magic, sizeof(magic));
 14632	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14633	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vmdk.c:762:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14634	  762 |     write(fd, &header, sizeof(header));
 14635	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14636	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vmdk.c:764:5: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14637	  764 |     ftruncate(fd, header.grain_offset << 9);
 14638	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14639	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vmdk.c:770:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14640	  770 |         write(fd, &tmp, sizeof(tmp));
 14641	      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14642	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vmdk.c:776:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14643	  776 |         write(fd, &tmp, sizeof(tmp));
 14644	      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14645	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vmdk.c:793:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14646	  793 |     write(fd, desc, strlen(desc));
 14647	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14648	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vmdk.c: In function ‘vmdk_snapshot_create’:
 14649	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vmdk.c:235:5: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14650	  235 |     ftruncate(snp_fd, header.grain_offset << 9);
 14651	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14652	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14653	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14654	  CC    stellaris_input.o
 14655	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14656	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14657	  CC    aes.o
 14658	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14659	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14660	  CC    ads7846.o
 14661	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14662	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14663	  CC    cdrom.o
 14664	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14665	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14666	  CC    ssd0303.o
 14667	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14668	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14669	  CC    wm8750.o
 14670	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14671	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14672	  CC    usb.o
 14673	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14674	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14675	  CC    block-raw-posix.o
 14676	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-raw-posix.c: In function ‘raw_create’:
 14677	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-raw-posix.c:907:5: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14678	  907 |     ftruncate(fd, total_size * 512);
 14679	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14680	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-raw-posix.c: In function ‘aio_signal_handler’:
 14681	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-raw-posix.c:572:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14682	  572 |         write(posix_aio_state->wfd, &byte, sizeof(byte));
 14683	      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14684	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14685	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14686	  CC    tmp105.o
 14687	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14688	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14689	  CC    ssd0323.o
 14690	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14691	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14692	  CC    qemu-img.o
 14693	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14694	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14695	  CC    block-qcow.o
 14696	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14697	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14698	  CC    usb-wacom.o
 14699	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14700	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14701	  CC    lm832x.o
 14702	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14703	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14704	  CC    usb-hub.o
 14705	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14706	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14707	  CC    usb-msd.o
 14708	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14709	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14710	  CC    cache-utils.o
 14711	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14712	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14713	  CC    usb-hid.o
 14714	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14715	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14716	  CC    usb-serial.o
 14717	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/usb-serial.c: In function ‘usb_serial_init’:
 14718	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/usb-serial.c:576:76: warning: ‘)’ directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
 14719	  576 |     snprintf(s->dev.devname, sizeof(s->dev.devname), "QEMU USB Serial(%.16s)",
 14720	      |                                                                            ^
 14721	In file included from /usr/include/stdio.h:964,
 14722	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/qemu-common.h:21,
 14723	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/usb-serial.c:11:
 14724	In function ‘snprintf’,
 14725	    inlined from ‘usb_serial_init’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/usb-serial.c:576:5:
 14726	/usr/include/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 18 and 34 bytes into a destination of size 32
 14727	   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
 14728	      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14729	   55 |                                    __glibc_objsize (__s), __fmt,
 14730	      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14731	   56 |                                    __va_arg_pack ());
 14732	      |                                    ~~~~~~~~~~~~~~~~~
 14733	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14734	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14735	  CC    bt.o
 14736	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14737	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14738	  CC    bt-host.o
 14739	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/bt-host.c:157:17: warning: no previous prototype for ‘bt_host_hci’ [-Wmissing-prototypes]
 14740	  157 | struct HCIInfo *bt_host_hci(const char *id)
 14741	      |                 ^~~~~~~~~~~
 14742	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14743	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14744	  CC    ssi-sd.o
 14745	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14746	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14747	  CC    scsi-generic.o
 14748	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14749	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14750	  CC    bt-vhci.o
 14751	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14752	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14753	  CC    usb-net.o
 14754	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/usb-net.c: In function ‘usbnet_receive’:
 14755	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/usb-net.c:1379:29: warning: comparison of constant ‘2’ with boolean expression is always false [-Wbool-compare]
 14756	 1379 |         if (!s->rndis_state == RNDIS_DATA_INITIALIZED)
 14757	      |                             ^~
 14758	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/usb-net.c:1379:29: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
 14759	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/usb-net.c:1379:13: note: add parentheses around left hand side expression to silence this warning
 14760	 1379 |         if (!s->rndis_state == RNDIS_DATA_INITIALIZED)
 14761	      |             ^~~~~~~~~~~~~~~
 14762	      |             (              )
 14763	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/usb-net.c: In function ‘usbnet_can_receive’:
 14764	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/usb-net.c:1412:37: warning: comparison of constant ‘2’ with boolean expression is always false [-Wbool-compare]
 14765	 1412 |     if (s->rndis && !s->rndis_state == RNDIS_DATA_INITIALIZED)
 14766	      |                                     ^~
 14767	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/usb-net.c:1412:37: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
 14768	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/usb-net.c:1412:21: note: add parentheses around left hand side expression to silence this warning
 14769	 1412 |     if (s->rndis && !s->rndis_state == RNDIS_DATA_INITIALIZED)
 14770	      |                     ^~~~~~~~~~~~~~~
 14771	      |                     (              )
 14772	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14773	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14774	  CC    buffered_file.o
 14775	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14776	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14777	  CC    net-checksum.o
 14778	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14779	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14780	  CC    scsi-disk.o
 14781	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/scsi-disk.c: In function ‘scsi_disk_init’:
 14782	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/scsi-disk.c:959:5: warning: ‘__builtin_strncpy’ specified bound 21 equals destination size [-Wstringop-truncation]
 14783	  959 |     strncpy(s->drive_serial_str, drive_get_serial(s->bdrv),
 14784	      |     ^
 14785	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14786	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14787	  CC    migration.o
 14788	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14789	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14790	  CC    notify.o
 14791	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14792	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14793	  CC    twl92230.o
 14794	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14795	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14796	  CC    migration-tcp.o
 14797	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14798	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14799	  CC    migration-exec.o
 14800	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14801	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14802	  CC    usb-bt.o
 14803	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14804	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14805	  CC    audio/noaudio.o
 14806	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14807	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14808	  CC    bt-hid.o
 14809	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14810	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14811	  CC    console.o
 14812	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14813	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14814	  CC    x_keymap.o
 14815	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14816	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14817	  CC    audio/wavcapture.o
 14818	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14819	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14820	  CC    audio/wavaudio.o
 14821	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14822	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14823	  CC    usb-linux.o
 14824	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14825	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14826	  CC    block.o
 14827	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block.c: In function ‘bdrv_open2’:
 14828	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block.c:397:13: warning: ignoring return value of ‘realpath’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14829	  397 |             realpath(filename, backing_filename);
 14830	      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14831	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14832	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14833	  CC    qemu-sockets.o
 14834	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14835	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14836	  CC    audio/sdlaudio.o
 14837	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/audio/sdlaudio.c: In function ‘sdl_init_out’:
 14838	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/audio/sdlaudio.c:337:11: warning: ‘shift’ is used uninitialized [-Wuninitialized]
 14839	  337 |     shift <<= as->nchannels == 2;
 14840	      |           ^~~
 14841	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/audio/sdlaudio.c:331:9: note: ‘shift’ declared here
 14842	  331 |     int shift;
 14843	      |         ^~~~~
 14844	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14845	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14846	  CC    d3des.o
 14847	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14848	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14849	  CC    bt-sdp.o
 14850	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-sdp.c: In function ‘sdp_svc_search’:
 14851	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-sdp.c:175:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 14852	  175 |     if (len > 1);
 14853	      |     ^~
 14854	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-sdp.c:176:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 14855	  176 |         return -SDP_INVALID_SYNTAX;
 14856	      |         ^~~~~~
 14857	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14858	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14859	  CC    bt-l2cap.o
 14860	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-l2cap.c: In function ‘l2cap_iframe_in’:
 14861	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-l2cap.c:1001:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
 14862	 1001 |         if (len != 4)
 14863	      |         ^~
 14864	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-l2cap.c:1003:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
 14865	 1003 |             return;
 14866	      |             ^~~~~~
 14867	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14868	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14869	  CC    audio/ossaudio.o
 14870	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14871	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14872	  CC    sd.o
 14873	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14874	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14875	  CC    savevm.o
 14876	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14877	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14878	  CC    net.o
 14879	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/net.c: In function ‘net_client_init’:
 14880	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/net.c:1061:32: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size between 114 and 241 [-Wformat-truncation=]
 14881	 1061 |              "ifname=%s,script=%s,downscript=%s",
 14882	      |                                ^~
 14883	In file included from /usr/include/stdio.h:964,
 14884	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/qemu-common.h:21,
 14885	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/net.c:24:
 14886	In function ‘snprintf’,
 14887	    inlined from ‘net_tap_init’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/net.c:1060:5,
 14888	    inlined from ‘net_client_init’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/net.c:1773:19:
 14889	/usr/include/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 28 and 2201 bytes into a destination of size 256
 14890	   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
 14891	      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14892	   55 |                                    __glibc_objsize (__s), __fmt,
 14893	      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14894	   56 |                                    __va_arg_pack ());
 14895	      |                                    ~~~~~~~~~~~~~~~~~
 14896	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14897	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14898	  CC    qemu-char.o
 14899	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14900	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14901	  CC    audio/mixeng.o
 14902	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14903	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14904	  CC    block-qcow2.o
 14905	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-qcow2.c: In function ‘count_contiguous_clusters’:
 14906	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-qcow2.c:616:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
 14907	  616 |     for (i = start; i < start + nb_clusters; i++)
 14908	      |     ^~~
 14909	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-qcow2.c:620:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
 14910	  620 |         return (i - start);
 14911	      |         ^~~~~~
 14912	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-qcow2.c: In function ‘qcow_create’:
 14913	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-qcow2.c:1537:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14914	 1537 |     write(fd, &header, sizeof(header));
 14915	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14916	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-qcow2.c:1539:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14917	 1539 |         write(fd, backing_file, backing_filename_len);
 14918	      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14919	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-qcow2.c:1544:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14920	 1544 |         write(fd, &tmp, sizeof(tmp));
 14921	      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14922	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-qcow2.c:1547:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14923	 1547 |     write(fd, s->refcount_table, s->cluster_size);
 14924	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14925	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-qcow2.c:1550:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 14926	 1550 |     write(fd, s->refcount_block, ref_clusters * s->cluster_size);
 14927	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 14928	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14929	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14930	  CC    sdl.o
 14931	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14932	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 14933	  CC    bt-hci.o
 14934	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c: In function ‘bt_submit_hci’:
 14935	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 14936	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 14937	      |                                              ^
 14938	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1528:33: note: in expansion of macro ‘PARAM16’
 14939	 1528 |                                 PARAM16(periodic_inquiry, min_period) &&
 14940	      |                                 ^~~~~~~
 14941	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 14942	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 14943	      |                                              ^
 14944	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1529:33: note: in expansion of macro ‘PARAM16’
 14945	 1529 |                                 PARAM16(periodic_inquiry, min_period) <
 14946	      |                                 ^~~~~~~
 14947	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 14948	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 14949	      |                                              ^
 14950	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1530:33: note: in expansion of macro ‘PARAM16’
 14951	 1530 |                                 PARAM16(periodic_inquiry, max_period)) ||
 14952	      |                                 ^~~~~~~
 14953	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 14954	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 14955	      |                                              ^
 14956	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1532:25: note: in expansion of macro ‘PARAM16’
 14957	 1532 |                         PARAM16(periodic_inquiry, min_period) < 2 ||
 14958	      |                         ^~~~~~~
 14959	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 14960	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 14961	      |                                              ^
 14962	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1533:25: note: in expansion of macro ‘PARAM16’
 14963	 1533 |                         PARAM16(periodic_inquiry, max_period) < 3) {
 14964	      |                         ^~~~~~~
 14965	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 14966	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 14967	      |                                              ^
 14968	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1542:34: note: in expansion of macro ‘PARAM16’
 14969	 1542 |         hci->lm.inquiry_period = PARAM16(periodic_inquiry, max_period);
 14970	      |                                  ^~~~~~~
 14971	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 14972	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 14973	      |                                              ^
 14974	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1721:13: note: in expansion of macro ‘PARAM16’
 14975	 1721 |         if (PARAM16(hold_mode, min_interval) >
 14976	      |             ^~~~~~~
 14977	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 14978	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 14979	      |                                              ^
 14980	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1722:25: note: in expansion of macro ‘PARAM16’
 14981	 1722 |                         PARAM16(hold_mode, max_interval) ||
 14982	      |                         ^~~~~~~
 14983	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 14984	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 14985	      |                                              ^
 14986	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1723:25: note: in expansion of macro ‘PARAM16’
 14987	 1723 |                         PARAM16(hold_mode, min_interval) < 0x0002 ||
 14988	      |                         ^~~~~~~
 14989	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 14990	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 14991	      |                                              ^
 14992	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1724:25: note: in expansion of macro ‘PARAM16’
 14993	 1724 |                         PARAM16(hold_mode, max_interval) > 0xff00 ||
 14994	      |                         ^~~~~~~
 14995	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 14996	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 14997	      |                                              ^
 14998	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1725:26: note: in expansion of macro ‘PARAM16’
 14999	 1725 |                         (PARAM16(hold_mode, min_interval) & 1) ||
 15000	      |                          ^~~~~~~
 15001	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 15002	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 15003	      |                                              ^
 15004	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1726:26: note: in expansion of macro ‘PARAM16’
 15005	 1726 |                         (PARAM16(hold_mode, max_interval) & 1)) {
 15006	      |                          ^~~~~~~
 15007	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 15008	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 15009	      |                                              ^
 15010	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1732:33: note: in expansion of macro ‘PARAM16’
 15011	 1732 |                                 PARAM16(hold_mode, max_interval),
 15012	      |                                 ^~~~~~~
 15013	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 15014	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 15015	      |                                              ^
 15016	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1740:13: note: in expansion of macro ‘PARAM16’
 15017	 1740 |         if (PARAM16(park_mode, min_interval) >
 15018	      |             ^~~~~~~
 15019	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 15020	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 15021	      |                                              ^
 15022	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1741:25: note: in expansion of macro ‘PARAM16’
 15023	 1741 |                         PARAM16(park_mode, max_interval) ||
 15024	      |                         ^~~~~~~
 15025	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 15026	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 15027	      |                                              ^
 15028	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1742:25: note: in expansion of macro ‘PARAM16’
 15029	 1742 |                         PARAM16(park_mode, min_interval) < 0x000e ||
 15030	      |                         ^~~~~~~
 15031	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 15032	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 15033	      |                                              ^
 15034	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1743:26: note: in expansion of macro ‘PARAM16’
 15035	 1743 |                         (PARAM16(park_mode, min_interval) & 1) ||
 15036	      |                          ^~~~~~~
 15037	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 15038	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 15039	      |                                              ^
 15040	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1744:26: note: in expansion of macro ‘PARAM16’
 15041	 1744 |                         (PARAM16(park_mode, max_interval) & 1)) {
 15042	      |                          ^~~~~~~
 15043	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 15044	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 15045	      |                                              ^
 15046	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1750:33: note: in expansion of macro ‘PARAM16’
 15047	 1750 |                                 PARAM16(park_mode, max_interval),
 15048	      |                                 ^~~~~~~
 15049	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 15050	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 15051	      |                                              ^
 15052	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1836:13: note: in expansion of macro ‘PARAM16’
 15053	 1836 |         if (PARAM16(write_conn_accept_timeout, timeout) < 0x0001 ||
 15054	      |             ^~~~~~~
 15055	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 15056	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 15057	      |                                              ^
 15058	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1837:25: note: in expansion of macro ‘PARAM16’
 15059	 1837 |                         PARAM16(write_conn_accept_timeout, timeout) > 0xb540) {
 15060	      |                         ^~~~~~~
 15061	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1486:46: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
 15062	 1486 | #define PARAM16(cmd, param)     le16_to_cpup(&PARAM(cmd, param))
 15063	      |                                              ^
 15064	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1842:33: note: in expansion of macro ‘PARAM16’
 15065	 1842 |         hci->conn_accept_tout = PARAM16(write_conn_accept_timeout, timeout);
 15066	      |                                 ^~~~~~~
 15067	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1390:9: warning: ‘__builtin_strncpy’ specified bound 248 equals destination size [-Wstringop-truncation]
 15068	 1390 |         strncpy(params.name, hci->device.lmp_name, sizeof(params.name));
 15069	      |         ^
 15070	In file included from /usr/include/string.h:548,
 15071	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/qemu-common.h:23,
 15072	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:23:
 15073	In function ‘memcpy’,
 15074	    inlined from ‘bt_hci_event’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:467:9,
 15075	    inlined from ‘bt_hci_event_encrypt_change’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1321:5,
 15076	    inlined from ‘bt_submit_hci’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1658:13:
 15077	/usr/include/bits/string_fortified.h:29:10: warning: ‘__builtin_memcpy’ forming offset 4 is out of the bounds [0, 4] of object ‘params’ with type ‘evt_encrypt_change’ [-Warray-bounds=]
 15078	   29 |   return __builtin___memcpy_chk (__dest, __src, __len,
 15079	      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 15080	   30 |                                  __glibc_objsize0 (__dest));
 15081	      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
 15082	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c: In function ‘bt_submit_hci’:
 15083	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/bt-hci.c:1315:24: note: ‘params’ declared here
 15084	 1315 |     evt_encrypt_change params = {
 15085	      |                        ^~~~~~
 15086	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 15087	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 15088	  CC    audio/audio.o
 15089	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 15090	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 15091	  CC    block-vvfat.o
 15092	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vvfat.c: In function ‘commit_one_file’:
 15093	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vvfat.c:2275:5: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 15094	 2275 |     ftruncate(fd, size);
 15095	      |     ^~~~~~~~~~~~~~~~~~~
 15096	In function ‘short2long_name’,
 15097	    inlined from ‘create_long_filename’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vvfat.c:431:16,
 15098	    inlined from ‘create_short_and_long_name’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vvfat.c:624:16,
 15099	    inlined from ‘read_directory’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vvfat.c:744:11:
 15100	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vvfat.c:422:26: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 15101	  422 |     dest[2*i]=dest[2*i+1]=0;
 15102	      |               ~~~~~~~~~~~^~
 15103	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vvfat.c: In function ‘read_directory’:
 15104	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vvfat.c:430:10: note: at offset 259 into destination object ‘buffer’ of size 258
 15105	  430 |     char buffer[258];
 15106	      |          ^~~~~~
 15107	In function ‘short2long_name’,
 15108	    inlined from ‘create_long_filename’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vvfat.c:431:16,
 15109	    inlined from ‘create_short_and_long_name’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vvfat.c:624:16,
 15110	    inlined from ‘read_directory’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vvfat.c:744:11:
 15111	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vvfat.c:422:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 15112	  422 |     dest[2*i]=dest[2*i+1]=0;
 15113	      |     ~~~~~~~~~^~~~~~~~~~~~~~
 15114	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vvfat.c: In function ‘read_directory’:
 15115	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-vvfat.c:430:10: note: at offset 258 into destination object ‘buffer’ of size 258
 15116	  430 |     char buffer[258];
 15117	      |          ^~~~~~
 15118	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 15119	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 15120	  LINK  qemu-nbd-xen
 15121	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 15122	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 15123	  LINK  qemu-img-xen
 15124	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 15125	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 15126	  CC    vnc.o
 15127	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 15128	make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 15129	  AR    libqemu_common.a
 15130	make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir'
 15131	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15132	=== PCI passthrough capability has been enabled ===
 15133	=== PCI passthrough capability has been enabled ===
 15134	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15135	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15136	  CC    i386-dm/machine.o
 15137	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15138	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15139	  CC    i386-dm/isa_mmio.o
 15140	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15141	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15142	  CC    i386-dm/msmouse.o
 15143	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15144	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15145	  CC    i386-dm/loader.o
 15146	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15147	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15148	  CC    i386-dm/virtio-console.o
 15149	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15150	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15151	  CC    i386-dm/dma-helpers.o
 15152	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15153	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15154	  CC    i386-dm/osdep.o
 15155	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15156	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15157	  CC    i386-dm/pcspk.o
 15158	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15159	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15160	  CC    i386-dm/eeprom93xx.o
 15161	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15162	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15163	  CC    i386-dm/posix-aio-compat.o
 15164	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15165	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15166	  CC    i386-dm/fw_cfg.o
 15167	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15168	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15169	  CC    i386-dm/pckbd.o
 15170	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15171	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15172	  CC    i386-dm/virtio-blk.o
 15173	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15174	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15175	  CC    i386-dm/esp.o
 15176	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15177	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15178	  CC    i386-dm/virtio-net.o
 15179	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15180	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15181	  CC    i386-dm/ne2000.o
 15182	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15183	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15184	  CC    i386-dm/es1370.o
 15185	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15186	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15187	  CC    i386-dm/i8259.o
 15188	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15189	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15190	  CC    i386-dm/block-raw-posix.o
 15191	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-raw-posix.c: In function ‘raw_create’:
 15192	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-raw-posix.c:907:5: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 15193	  907 |     ftruncate(fd, total_size * 512);
 15194	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 15195	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-raw-posix.c: In function ‘aio_signal_handler’:
 15196	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/block-raw-posix.c:572:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 15197	  572 |         write(posix_aio_state->wfd, &byte, sizeof(byte));
 15198	      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 15199	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15200	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15201	  CC    i386-dm/virtio.o
 15202	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15203	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15204	  CC    i386-dm/ps2.o
 15205	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15206	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15207	  CC    i386-dm/pci.o
 15208	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15209	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15210	  CC    i386-dm/ac97.o
 15211	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15212	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15213	  CC    i386-dm/sb16.o
 15214	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15215	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15216	  CC    i386-dm/device-hotplug.o
 15217	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15218	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15219	  CC    i386-dm/piix_pci.o
 15220	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15221	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15222	  CC    i386-dm/parallel.o
 15223	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15224	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15225	  CC    i386-dm/dma.o
 15226	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15227	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15228	  CC    i386-dm/eepro100.o
 15229	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15230	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15231	  CC    i386-dm/serial.o
 15232	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15233	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15234	  CC    i386-dm/e1000.o
 15235	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15236	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15237	  CC    i386-dm/i8254.o
 15238	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15239	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15240	  CC    i386-dm/mc146818rtc.o
 15241	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15242	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15243	  CC    i386-dm/pci-hotplug.o
 15244	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15245	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15246	  CC    i386-dm/hpet.o
 15247	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15248	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15249	  CC    i386-dm/usb-ohci.o
 15250	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15251	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15252	  CC    i386-dm/xen_machine_pv.o
 15253	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15254	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15255	  CC    i386-dm/pc.o
 15256	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15257	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15258	  CC    i386-dm/xen_platform.o
 15259	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15260	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15261	  CC    i386-dm/usb-uhci.o
 15262	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15263	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15264	  CC    i386-dm/battery_mgmt.o
 15265	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15266	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15267	  CC    i386-dm/pci_emulation.o
 15268	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15269	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15270	  CC    i386-dm/xen_machine_fv.o
 15271	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15272	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15273	  CC    i386-dm/rtl8139.o
 15274	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15275	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15276	  CC    i386-dm/xen_console.o
 15277	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/xen_console.c: In function ‘con_init’:
 15278	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/xen_console.c:197:52: warning: ‘%s’ directive argument is null [-Wformat-overflow=]
 15279	  197 |         xen_be_printf(xendev, 1, "not for me (type=%s)\n", type);
 15280	      |                                                    ^~
 15281	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15282	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15283	  CC    i386-dm/kqemu.o
 15284	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15285	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15286	  CC    i386-dm/lsi53c895a.o
 15287	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15288	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15289	  CC    i386-dm/pcnet.o
 15290	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15291	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15292	  CC    i386-dm/piix4acpi.o
 15293	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15294	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15295	  CC    i386-dm/pt-graphics.o
 15296	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15297	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15298	  CC    i386-dm/exec-dm.o
 15299	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15300	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15301	  CC    i386-dm/xen_backend.o
 15302	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15303	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15304	  CC    i386-dm/fdc.o
 15305	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15306	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15307	  CC    i386-dm/helper2.o
 15308	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/i386-dm/helper2.c: In function ‘main_loop’:
 15309	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/i386-dm/helper2.c:664:9: warning: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 15310	  664 |         asprintf(&qemu_file, "/var/lib/xen/qemu-save.%d", domid);
 15311	      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 15312	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15313	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15314	  CC    i386-dm/tpm_tis.o
 15315	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/tpm_tis.c: In function ‘read_local_socket’:
 15316	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/tpm_tis.c:324:11: warning: ‘read’ writing 4100 bytes into a region of size 4 overflows the destination [-Wstringop-overflow=]
 15317	  324 |     off = read(s->tpmTx.fd[0],
 15318	      |           ^~~~~~~~~~~~~~~~~~~~
 15319	  325 |                buffer->instance,
 15320	      |                ~~~~~~~~~~~~~~~~~
 15321	  326 |                sizeof(buffer->instance)+TPM_MAX_PKT);
 15322	      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 15323	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/tpm_tis.c:107:13: note: destination object ‘instance’ of size 4
 15324	  107 |     uint8_t instance[4];      /* instance number in network byte order */
 15325	      |             ^~~~~~~~
 15326	In file included from /usr/include/unistd.h:1214,
 15327	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/qemu-common.h:30,
 15328	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/tpm_tis.c:27:
 15329	/usr/include/bits/unistd.h:26:1: note: in a call to function ‘read’ declared with attribute ‘access (write_only, 2, 3)’
 15330	   26 | read (int __fd, void *__buf, size_t __nbytes)
 15331	      | ^~~~
 15332	In file included from /usr/include/features.h:503,
 15333	                 from /usr/include/sys/types.h:25,
 15334	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/tpm_tis.c:20:
 15335	In function ‘read’,
 15336	    inlined from ‘read_local_socket’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/tpm_tis.c:324:11:
 15337	/usr/include/bits/unistd.h:28:10: warning: ‘__read_alias’ writing 4100 bytes into a region of size 4 overflows the destination [-Wstringop-overflow=]
 15338	   28 |   return __glibc_fortify (read, __nbytes, sizeof (char),
 15339	      |          ^~~~~~~~~~~~~~~
 15340	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/tpm_tis.c: In function ‘read_local_socket’:
 15341	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/tpm_tis.c:107:13: note: destination object ‘instance’ of size 4
 15342	  107 |     uint8_t instance[4];      /* instance number in network byte order */
 15343	      |             ^~~~~~~~
 15344	/usr/include/bits/unistd-decl.h:29:16: note: in a call to function ‘__read_alias’ declared with attribute ‘access (write_only, 2, 3)’
 15345	   29 | extern ssize_t __REDIRECT_FORTIFY (__read_alias, (int __fd, void *__buf,
 15346	      |                ^~~~~~~~~~~~~~~~~~
 15347	In function ‘read’,
 15348	    inlined from ‘read_local_socket’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/tpm_tis.c:324:11:
 15349	/usr/include/bits/unistd.h:28:10: warning: ‘__read_chk’ writing 4100 bytes into a region of size 4 overflows the destination [-Wstringop-overflow=]
 15350	   28 |   return __glibc_fortify (read, __nbytes, sizeof (char),
 15351	      |          ^~~~~~~~~~~~~~~
 15352	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/tpm_tis.c: In function ‘read_local_socket’:
 15353	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/tpm_tis.c:107:13: note: destination object ‘instance’ of size 4
 15354	  107 |     uint8_t instance[4];      /* instance number in network byte order */
 15355	      |             ^~~~~~~~
 15356	In file included from /usr/include/bits/unistd.h:23:
 15357	/usr/include/bits/unistd-decl.h:26:16: note: in a call to function ‘__read_chk’ declared with attribute ‘access (write_only, 2, 3)’
 15358	   26 | extern ssize_t __read_chk (int __fd, void *__buf, size_t __nbytes,
 15359	      |                ^~~~~~~~~~
 15360	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/tpm_tis.c: In function ‘vtpm_instance_from_xenstore’:
 15361	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/tpm_tis.c:1147:13: warning: pointer ‘e_danger’ may be used after ‘free’ [-Wuse-after-free]
 15362	 1147 |             xenstore_unsubscribe_from_hotplug_status(handle,
 15363	      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 15364	 1148 |                                                      "vtpm",
 15365	      |                                                      ~~~~~~~
 15366	 1149 |                                                      e_danger[0],
 15367	      |                                                      ~~~~~~~~~~~~
 15368	 1150 |                                                      token);
 15369	      |                                                      ~~~~~~
 15370	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/tpm_tis.c:1143:13: note: call to ‘free’ here
 15371	 1143 |             free(e_danger);
 15372	      |             ^~~~~~~~~~~~~~
 15373	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15374	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15375	  CC    i386-dm/monitor.o
 15376	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/monitor.c: In function ‘next’:
 15377	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/monitor.c:2068:13: warning: comparison between pointer and zero character constant [-Wpointer-compare]
 15378	 2068 |     if (pch != '\0') {
 15379	      |             ^~
 15380	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/monitor.c:2068:9: note: did you mean to dereference the pointer?
 15381	 2068 |     if (pch != '\0') {
 15382	      |         ^
 15383	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15384	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15385	  CC    i386-dm/xen_disk.o
 15386	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15387	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15388	  CC    i386-dm/pt-msi.o
 15389	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15390	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15391	  CC    i386-dm/xenfb.o
 15392	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15393	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15394	  CC    i386-dm/xenstore.o
 15395	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/xenstore.c: In function ‘xenstore_parse_domain_config’:
 15396	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/xenstore.c:605:17: warning: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 15397	  605 |                 asprintf(&buf2, "%s/frontend", bpath);
 15398	      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 15399	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/xenstore.c:607:17: warning: ignoring return value of ‘asprintf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 15400	  607 |                 asprintf(&xenbus_param_paths[nb_drives], "%s/eject", frontend);
 15401	      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 15402	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15403	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15404	  CC    i386-dm/ide.o
 15405	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15406	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15407	  CC    i386-dm/i386-dis.o
 15408	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15409	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15410	  AR    i386-dm/libqemu.a
 15411	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15412	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15413	  CC    i386-dm/pass-through.o
 15414	In function ‘pt_bar_reg_parse’,
 15415	    inlined from ‘pt_bar_reg_init’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/pass-through.c:2973:36:
 15416	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/pass-through.c:2291:23: warning: array subscript -1 is below array bounds of ‘PCIIORegion[7]’ [-Warray-bounds=]
 15417	 2291 |     r = &d->io_regions[index];
 15418	      |          ~~~~~~~~~~~~~^~~~~~~
 15419	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/pass-through.h:22,
 15420	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/pass-through.c:86:
 15421	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/pci.h: In function ‘pt_bar_reg_init’:
 15422	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/pci.h:211:17: note: while referencing ‘io_regions’
 15423	  211 |     PCIIORegion io_regions[PCI_NUM_REGIONS];
 15424	      |                 ^~~~~~~~~~
 15425	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15426	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15427	  CC    i386-dm/vl.o
 15428	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c: In function ‘main’:
 15429	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c:5748:13: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 15430	 5748 |             write(fds[1], &status, 1);
 15431	      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
 15432	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c:6192:9: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 15433	 6192 |         chdir("/");
 15434	      |         ^~~~~~~~~~
 15435	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c:6213:9: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 15436	 6213 |         chdir("/");
 15437	      |         ^~~~~~~~~~
 15438	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c: In function ‘host_alarm_handler’:
 15439	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c:1396:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 15440	 1396 |         write(alarm_timer_wfd, &byte, sizeof(byte));
 15441	      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 15442	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c: In function ‘drive_init’:
 15443	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c:2624:39: warning: ‘%s’ directive output may be truncated writing up to 3 bytes into a region of size between 1 and 128 [-Wformat-truncation=]
 15444	 2624 |         snprintf(buf, sizeof(buf), "%s%s%i",
 15445	      |                                       ^~
 15446	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c:2624:36: note: directive argument in the range [0, 2147483647]
 15447	 2624 |         snprintf(buf, sizeof(buf), "%s%s%i",
 15448	      |                                    ^~~~~~~~
 15449	In file included from /usr/include/stdio.h:964,
 15450	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/qemu-common.h:21,
 15451	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/hw/hw.h:5,
 15452	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c:24:
 15453	In function ‘snprintf’,
 15454	    inlined from ‘drive_init’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c:2624:9:
 15455	/usr/include/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 2 and 141 bytes into a destination of size 128
 15456	   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
 15457	      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 15458	   55 |                                    __glibc_objsize (__s), __fmt,
 15459	      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 15460	   56 |                                    __va_arg_pack ());
 15461	      |                                    ~~~~~~~~~~~~~~~~~
 15462	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c: In function ‘drive_init’:
 15463	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c:2621:39: warning: ‘%i’ directive output may be truncated writing between 1 and 10 bytes into a region of size between 1 and 128 [-Wformat-truncation=]
 15464	 2621 |         snprintf(buf, sizeof(buf), "%s%i%s%i",
 15465	      |                                       ^~
 15466	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c:2621:36: note: directive argument in the range [0, 2147483647]
 15467	 2621 |         snprintf(buf, sizeof(buf), "%s%i%s%i",
 15468	      |                                    ^~~~~~~~~~
 15469	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c:2621:36: note: directive argument in the range [0, 2147483647]
 15470	In function ‘snprintf’,
 15471	    inlined from ‘drive_init’ at /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional/vl.c:2621:9:
 15472	/usr/include/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 3 and 151 bytes into a destination of size 128
 15473	   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
 15474	      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 15475	   55 |                                    __glibc_objsize (__s), __fmt,
 15476	      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 15477	   56 |                                    __va_arg_pack ());
 15478	      |                                    ~~~~~~~~~~~~~~~~~
 15479	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15480	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15481	  CC    i386-dm/vga.o
 15482	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15483	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15484	  CC    i386-dm/cirrus_vga.o
 15485	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15486	make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15487	  LINK  i386-dm/qemu-dm
 15488	make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-traditional-dir/i386-dm'
 15489	make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools'
 15490	if test -d /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/../tools/qemu-xen ; then \
 15491		mkdir -p qemu-xen-dir; \
 15492	else \
 15493		export GIT=git; \
 15494		/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/../scripts/git-checkout.sh /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/../tools/qemu-xen qemu-xen-4.18.0 qemu-xen-dir ; \
 15495	fi
 15496	make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools'
 15497	unset MAKELEVEL; \
 15498	if test -d /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/../tools/qemu-xen ; then \
 15499		source=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/../tools/qemu-xen; \
 15500	else \
 15501		source=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/../tools/qemu-xen-dir; \
 15502	fi; \
 15503	mkdir -p qemu-xen-build; \
 15504	cd qemu-xen-build; \
 15505	if $source/scripts/tracetool.py --check-backend --backend log ; then \
 15506		enable_trace_backend="--enable-trace-backends=log"; \
 15507	elif $source/scripts/tracetool.py --check-backend --backend stderr ; then \
 15508		enable_trace_backend='--enable-trace-backends=stderr'; \
 15509	else \
 15510		enable_trace_backend='' ; \
 15511	fi ; \
 15512	if [ "" = "y" ]; then \
 15513		virtfs='--enable-virtfs' ; \
 15514	elif [ "" = "n" ]; then \
 15515		virtfs='--disable-virtfs' ; \
 15516	else \
 15517		virtfs='' ; \
 15518	fi ; \
 15519	PKG_CONFIG_PATH=/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/../tools/pkg-config${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}} \
 15520	$source/configure --disable-containers --disable-vnc-jpeg --disable-glusterfs --disable-capstone --enable-sdl --enable-xen --target-list=i386-softmmu \
 15521		 \
 15522		$enable_trace_backend \
 15523		--prefix=/usr \
 15524		--libdir=/usr/libexec/xen/lib \
 15525		--includedir=/usr/libexec/xen/include \
 15526		--extra-cflags="-DXC_WANT_COMPAT_EVTCHN_API=1 \
 15527		-DXC_WANT_COMPAT_GNTTAB_API=1 \
 15528		-DXC_WANT_COMPAT_MAP_FOREIGN_API=1 \
 15529		-DXC_WANT_COMPAT_DEVICEMODEL_API=1 \
 15530		" \
 15531		--extra-ldflags="-Wl,-rpath,/usr/libexec/xen/lib" \
 15532		--bindir=/usr/libexec/xen/bin \
 15533		--datadir=/usr/share/qemu-xen \
 15534		--localstatedir=/var \
 15535		--docdir=/usr/libexec/xen/share/doc \
 15536		--mandir=/usr/libexec/xen/share/man \
 15537		--libexecdir=/usr/libexec/xen/libexec \
 15538		--firmwarepath=/usr/libexec/xen/share/qemu-firmware \
 15539		--disable-kvm \
 15540		--disable-docs \
 15541		--disable-guest-agent \
 15542		--python=python3.11 \
 15543		 \
 15544		--cpu=x86_64 \
 15545		 \
 15546		$virtfs; \
 15547	make all
 15548	The Meson build system
 15549	Version: 0.61.5
 15550	Source dir: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen
 15551	Build dir: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-build
 15552	Build type: native build
 15553	Project name: qemu
 15554	Project version: 8.0.4
 15555	C compiler for the host machine: x86_64-pc-linux-gnu-gcc -m64 -mcx16 (gcc 13.2.1 "x86_64-pc-linux-gnu-gcc (Gentoo 13.2.1_p20230826 p7) 13.2.1 20230826")
 15556	C linker for the host machine: x86_64-pc-linux-gnu-gcc -m64 -mcx16 ld.bfd 2.41
 15557	Host machine cpu family: x86_64
 15558	Host machine cpu: x86_64
 15559	Program scripts/symlink-install-tree.py found: YES (/usr/bin/python3.11 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/scripts/symlink-install-tree.py)
 15560	Program sh found: YES (/bin/sh)
 15561	C++ compiler for the host machine: x86_64-pc-linux-gnu-g++ -m64 -mcx16 (gcc 13.2.1 "x86_64-pc-linux-gnu-g++ (Gentoo 13.2.1_p20230826 p7) 13.2.1 20230826")
 15562	C++ linker for the host machine: x86_64-pc-linux-gnu-g++ -m64 -mcx16 ld.bfd 2.41
 15563	Program python3 found: YES (/usr/bin/python3.11)
 15564	Program bzip2 found: YES (/bin/bzip2)
 15565	Program iasl found: YES (/usr/bin/iasl)
 15566	Compiler for C supports link arguments -Wl,-z,relro: YES 
 15567	Compiler for C supports link arguments -Wl,-z,now: YES 
 15568	Compiler for C++ supports link arguments -Wl,--warn-common: YES 
 15569	Program cgcc found: NO
 15570	Library m found: YES
 15571	Run-time dependency threads found: YES
 15572	Library util found: YES
 15573	Run-time dependency appleframeworks found: NO (tried framework)
 15574	Found pkg-config: /usr/bin/pkg-config (1.8.1)
 15575	Run-time dependency gio-2.0 found: YES 2.78.3
 15576	Program /usr/bin/gdbus-codegen found: YES (/usr/bin/gdbus-codegen)
 15577	Run-time dependency gio-unix-2.0 found: YES 2.78.3
 15578	Run-time dependency pixman-1 found: YES 0.42.2
 15579	Run-time dependency zlib found: YES 1.3
 15580	Has header "libaio.h" : YES 
 15581	Library aio found: YES
 15582	Run-time dependency liburing found: NO (tried pkgconfig)
 15583	Run-time dependency libnfs found: NO (tried pkgconfig)
 15584	Run-time dependency appleframeworks found: NO (tried framework)
 15585	Run-time dependency appleframeworks found: NO (tried framework)
 15586	Run-time dependency libseccomp found: YES 2.5.4
 15587	Header <seccomp.h> has symbol "SCMP_FLTATR_API_SYSRAWRC" with dependency libseccomp: YES 
 15588	Has header "cap-ng.h" : YES 
 15589	Library cap-ng found: YES
 15590	Run-time dependency xkbcommon found: YES 1.6.0
 15591	Run-time dependency slirp found: YES 4.7.0
 15592	Has header "libvdeplug.h" : NO 
 15593	Run-time dependency libpulse found: YES 16.1
 15594	Run-time dependency alsa found: YES 1.2.10
 15595	Run-time dependency jack found: NO (tried pkgconfig)
 15596	Run-time dependency sndio found: NO (tried pkgconfig)
 15597	Run-time dependency spice-protocol found: YES 0.14.4
 15598	Run-time dependency spice-server found: YES 0.15.2
 15599	Library rt found: YES
 15600	Run-time dependency libiscsi found: NO (tried pkgconfig)
 15601	Run-time dependency libzstd found: YES 1.5.5
 15602	Run-time dependency virglrenderer found: NO (tried pkgconfig)
 15603	Run-time dependency blkio found: NO (tried pkgconfig)
 15604	Run-time dependency libcurl found: YES 8.4.0
 15605	Run-time dependency libudev found: YES 254
 15606	Library mpathpersist found: NO
 15607	Run-time dependency ncursesw found: YES 6.4.20230401
 15608	Has header "brlapi.h" : NO 
 15609	Run-time dependency sdl2 found: YES 2.28.3
 15610	Run-time dependency sdl2_image found: NO (tried pkgconfig)
 15611	Library rados found: NO
 15612	Has header "rbd/librbd.h" : NO 
 15613	Dependency glusterfs-api skipped: feature glusterfs disabled
 15614	Run-time dependency libssh found: NO (tried pkgconfig)
 15615	Has header "bzlib.h" : YES 
 15616	Library bz2 found: YES
 15617	Has header "lzfse.h" : NO 
 15618	Has header "sys/soundcard.h" : YES 
 15619	Run-time dependency epoxy found: YES 1.5.10
 15620	Has header "epoxy/egl.h" with dependency epoxy: YES 
 15621	Run-time dependency gbm found: YES 23.1.9
 15622	Run-time dependency gnutls found: YES 3.8.0
 15623	Run-time dependency gmp found: YES 6.3.0
 15624	Run-time dependency gtk+-3.0 found: YES 3.24.38
 15625	Run-time dependency gtk+-x11-3.0 found: YES 3.24.38
 15626	Run-time dependency vte-2.91 found: YES 0.72.2
 15627	Run-time dependency x11 found: YES 1.8.7
 15628	Run-time dependency libpng found: YES 1.6.40
 15629	Dependency libjpeg skipped: feature vnc_jpeg disabled
 15630	Has header "sasl/sasl.h" : NO 
 15631	Has header "security/pam_appl.h" : YES 
 15632	Library pam found: YES
 15633	Has header "snappy-c.h" : YES 
 15634	Library snappy found: YES
 15635	Has header "lzo/lzo1x.h" : YES 
 15636	Library lzo2 found: YES
 15637	Has header "numa.h" : YES 
 15638	Library numa found: YES
 15639	Library ibumad found: NO
 15640	Has header "rdma/rdma_cma.h" : NO 
 15641	Library ibverbs found: NO
 15642	Run-time dependency xencontrol found: YES 4.18.0
 15643	Run-time dependency xenstore found: YES 4.0
 15644	Run-time dependency xenforeignmemory found: YES 1.4
 15645	Run-time dependency xengnttab found: YES 1.2
 15646	Run-time dependency xenevtchn found: YES 1.2
 15647	Run-time dependency xendevicemodel found: YES 1.4
 15648	Run-time dependency xentoolcore found: YES 1.0
 15649	Run-time dependency libcacard found: NO (tried pkgconfig)
 15650	Run-time dependency u2f-emu found: NO (tried pkgconfig)
 15651	Run-time dependency canokey-qemu found: NO (tried pkgconfig)
 15652	Run-time dependency libusbredirparser-0.5 found: YES 0.13.0
 15653	Run-time dependency libusb-1.0 found: YES 1.0.26
 15654	Run-time dependency libpmem found: NO (tried pkgconfig)
 15655	Run-time dependency libdaxctl found: NO (tried pkgconfig)
 15656	Run-time dependency libtasn1 found: YES 4.19.0
 15657	Run-time dependency libkeyutils found: NO (tried pkgconfig)
 15658	Checking for function "gettid" : YES 
 15659	Run-time dependency libselinux found: NO (tried pkgconfig)
 15660	Run-time dependency fuse3 found: NO (tried pkgconfig)
 15661	Run-time dependency libbpf found: NO (tried pkgconfig)
 15662	Run-time dependency libdw found: YES 0.190
 15663	Checking for function "numa_has_preferred_many" with dependency -lnuma: YES 
 15664	Has header "sys/epoll.h" : YES 
 15665	Has header "linux/magic.h" : YES 
 15666	Has header "valgrind/valgrind.h" : NO 
 15667	Has header "linux/btrfs.h" : YES 
 15668	Has header "libdrm/drm.h" : YES 
 15669	Has header "pty.h" : YES 
 15670	Has header "sys/disk.h" : NO 
 15671	Has header "sys/ioccom.h" : NO 
 15672	Has header "sys/kcov.h" : NO 
 15673	Checking for function "close_range" : YES 
 15674	Checking for function "accept4" : YES 
 15675	Checking for function "clock_adjtime" : YES 
 15676	Checking for function "dup3" : YES 
 15677	Checking for function "fallocate" : YES 
 15678	Checking for function "posix_fallocate" : YES 
 15679	Checking for function "posix_memalign" : YES 
 15680	Checking for function "_aligned_malloc" : NO 
 15681	Checking for function "valloc" : YES 
 15682	Checking for function "memalign" : YES 
 15683	Checking for function "ppoll" : YES 
 15684	Checking for function "preadv" : YES 
 15685	Checking for function "pthread_fchdir_np" : NO 
 15686	Checking for function "sendfile" : YES 
 15687	Checking for function "setns" : YES 
 15688	Checking for function "unshare" : YES 
 15689	Checking for function "syncfs" : YES 
 15690	Checking for function "sync_file_range" : YES 
 15691	Checking for function "timerfd_create" : YES 
 15692	Checking for function "copy_file_range" : YES 
 15693	Checking for function "getifaddrs" : YES 
 15694	Checking for function "openpty" with dependency -lutil: YES 
 15695	Checking for function "strchrnul" : YES 
 15696	Checking for function "system" : YES 
 15697	Header <sys/epoll.h> has symbol "epoll_create1" : YES 
 15698	Header <linux/falloc.h> has symbol "FALLOC_FL_PUNCH_HOLE" : YES 
 15699	Header <linux/falloc.h> has symbol "FALLOC_FL_KEEP_SIZE" : YES 
 15700	Header <linux/falloc.h> has symbol "FALLOC_FL_ZERO_RANGE" : YES 
 15701	Has header "linux/fiemap.h" : YES 
 15702	Header <linux/fs.h> has symbol "FS_IOC_FIEMAP" : YES 
 15703	Checking for function "getrandom" : YES 
 15704	Header <sys/random.h> has symbol "GRND_NONBLOCK" : YES 
 15705	Header <sys/inotify.h> has symbol "inotify_init" : YES 
 15706	Header <sys/inotify.h> has symbol "inotify_init1" : YES 
 15707	Header <sys/prctl.h> has symbol "PR_SET_TIMERSLACK" : YES 
 15708	Header <linux/rtnetlink.h> has symbol "IFLA_PROTO_DOWN" : YES 
 15709	Header <sys/sysmacros.h> has symbol "makedev" : YES 
 15710	Header <getopt.h> has symbol "optreset" : NO 
 15711	Header <netinet/in.h> has symbol "IPPROTO_MPTCP" : YES 
 15712	Checking whether type "struct sigevent" has member "sigev_notify_thread_id" : NO 
 15713	Checking whether type "struct stat" has member "st_atim" : YES 
 15714	Checking for type "struct iovec" : YES 
 15715	Checking for type "struct utmpx" : YES 
 15716	Checking for type "struct mmsghdr" : YES 
 15717	Header <linux/vm_sockets.h> has symbol "AF_VSOCK" : YES 
 15718	Program scripts/minikconf.py found: YES (/usr/bin/python3.11 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/scripts/minikconf.py)
 15719	Configuring i386-softmmu-config-target.h using configuration
 15720	Configuring i386-softmmu-config-devices.mak with command
 15721	Reading depfile: /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-build/meson-private/i386-softmmu-config-devices.mak.d
 15722	Configuring i386-softmmu-config-devices.h using configuration
 15723	Program scripts/make-config-poison.sh found: YES (/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/scripts/make-config-poison.sh)
 15724	Dependency capstone skipped: feature capstone disabled
 15725	Library fdt found: YES
 15726	Configuring config-host.h using configuration
 15727	Program scripts/hxtool found: YES (/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/scripts/hxtool)
 15728	Program scripts/shaderinclude.py found: YES (/usr/bin/python3.11 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/scripts/shaderinclude.py)
 15729	Program scripts/qapi-gen.py found: YES (/usr/bin/python3.11 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/scripts/qapi-gen.py)
 15730	Program scripts/qemu-version.sh found: YES (/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/scripts/qemu-version.sh)
 15731	
 15732	Executing subproject libvhost-user 
 15733	
 15734	libvhost-user| Project name: libvhost-user
 15735	libvhost-user| Project version: undefined
 15736	libvhost-user| C compiler for the host machine: x86_64-pc-linux-gnu-gcc -m64 -mcx16 (gcc 13.2.1 "x86_64-pc-linux-gnu-gcc (Gentoo 13.2.1_p20230826 p7) 13.2.1 20230826")
 15737	libvhost-user| C linker for the host machine: x86_64-pc-linux-gnu-gcc -m64 -mcx16 ld.bfd 2.41
 15738	libvhost-user| Compiler for C supports arguments -Wsign-compare: YES
 15739	libvhost-user| Compiler for C supports arguments -Wdeclaration-after-statement: YES
 15740	libvhost-user| Compiler for C supports arguments -Wstrict-aliasing: YES
 15741	libvhost-user| Dependency threads found: YES unknown (cached)
 15742	libvhost-user| Dependency glib-2.0 found: YES 2.78.3 (overridden)
 15743	libvhost-user| Build targets in project: 9
 15744	libvhost-user| Subproject libvhost-user finished.
 15745	
 15746	
 15747	Executing subproject libvduse 
 15748	
 15749	libvduse| Project name: libvduse
 15750	libvduse| Project version: undefined
 15751	libvduse| C compiler for the host machine: x86_64-pc-linux-gnu-gcc -m64 -mcx16 (gcc 13.2.1 "x86_64-pc-linux-gnu-gcc (Gentoo 13.2.1_p20230826 p7) 13.2.1 20230826")
 15752	libvduse| C linker for the host machine: x86_64-pc-linux-gnu-gcc -m64 -mcx16 ld.bfd 2.41
 15753	libvduse| Compiler for C supports arguments -Wsign-compare: YES (cached)
 15754	libvduse| Compiler for C supports arguments -Wdeclaration-after-statement: YES (cached)
 15755	libvduse| Compiler for C supports arguments -Wstrict-aliasing: YES (cached)
 15756	libvduse| Build targets in project: 10
 15757	libvduse| Subproject libvduse finished.
 15758	
 15759	Program scripts/decodetree.py found: YES (/usr/bin/python3.11 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/scripts/decodetree.py)
 15760	Program ../scripts/modules/module_block.py found: YES (/usr/bin/python3.11 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/block/../scripts/modules/module_block.py)
 15761	Program ../scripts/block-coroutine-wrapper.py found: YES (/usr/bin/python3.11 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/block/../scripts/block-coroutine-wrapper.py)
 15762	Program scripts/modinfo-collect.py found: YES (/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/scripts/modinfo-collect.py)
 15763	Program scripts/modinfo-generate.py found: YES (/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/scripts/modinfo-generate.py)
 15764	Program nm found: YES
 15765	Program scripts/undefsym.py found: YES (/usr/bin/python3.11 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/scripts/undefsym.py)
 15766	Program scripts/feature_to_c.sh found: YES (/bin/sh /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/scripts/feature_to_c.sh)
 15767	Configuring 50-edk2-i386-secure.json using configuration
 15768	Configuring 50-edk2-x86_64-secure.json using configuration
 15769	Configuring 60-edk2-aarch64.json using configuration
 15770	Configuring 60-edk2-arm.json using configuration
 15771	Configuring 60-edk2-i386.json using configuration
 15772	Configuring 60-edk2-x86_64.json using configuration
 15773	Program sphinx-build skipped: feature docs disabled
 15774	Program bash found: YES 5.1.16 (/bin/bash)
 15775	Program diff found: YES (/usr/bin/diff)
 15776	Program dbus-daemon found: YES (/usr/bin/dbus-daemon)
 15777	Run-time dependency gvnc-1.0 found: YES 1.3.1
 15778	Found CMake: /usr/bin/cmake (3.27.9)
 15779	Run-time dependency sysprof-capture-4 found: NO (tried pkgconfig and cmake)
 15780	Program initrd-stress.sh found: YES (/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/tests/migration/initrd-stress.sh)
 15781	Program xgettext found: YES (/usr/bin/xgettext)
 15782	Build targets in project: 586
 15783	
 15784	qemu 8.0.4
 15785	
 15786	  Directories
 15787	    Install prefix               : /usr
 15788	    BIOS directory               : share/qemu-xen/qemu
 15789	    firmware path                : /usr/libexec/xen/share/qemu-firmware
 15790	    binary directory             : /usr/libexec/xen/bin
 15791	    library directory            : /usr/libexec/xen/lib
 15792	    module directory             : libexec/xen/lib/qemu
 15793	    libexec directory            : /usr/libexec/xen/libexec
 15794	    include directory            : /usr/libexec/xen/include
 15795	    config directory             : /etc
 15796	    local state directory        : /var
 15797	    Manual directory             : /usr/libexec/xen/share/man
 15798	    Doc directory                : /usr/libexec/xen/share/doc
 15799	    Build directory              : /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen-build
 15800	    Source path                  : /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen
 15801	    GIT submodules               : ui/keycodemapdb tests/fp/berkeley-testfloat-3 tests/fp/berkeley-softfloat-3 dtc
 15802	
 15803	  Host binaries
 15804	    git                          : git
 15805	    make                         : make
 15806	    python                       : /usr/bin/python3.11 (version: 3.11)
 15807	    sphinx-build                 : NO
 15808	    iasl                         : /usr/bin/iasl
 15809	    genisoimage                  : /usr/bin/mkisofs
 15810	    smbd                         : /usr/sbin/smbd
 15811	
 15812	  Configurable features
 15813	    Documentation                : NO
 15814	    system-mode emulation        : YES
 15815	    user-mode emulation          : NO
 15816	    block layer                  : YES
 15817	    Install blobs                : YES
 15818	    module support               : NO
 15819	    fuzzing support              : NO
 15820	    Audio drivers                : pa oss
 15821	    Trace backends               : log
 15822	    D-Bus display                : YES
 15823	    QOM debugging                : NO
 15824	    vhost-kernel support         : YES
 15825	    vhost-net support            : YES
 15826	    vhost-user support           : YES
 15827	    vhost-user-crypto support    : YES
 15828	    vhost-user-blk server support: YES
 15829	    vhost-vdpa support           : YES
 15830	    build guest agent            : NO
 15831	
 15832	  Compilation
 15833	    host CPU                     : x86_64
 15834	    host endianness              : little
 15835	    C compiler                   : x86_64-pc-linux-gnu-gcc -m64 -mcx16
 15836	    Host C compiler              : x86_64-pc-linux-gnu-gcc -m64 -mcx16
 15837	    C++ compiler                 : x86_64-pc-linux-gnu-g++ -m64 -mcx16
 15838	    CFLAGS                       : -fno-strict-overflow -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdirs-all.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-qemu-xen-dir.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DXC_WANT_COMPAT_EVTCHN_API=1 -DXC_WANT_COMPAT_GNTTAB_API=1 -DXC_WANT_COMPAT_MAP_FOREIGN_API=1 -DXC_WANT_COMPAT_DEVICEMODEL_API=1 -g -O2
 15839	    CXXFLAGS                     : -O2 -pipe -fno-strict-overflow -DXC_WANT_COMPAT_EVTCHN_API=1 -DXC_WANT_COMPAT_GNTTAB_API=1 -DXC_WANT_COMPAT_MAP_FOREIGN_API=1 -DXC_WANT_COMPAT_DEVICEMODEL_API=1 -g -O2
 15840	    LDFLAGS                      : -O2 -pipe -fno-strict-overflow -DXC_WANT_COMPAT_EVTCHN_API=1 -DXC_WANT_COMPAT_GNTTAB_API=1 -DXC_WANT_COMPAT_MAP_FOREIGN_API=1 -DXC_WANT_COMPAT_DEVICEMODEL_API=1 -Wl,-rpath,/usr/libexec/xen/lib
 15841	    QEMU_CFLAGS                  : -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fno-common -fwrapv -Wundef -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wold-style-declaration -Wold-style-definition -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wnested-externs -Wendif-labels -Wexpansion-to-defined -Wimplicit-fallthrough=2 -Wmissing-format-attribute -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-psabi -fstack-protector-strong
 15842	    QEMU_CXXFLAGS                : -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fno-common -fwrapv -Wundef -Wwrite-strings -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wendif-labels -Wexpansion-to-defined -Wimplicit-fallthrough=2 -Wmissing-format-attribute -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-psabi -fstack-protector-strong
 15843	    QEMU_LDFLAGS                 : -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,--warn-common
 15844	    profiler                     : NO
 15845	    link-time optimization (LTO) : NO
 15846	    PIE                          : YES
 15847	    static build                 : NO
 15848	    malloc trim support          : YES
 15849	    membarrier                   : NO
 15850	    debug graph lock             : NO
 15851	    debug stack usage            : NO
 15852	    mutex debugging              : NO
 15853	    memory allocator             : system
 15854	    avx2 optimization            : YES
 15855	    avx512bw optimization        : YES
 15856	    avx512f optimization         : NO
 15857	    gprof                        : NO
 15858	    gcov                         : NO
 15859	    thread sanitizer             : NO
 15860	    CFI support                  : NO
 15861	    strip binaries               : NO
 15862	    sparse                       : NO
 15863	    mingw32 support              : NO
 15864	
 15865	  Cross compilers
 15866	    i386                         : x86_64-pc-linux-gnu-gcc
 15867	
 15868	  Targets and accelerators
 15869	    KVM support                  : NO
 15870	    HAX support                  : NO
 15871	    HVF support                  : NO
 15872	    WHPX support                 : NO
 15873	    NVMM support                 : NO
 15874	    Xen support                  : YES
 15875	    xen ctrl version             : 4.18.0
 15876	    Xen emulation                : NO
 15877	    TCG support                  : YES
 15878	    TCG backend                  : native (x86_64)
 15879	    TCG plugins                  : YES
 15880	    TCG debug enabled            : NO
 15881	    target list                  : i386-softmmu
 15882	    default devices              : YES
 15883	    out of process emulation     : YES
 15884	    vfio-user server             : NO
 15885	
 15886	  Block layer support
 15887	    coroutine backend            : ucontext
 15888	    coroutine pool               : YES
 15889	    Block whitelist (rw)         : 
 15890	    Block whitelist (ro)         : 
 15891	    Use block whitelist in tools : NO
 15892	    VirtFS support               : YES
 15893	    Live block migration         : YES
 15894	    replication support          : YES
 15895	    bochs support                : YES
 15896	    cloop support                : YES
 15897	    dmg support                  : YES
 15898	    qcow v1 support              : YES
 15899	    vdi support                  : YES
 15900	    vvfat support                : YES
 15901	    qed support                  : YES
 15902	    parallels support            : YES
 15903	    FUSE exports                 : NO
 15904	    VDUSE block exports          : YES
 15905	
 15906	  Crypto
 15907	    TLS priority                 : NORMAL
 15908	    GNUTLS support               : YES 3.8.0
 15909	      GNUTLS crypto              : YES
 15910	    libgcrypt                    : NO
 15911	    nettle                       : NO
 15912	    AF_ALG support               : NO
 15913	    rng-none                     : NO
 15914	    Linux keyring                : YES
 15915	
 15916	  Dependencies
 15917	    SDL support                  : YES
 15918	    SDL image support            : NO
 15919	    GTK support                  : YES
 15920	    pixman                       : YES 0.42.2
 15921	    VTE support                  : YES 0.72.2
 15922	    slirp support                : YES 4.7.0
 15923	    libtasn1                     : YES 4.19.0
 15924	    PAM                          : YES
 15925	    iconv support                : YES
 15926	    curses support               : YES
 15927	    virgl support                : NO
 15928	    blkio support                : NO
 15929	    curl support                 : YES 8.4.0
 15930	    Multipath support            : NO
 15931	    PNG support                  : YES 1.6.40
 15932	    VNC support                  : YES
 15933	    VNC SASL support             : NO
 15934	    VNC JPEG support             : NO
 15935	    OSS support                  : YES
 15936	    sndio support                : NO
 15937	    ALSA support                 : YES 1.2.10
 15938	    PulseAudio support           : YES 16.1
 15939	    JACK support                 : NO
 15940	    brlapi support               : NO
 15941	    vde support                  : NO
 15942	    netmap support               : NO
 15943	    l2tpv3 support               : YES
 15944	    Linux AIO support            : YES
 15945	    Linux io_uring support       : NO
 15946	    ATTR/XATTR support           : YES
 15947	    RDMA support                 : NO
 15948	    PVRDMA support               : NO
 15949	    fdt support                  : system
 15950	    libcap-ng support            : YES
 15951	    bpf support                  : NO
 15952	    spice protocol support       : YES 0.14.4
 15953	      spice server support       : YES 0.15.2
 15954	    rbd support                  : NO
 15955	    smartcard support            : NO
 15956	    U2F support                  : NO
 15957	    libusb                       : YES 1.0.26
 15958	    usb net redir                : YES 0.13.0
 15959	    OpenGL support (epoxy)       : YES 1.5.10
 15960	    GBM                          : YES 23.1.9
 15961	    libiscsi support             : NO
 15962	    libnfs support               : NO
 15963	    seccomp support              : YES 2.5.4
 15964	    GlusterFS support            : NO
 15965	    TPM support                  : YES
 15966	    libssh support               : NO
 15967	    lzo support                  : YES
 15968	    snappy support               : YES
 15969	    bzip2 support                : YES
 15970	    lzfse support                : NO
 15971	    zstd support                 : YES 1.5.5
 15972	    NUMA host support            : YES
 15973	    capstone                     : NO
 15974	    libpmem support              : NO
 15975	    libdaxctl support            : NO
 15976	    libudev                      : YES 254
 15977	    FUSE lseek                   : NO
 15978	    selinux                      : NO
 15979	    libdw                        : YES 0.190
 15980	
 15981	  Subprojects
 15982	    libvduse                     : YES
 15983	    libvhost-user                : YES
 15984	
 15985	  User defined options
 15986	    Native files                 : config-meson.cross
 15987	    bindir                       : /usr/libexec/xen/bin
 15988	    datadir                      : /usr/share/qemu-xen
 15989	    includedir                   : /usr/libexec/xen/include
 15990	    libdir                       : /usr/libexec/xen/lib
 15991	    libexecdir                   : /usr/libexec/xen/libexec
 15992	    localstatedir                : /var
 15993	    mandir                       : /usr/libexec/xen/share/man
 15994	    prefix                       : /usr
 15995	    capstone                     : disabled
 15996	    docdir                       : /usr/libexec/xen/share/doc
 15997	    docs                         : disabled
 15998	    glusterfs                    : disabled
 15999	    guest_agent                  : disabled
 16000	    kvm                          : disabled
 16001	    qemu_firmwarepath            : ["""/usr/libexec/xen/share/qemu-firmware""",]
 16002	    sdl                          : enabled
 16003	    trace_backends               : log
 16004	    vfio_user_server             : disabled
 16005	    vnc_jpeg                     : disabled
 16006	    xen                          : enabled
 16007	
 16008	Found ninja-1.11.1 at /usr/bin/ninja
 16009	Running postconf script '/usr/bin/python3.11 /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/scripts/symlink-install-tree.py'
 16010	/usr/bin/ninja  build.ninja && touch build.ninja.stamp
 16011	ninja: no work to do.
 16012	/usr/bin/python3.11 -B /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/meson/meson.py introspect --targets --tests --benchmarks | /usr/bin/python3.11 -B scripts/mtest2make.py > Makefile.mtest
 16013	pc-bios/optionrom: -fcf-protection=none detected
 16014	pc-bios/optionrom: -fno-pie detected
 16015	pc-bios/optionrom: -no-pie detected
 16016	pc-bios/optionrom: -fno-stack-protector detected
 16017	pc-bios/optionrom: -Wno-array-bounds detected
 16018	pc-bios/optionrom: Assembling pvh.o
 16019	pc-bios/optionrom: Assembling linuxboot.o
 16020	pc-bios/optionrom: Assembling multiboot.o
 16021	pc-bios/optionrom: Assembling multiboot_dma.o
 16022	pc-bios/optionrom: Assembling kvmvapic.o
 16023	pc-bios/optionrom: Linking linuxboot.img
 16024	pc-bios/optionrom: Linking multiboot.img
 16025	pc-bios/optionrom: Linking multiboot_dma.img
 16026	pc-bios/optionrom: Linking kvmvapic.img
 16027	pc-bios/optionrom: Extracting raw object linuxboot.raw
 16028	pc-bios/optionrom: Extracting raw object multiboot.raw
 16029	pc-bios/optionrom: Compiling linuxboot_dma.o
 16030	pc-bios/optionrom: Extracting raw object multiboot_dma.raw
 16031	pc-bios/optionrom: Extracting raw object kvmvapic.raw
 16032	pc-bios/optionrom: Compiling pvh_main.o
 16033	pc-bios/optionrom: Linking linuxboot_dma.img
 16034	pc-bios/optionrom: Extracting raw object linuxboot_dma.raw
 16035	pc-bios/optionrom: Computing checksum into linuxboot.bin
 16036	pc-bios/optionrom: Computing checksum into multiboot.bin
 16037	pc-bios/optionrom: Linking pvh.img
 16038	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: pvh.o: missing .note.GNU-stack section implies executable stack
 16039	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
 16040	/usr/libexec/gcc/x86_64-pc-linux-gnu/ld: warning: pvh.img has a LOAD segment with RWX permissions
 16041	pc-bios/optionrom: Computing checksum into multiboot_dma.bin
 16042	pc-bios/optionrom: Computing checksum into kvmvapic.bin
 16043	pc-bios/optionrom: Extracting raw object pvh.raw
 16044	pc-bios/optionrom: Computing checksum into linuxboot_dma.bin
 16045	pc-bios/optionrom: Computing checksum into pvh.bin
 16046	[1/2756] Generating trace/trace-qom.h with a custom command
 16047	[2/2756] Generating trace/trace-monitor.c with a custom command
 16048	[3/2756] Generating trace/trace-root.c with a custom command
 16049	[4/2756] Generating trace/trace-crypto.h with a custom command
 16050	[5/2756] Generating trace/trace-crypto.c with a custom command
 16051	[6/2756] Generating trace/trace-qapi.c with a custom command
 16052	[7/2756] Generating trace/trace-qom.c with a custom command
 16053	[8/2756] Generating trace/trace-monitor.h with a custom command
 16054	[9/2756] Generating trace/trace-authz.h with a custom command
 16055	[10/2756] Generating trace/trace-authz.c with a custom command
 16056	[11/2756] Generating trace/trace-root.h with a custom command
 16057	[12/2756] Generating trace/trace-qapi.h with a custom command
 16058	[13/2756] Generating trace/trace-util.c with a custom command
 16059	[14/2756] Generating trace/trace-gdbstub.h with a custom command
 16060	[15/2756] Generating trace/trace-io.c with a custom command
 16061	[16/2756] Compiling C object subprojects/libvhost-user/link-test.p/link-test.c.o
 16062	[17/2756] Generating trace/trace-util.h with a custom command
 16063	[18/2756] Generating trace/trace-block.c with a custom command
 16064	[19/2756] Generating trace/trace-io.h with a custom command
 16065	[20/2756] Generating trace/trace-gdbstub.c with a custom command
 16066	[21/2756] Generating trace/trace-scsi.h with a custom command
 16067	[22/2756] Generating trace/trace-nbd.h with a custom command
 16068	[23/2756] Generating trace/trace-nbd.c with a custom command
 16069	[24/2756] Generating trace/trace-scsi.c with a custom command
 16070	[25/2756] Generating trace/trace-block.h with a custom command
 16071	[26/2756] Generating trace/trace-accel_kvm.c with a custom command
 16072	[27/2756] Generating trace/trace-audio.h with a custom command
 16073	[28/2756] Generating trace/trace-audio.c with a custom command
 16074	[29/2756] Generating trace/trace-backends.h with a custom command
 16075	[30/2756] Generating trace/trace-backends.c with a custom command
 16076	[31/2756] Generating trace/trace-backends_tpm.c with a custom command
 16077	[32/2756] Generating trace/trace-chardev.h with a custom command
 16078	[33/2756] Generating trace/trace-chardev.c with a custom command
 16079	[34/2756] Generating trace/trace-ebpf.h with a custom command
 16080	[35/2756] Generating trace/trace-ebpf.c with a custom command
 16081	[36/2756] Generating trace/trace-accel_kvm.h with a custom command
 16082	[37/2756] Generating trace/trace-backends_tpm.h with a custom command
 16083	[38/2756] Generating trace/trace-hw_9pfs.c with a custom command
 16084	[39/2756] Generating trace/trace-hw_adc.h with a custom command
 16085	[40/2756] Generating trace/trace-hw_adc.c with a custom command
 16086	[41/2756] Generating trace/trace-hw_9pfs.h with a custom command
 16087	[42/2756] Generating trace/trace-hw_acpi.h with a custom command
 16088	[43/2756] Generating trace/trace-hw_acpi.c with a custom command
 16089	[44/2756] Generating trace/trace-hw_alpha.h with a custom command
 16090	[45/2756] Generating trace/trace-hw_alpha.c with a custom command
 16091	[46/2756] Compiling C object subprojects/libvhost-user/libvhost-user-glib.a.p/libvhost-user-glib.c.o
 16092	[47/2756] Generating trace/trace-hw_arm.h with a custom command
 16093	[48/2756] Generating trace/trace-hw_audio.c with a custom command
 16094	[49/2756] Generating trace/trace-hw_block_dataplane.c with a custom command
 16095	[50/2756] Generating trace/trace-hw_audio.h with a custom command
 16096	[51/2756] Generating trace/trace-hw_block_dataplane.h with a custom command
 16097	[52/2756] Generating trace/trace-hw_arm.c with a custom command
 16098	[53/2756] Generating trace/trace-hw_block.c with a custom command
 16099	[54/2756] Generating trace/trace-hw_dma.c with a custom command
 16100	[55/2756] Generating trace/trace-hw_char.c with a custom command
 16101	[56/2756] Generating trace/trace-hw_dma.h with a custom command
 16102	[57/2756] Generating trace/trace-hw_display.c with a custom command
 16103	[58/2756] Generating trace/trace-hw_block.h with a custom command
 16104	[59/2756] Generating trace/trace-hw_hyperv.c with a custom command
 16105	[60/2756] Generating trace/trace-hw_char.h with a custom command
 16106	[61/2756] Generating trace/trace-hw_hyperv.h with a custom command
 16107	[62/2756] Generating trace/trace-hw_i2c.h with a custom command
 16108	[63/2756] Generating trace/trace-hw_i2c.c with a custom command
 16109	[64/2756] Generating trace/trace-hw_display.h with a custom command
 16110	[65/2756] Linking static target subprojects/libvhost-user/libvhost-user-glib.a
 16111	[66/2756] Generating trace/trace-hw_i386.c with a custom command
 16112	[67/2756] Generating trace/trace-hw_i386_xen.h with a custom command
 16113	[68/2756] Generating trace/trace-hw_i386_xen.c with a custom command
 16114	[69/2756] Generating trace/trace-hw_i386_kvm.h with a custom command
 16115	[70/2756] Generating trace/trace-hw_ide.c with a custom command
 16116	[71/2756] Generating trace/trace-hw_input.c with a custom command
 16117	[72/2756] Generating trace/trace-hw_mem.c with a custom command
 16118	[73/2756] Generating trace/trace-hw_input.h with a custom command
 16119	[74/2756] Generating trace/trace-hw_isa.c with a custom command
 16120	[75/2756] Generating trace/trace-hw_mem.h with a custom command
 16121	[76/2756] Generating trace/trace-hw_isa.h with a custom command
 16122	[77/2756] Generating trace/trace-hw_mips.h with a custom command
 16123	[78/2756] Generating trace/trace-hw_i386.h with a custom command
 16124	[79/2756] Generating trace/trace-hw_i386_kvm.c with a custom command
 16125	[80/2756] Generating trace/trace-hw_ide.h with a custom command
 16126	[81/2756] Generating trace/trace-hw_intc.c with a custom command
 16127	[82/2756] Generating trace/trace-hw_mips.c with a custom command
 16128	[83/2756] Generating trace/trace-hw_misc_macio.h with a custom command
 16129	[84/2756] Generating trace/trace-hw_misc_macio.c with a custom command
 16130	[85/2756] Generating trace/trace-hw_misc.c with a custom command
 16131	[86/2756] Generating trace/trace-hw_net_can.h with a custom command
 16132	[87/2756] Generating trace/trace-hw_net_can.c with a custom command
 16133	[88/2756] Generating trace/trace-hw_nubus.h with a custom command
 16134	[89/2756] Generating trace/trace-hw_nubus.c with a custom command
 16135	[90/2756] Generating trace/trace-hw_nvram.h with a custom command
 16136	[91/2756] Generating trace/trace-hw_nvram.c with a custom command
 16137	[92/2756] Generating trace/trace-hw_pci.h with a custom command
 16138	[93/2756] Generating trace/trace-hw_pci.c with a custom command
 16139	[94/2756] Generating trace/trace-hw_intc.h with a custom command
 16140	[95/2756] Generating trace/trace-hw_misc.h with a custom command
 16141	[96/2756] Generating trace/trace-hw_net.c with a custom command
 16142	[97/2756] Generating trace/trace-hw_nvme.c with a custom command
 16143	[98/2756] Generating trace/trace-hw_pci_host.h with a custom command
 16144	[99/2756] Generating trace/trace-hw_pci_host.c with a custom command
 16145	[100/2756] Generating trace/trace-hw_rdma.h with a custom command
 16146	[101/2756] Generating trace/trace-hw_rdma.c with a custom command
 16147	[102/2756] Generating trace/trace-hw_rdma_vmw.h with a custom command
 16148	[103/2756] Generating trace/trace-hw_ppc.c with a custom command
 16149	[104/2756] Generating trace/trace-hw_rdma_vmw.c with a custom command
 16150	[105/2756] Generating trace/trace-hw_nvme.h with a custom command
 16151	[106/2756] Generating trace/trace-hw_rtc.h with a custom command
 16152	[107/2756] Generating trace/trace-hw_rtc.c with a custom command
 16153	[108/2756] Generating trace/trace-hw_s390x.c with a custom command
 16154	[109/2756] Generating trace/trace-hw_sd.c with a custom command
 16155	[110/2756] Generating trace/trace-hw_ppc.h with a custom command
 16156	[111/2756] Generating trace/trace-hw_s390x.h with a custom command
 16157	[112/2756] Generating trace/trace-hw_sd.h with a custom command
 16158	[113/2756] Generating trace/trace-hw_sh4.c with a custom command
 16159	[114/2756] Generating trace/trace-hw_sh4.h with a custom command
 16160	[115/2756] Generating trace/trace-hw_sparc.c with a custom command
 16161	[116/2756] Generating trace/trace-hw_scsi.c with a custom command
 16162	[117/2756] Generating trace/trace-hw_sparc.h with a custom command
 16163	[118/2756] Generating trace/trace-hw_sparc64.h with a custom command
 16164	[119/2756] Generating trace/trace-hw_sparc64.c with a custom command
 16165	[120/2756] Generating trace/trace-hw_ssi.h with a custom command
 16166	[121/2756] Generating trace/trace-hw_ssi.c with a custom command
 16167	[122/2756] Generating trace/trace-hw_timer.c with a custom command
 16168	[123/2756] Generating trace/trace-hw_tpm.h with a custom command
 16169	[124/2756] Generating trace/trace-hw_net.h with a custom command
 16170	[125/2756] Generating trace/trace-hw_timer.h with a custom command
 16171	[126/2756] Generating trace/trace-hw_tpm.c with a custom command
 16172	[127/2756] Generating trace/trace-hw_vfio.c with a custom command
 16173	[128/2756] Generating trace/trace-hw_virtio.c with a custom command
 16174	[129/2756] Generating trace/trace-hw_watchdog.h with a custom command
 16175	[130/2756] Generating trace/trace-hw_watchdog.c with a custom command
 16176	[131/2756] Generating trace/trace-hw_xen.c with a custom command
 16177	[132/2756] Generating trace/trace-hw_usb.c with a custom command
 16178	[133/2756] Generating trace/trace-hw_virtio.h with a custom command
 16179	[134/2756] Generating trace/trace-hw_xen.h with a custom command
 16180	[135/2756] Generating trace/trace-hw_gpio.h with a custom command
 16181	[136/2756] Generating trace/trace-hw_gpio.c with a custom command
 16182	[137/2756] Generating trace/trace-net.h with a custom command
 16183	[138/2756] Generating trace/trace-net.c with a custom command
 16184	[139/2756] Generating trace/trace-softmmu.c with a custom command
 16185	[140/2756] Generating trace/trace-softmmu.h with a custom command
 16186	[141/2756] Generating trace/trace-hw_remote.h with a custom command
 16187	[142/2756] Generating trace/trace-hw_vfio.h with a custom command
 16188	[143/2756] Generating trace/trace-hw_remote.c with a custom command
 16189	[144/2756] Generating trace/trace-hw_scsi.h with a custom command
 16190	[145/2756] Generating trace/trace-migration.c with a custom command
 16191	[146/2756] Generating trace/trace-ui.c with a custom command
 16192	[147/2756] Generating trace/trace-accel_tcg.h with a custom command
 16193	[148/2756] Generating trace/trace-accel_tcg.c with a custom command
 16194	[149/2756] Generating trace/trace-hw_core.c with a custom command
 16195	[150/2756] Generating trace/trace-ui.h with a custom command
 16196	[151/2756] Generating trace/trace-target_arm.h with a custom command
 16197	[152/2756] Generating trace/trace-target_arm.c with a custom command
 16198	[153/2756] Compiling C object subprojects/libvduse/libvduse.a.p/libvduse.c.o
 16199	[154/2756] Generating trace/trace-hw_core.h with a custom command
 16200	[155/2756] Generating trace/trace-hw_usb.h with a custom command
 16201	[156/2756] Generating trace/trace-target_arm_hvf.h with a custom command
 16202	[157/2756] Generating trace/trace-target_arm_hvf.c with a custom command
 16203	[158/2756] Generating trace/trace-target_hppa.h with a custom command
 16204	[159/2756] Generating trace/trace-target_hppa.c with a custom command
 16205	[160/2756] Generating trace/trace-target_i386.h with a custom command
 16206	[161/2756] Generating trace/trace-target_i386.c with a custom command
 16207	[162/2756] Generating trace/trace-target_i386_kvm.h with a custom command
 16208	[163/2756] Generating trace/trace-target_mips_tcg.h with a custom command
 16209	[164/2756] Generating trace/trace-target_mips_tcg.c with a custom command
 16210	[165/2756] Generating trace/trace-target_i386_kvm.c with a custom command
 16211	[166/2756] Generating trace/trace-target_nios2.h with a custom command
 16212	[167/2756] Generating trace/trace-target_nios2.c with a custom command
 16213	[168/2756] Generating trace/trace-target_riscv.c with a custom command
 16214	[169/2756] Generating trace/trace-target_s390x.h with a custom command
 16215	[170/2756] Generating trace/trace-target_ppc.c with a custom command
 16216	[171/2756] Generating trace/trace-target_s390x.c with a custom command
 16217	[172/2756] Generating trace/trace-target_riscv.h with a custom command
 16218	[173/2756] Generating trace/trace-migration.h with a custom command
 16219	[174/2756] Generating trace/trace-target_ppc.h with a custom command
 16220	[175/2756] Generating trace/trace-target_s390x_kvm.h with a custom command
 16221	[176/2756] Generating trace/trace-target_s390x_kvm.c with a custom command
 16222	[177/2756] Generating trace/trace-target_sparc.h with a custom command
 16223	[178/2756] Generating trace/trace-target_sparc.c with a custom command
 16224	[179/2756] Linking static target subprojects/libvduse/libvduse.a
 16225	[180/2756] Generating block/module_block.h with a custom command
 16226	[181/2756] Generating block/block-gen.c with a custom command
 16227	[182/2756] Generating ui/dbus-display gdbus-codegen with a custom command
 16228	[183/2756] Compiling C object subprojects/libvhost-user/libvhost-user.a.p/libvhost-user.c.o
 16229	[184/2756] Linking static target subprojects/libvhost-user/libvhost-user.a
 16230	[185/2756] Linking target subprojects/libvhost-user/link-test
 16231	[186/2756] Generating qemu-img-cmds.h with a custom command (wrapped by meson to capture output)
 16232	[187/2756] Generating config-poison.h with a custom command (wrapped by meson to capture output)
 16233	[188/2756] Generating hmp-commands.h with a custom command (wrapped by meson to capture output)
 16234	[189/2756] Generating hmp-commands-info.h with a custom command (wrapped by meson to capture output)
 16235	[190/2756] Generating qemu-options.def with a custom command (wrapped by meson to capture output)
 16236	[191/2756] Generating qemu-version.h with a custom command (wrapped by meson to capture output)
 16237	[192/2756] Generating tests/Test QAPI files with a custom command
 16238	[193/2756] Generating tests/include/QAPI test (include) with a custom command
 16239	[194/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_uint128_inline.c.o
 16240	[195/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_uint128.c.o
 16241	[196/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_fail.c.o
 16242	[197/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_functions_common.c.o
 16243	[198/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_standardFunctionInfos.c.o
 16244	[199/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_functionInfos.c.o
 16245	[200/2756] Generating storage-daemon/qapi/QAPI files for qemu-storage-daemon with a custom command
 16246	[201/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_common.c.o
 16247	[202/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_ui32.c.o
 16248	[203/2756] Generating ui/shader/texture-blit-vert.h with a custom command (wrapped by meson to capture output)
 16249	[204/2756] Generating ui/input-keymap-qcode-to-sun.c.inc with a custom command (wrapped by meson to capture output)
 16250	[205/2756] Generating ui/input-keymap-qcode-to-atset1.c.inc with a custom command (wrapped by meson to capture output)
 16251	[206/2756] Generating ui/input-keymap-win32-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 16252	[207/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_random.c.o
 16253	[208/2756] Generating ui/input-keymap-qcode-to-atset3.c.inc with a custom command (wrapped by meson to capture output)
 16254	[209/2756] Generating ui/input-keymap-usb-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 16255	[210/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_i32.c.o
 16256	[211/2756] Generating ui/input-keymap-xorgxquartz-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 16257	[212/2756] Generating ui/input-keymap-linux-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 16258	[213/2756] Generating ui/input-keymap-qcode-to-atset2.c.inc with a custom command (wrapped by meson to capture output)
 16259	[214/2756] Generating ui/input-keymap-qcode-to-qnum.c.inc with a custom command (wrapped by meson to capture output)
 16260	[215/2756] Generating ui/input-keymap-qnum-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 16261	[216/2756] Generating ui/input-keymap-xorgxwin-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 16262	[217/2756] Generating ui/shader/texture-blit-flip-vert.h with a custom command (wrapped by meson to capture output)
 16263	[218/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_i64.c.o
 16264	[219/2756] Generating ui/input-keymap-qcode-to-linux.c.inc with a custom command (wrapped by meson to capture output)
 16265	[220/2756] Generating ui/input-keymap-xorgkbd-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 16266	[221/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_ui64.c.o
 16267	[222/2756] Generating ui/input-keymap-xorgevdev-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 16268	[223/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_writeTestsTotal.c.o
 16269	[224/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_verCases_inline.c.o
 16270	[225/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_f32.c.o
 16271	[226/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_ui64.c.o
 16272	[227/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_f16.c.o
 16273	[228/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_f64.c.o
 16274	[229/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_verCases_writeFunctionName.c.o
 16275	[230/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_ui32.c.o
 16276	[231/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_abc_f16.c.o
 16277	[232/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_extF80.c.o
 16278	[233/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_f16.c.o
 16279	[234/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_f32.c.o
 16280	[235/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_f32.c.o
 16281	[236/2756] Generating ui/input-keymap-atset1-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 16282	[237/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_verCases_common.c.o
 16283	[238/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_f16.c.o
 16284	[239/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_abc_f32.c.o
 16285	[240/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_readHex.c.o
 16286	[241/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_f64.c.o
 16287	[242/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_f64.c.o
 16288	[243/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_abc_f64.c.o
 16289	[244/2756] Generating ui/input-keymap-osx-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 16290	[245/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_f128.c.o
 16291	[246/2756] Generating ui/input-keymap-x11-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 16292	[247/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeHex.c.o
 16293	[248/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_extF80M.c.o
 16294	[249/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_extF80M.c.o
 16295	[250/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_f128M.c.o
 16296	[251/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_f128M.c.o
 16297	[252/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_abc_f128M.c.o
 16298	[253/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_ui64.c.o
 16299	[254/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_f16.c.o
 16300	[255/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_f32.c.o
 16301	[256/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_f64.c.o
 16302	[257/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_testLoops_common.c.o
 16303	[258/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_bool.c.o
 16304	[259/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_ui32.c.o
 16305	[260/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_f128M.c.o
 16306	[261/2756] Generating ui/shader/texture-blit-frag.h with a custom command (wrapped by meson to capture output)
 16307	[262/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_extF80M.c.o
 16308	[263/2756] Generating i386-softmmu-gdbstub-xml.c with a custom command (wrapped by meson to capture output)
 16309	[264/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_f16.c.o
 16310	[265/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_f32.c.o
 16311	[266/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_extF80.c.o
 16312	[267/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_f64.c.o
 16313	[268/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_f128.c.o
 16314	[269/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_f32.c.o
 16315	[270/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_f16.c.o
 16316	[271/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_f64.c.o
 16317	[272/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_extF80.c.o
 16318	[273/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_f128.c.o
 16319	[274/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_f64.c.o
 16320	[275/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_f128.c.o
 16321	[276/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_f16.c.o
 16322	[277/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_extF80.c.o
 16323	[278/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_f16.c.o
 16324	[279/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_f64.c.o
 16325	[280/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_extF80.c.o
 16326	[281/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_ui32_rx.c.o
 16327	[282/2756] Generating qapi/shared QAPI source files with a custom command
 16328	[283/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_f32.c.o
 16329	[284/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_ui64_rx.c.o
 16330	[285/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_f32.c.o
 16331	[286/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_f128.c.o
 16332	[287/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_i32_rx.c.o
 16333	[288/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_i64_rx.c.o
 16334	[289/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_ui32_x.c.o
 16335	[290/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_ui64_x.c.o
 16336	[291/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_i32_x.c.o
 16337	[292/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_i64_x.c.o
 16338	[293/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_f32.c.o
 16339	[294/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_f64.c.o
 16340	[295/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_extF80.c.o
 16341	[296/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_f128.c.o
 16342	[297/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f16.c.o
 16343	[298/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f16_rx.c.o
 16344	[299/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abz_f16.c.o
 16345	[300/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abcz_f16.c.o
 16346	[301/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_ab_f16_z_bool.c.o
 16347	[302/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_ui32_rx.c.o
 16348	[303/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_ui64_rx.c.o
 16349	[304/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_i32_rx.c.o
 16350	[305/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_i64_rx.c.o
 16351	[306/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_ui32_x.c.o
 16352	[307/2756] Generating trace/trace-qapi_commands_authz_trace_events.c with a custom command
 16353	[308/2756] Generating trace/trace-qapi_commands_authz_trace_events.h with a custom command
 16354	[309/2756] Generating pc-bios/edk2-arm-vars.fd with a custom command (wrapped by meson to capture output)
 16355	[310/2756] Generating trace/trace-qapi_commands_compat_trace_events.h with a custom command
 16356	[311/2756] Generating trace/trace-qapi_commands_block_trace_events.c with a custom command
 16357	[312/2756] Generating trace/trace-qapi_commands_block_export_trace_events.c with a custom command
 16358	[313/2756] Generating trace/trace-qapi_commands_compat_trace_events.c with a custom command
 16359	[314/2756] Generating trace/trace-qapi_commands_crypto_trace_events.h with a custom command
 16360	[315/2756] Generating trace/trace-qapi_commands_crypto_trace_events.c with a custom command
 16361	[316/2756] Generating trace/trace-qapi_commands_cxl_trace_events.h with a custom command
 16362	[317/2756] Generating trace/trace-qapi_commands_block_export_trace_events.h with a custom command
 16363	[318/2756] Generating trace/trace-qapi_commands_char_trace_events.h with a custom command
 16364	[319/2756] Generating trace/trace-qapi_commands_control_trace_events.c with a custom command
 16365	[320/2756] Generating trace/trace-qapi_commands_block_trace_events.h with a custom command
 16366	[321/2756] Generating trace/trace-qapi_commands_common_trace_events.c with a custom command
 16367	[322/2756] Generating trace/trace-qapi_commands_error_trace_events.h with a custom command
 16368	[323/2756] Generating trace/trace-qapi_commands_common_trace_events.h with a custom command
 16369	[324/2756] Generating trace/trace-qapi_commands_block_core_trace_events.c with a custom command
 16370	[325/2756] Generating trace/trace-qapi_commands_char_trace_events.c with a custom command
 16371	[326/2756] Generating trace/trace-qapi_commands_dump_trace_events.c with a custom command
 16372	[327/2756] Generating trace/trace-qapi_commands_cxl_trace_events.c with a custom command
 16373	[328/2756] Generating trace/trace-qapi_commands_dump_trace_events.h with a custom command
 16374	[329/2756] Generating trace/trace-qapi_commands_error_trace_events.c with a custom command
 16375	[330/2756] Generating trace/trace-qapi_commands_control_trace_events.h with a custom command
 16376	[331/2756] Generating trace/trace-qapi_commands_block_core_trace_events.h with a custom command
 16377	[332/2756] Generating trace/trace-qapi_commands_introspect_trace_events.h with a custom command
 16378	[333/2756] Generating trace/trace-qapi_commands_introspect_trace_events.c with a custom command
 16379	[334/2756] Generating trace/trace-qapi_commands_job_trace_events.c with a custom command
 16380	[335/2756] Generating trace/trace-qapi_commands_job_trace_events.h with a custom command
 16381	[336/2756] Generating trace/trace-qapi_commands_machine_trace_events.c with a custom command
 16382	[337/2756] Generating trace/trace-qapi_commands_migration_trace_events.c with a custom command
 16383	[338/2756] Generating trace/trace-qapi_commands_misc_trace_events.c with a custom command
 16384	[339/2756] Generating trace/trace-qapi_commands_net_trace_events.c with a custom command
 16385	[340/2756] Generating trace/trace-qapi_commands_machine_trace_events.h with a custom command
 16386	[341/2756] Generating trace/trace-qapi_commands_migration_trace_events.h with a custom command
 16387	[342/2756] Generating trace/trace-qapi_commands_misc_trace_events.h with a custom command
 16388	[343/2756] Generating trace/trace-qapi_commands_net_trace_events.h with a custom command
 16389	[344/2756] Generating trace/trace-qapi_commands_qom_trace_events.h with a custom command
 16390	[345/2756] Generating trace/trace-qapi_commands_qom_trace_events.c with a custom command
 16391	[346/2756] Generating trace/trace-qapi_commands_run_state_trace_events.h with a custom command
 16392	[347/2756] Generating trace/trace-qapi_commands_run_state_trace_events.c with a custom command
 16393	[348/2756] Generating trace/trace-qapi_commands_sockets_trace_events.h with a custom command
 16394	[349/2756] Generating trace/trace-qapi_commands_sockets_trace_events.c with a custom command
 16395	[350/2756] Generating trace/trace-qapi_commands_pragma_trace_events.c with a custom command
 16396	[351/2756] Generating trace/trace-qapi_commands_replay_trace_events.h with a custom command
 16397	[352/2756] Generating trace/trace-qapi_commands_stats_trace_events.h with a custom command
 16398	[353/2756] Generating trace/trace-qapi_commands_stats_trace_events.c with a custom command
 16399	[354/2756] Generating trace/trace-qapi_commands_trace_trace_events.h with a custom command
 16400	[355/2756] Generating trace/trace-qapi_commands_pragma_trace_events.h with a custom command
 16401	[356/2756] Generating trace/trace-qapi_commands_replay_trace_events.c with a custom command
 16402	[357/2756] Generating trace/trace-qapi_commands_transaction_trace_events.h with a custom command
 16403	[358/2756] Generating trace/trace-qapi_commands_trace_trace_events.c with a custom command
 16404	[359/2756] Generating trace/trace-qapi_commands_transaction_trace_events.c with a custom command
 16405	[360/2756] Generating trace/trace-qapi_commands_virtio_trace_events.c with a custom command
 16406	[361/2756] Generating trace/trace-qapi_commands_yank_trace_events.h with a custom command
 16407	[362/2756] Generating trace/trace-qapi_commands_yank_trace_events.c with a custom command
 16408	[363/2756] Generating trace/trace-qapi_commands_virtio_trace_events.h with a custom command
 16409	[364/2756] Generating trace/trace-qapi_commands_acpi_trace_events.h with a custom command
 16410	[365/2756] Generating pc-bios/edk2-i386-vars.fd with a custom command (wrapped by meson to capture output)
 16411	[366/2756] Generating trace/trace-qapi_commands_acpi_trace_events.c with a custom command
 16412	[367/2756] Generating trace/trace-qapi_commands_audio_trace_events.h with a custom command
 16413	[368/2756] Generating trace/trace-qapi_commands_audio_trace_events.c with a custom command
 16414	[369/2756] Generating trace/trace-qapi_commands_cryptodev_trace_events.h with a custom command
 16415	[370/2756] Generating trace/trace-qapi_commands_cryptodev_trace_events.c with a custom command
 16416	[371/2756] Generating trace/trace-qapi_commands_rdma_trace_events.h with a custom command
 16417	[372/2756] Generating pc-bios/edk2-i386-secure-code.fd with a custom command (wrapped by meson to capture output)
 16418	[373/2756] Generating trace/trace-qapi_commands_qdev_trace_events.h with a custom command
 16419	[374/2756] Generating trace/trace-qapi_commands_qdev_trace_events.c with a custom command
 16420	[375/2756] Generating trace/trace-qapi_commands_pci_trace_events.h with a custom command
 16421	[376/2756] Generating trace/trace-qapi_commands_pci_trace_events.c with a custom command
 16422	[377/2756] Generating trace/trace-qapi_commands_rocker_trace_events.h with a custom command
 16423	[378/2756] Generating trace/trace-qapi_commands_rocker_trace_events.c with a custom command
 16424	[379/2756] Generating trace/trace-qapi_commands_tpm_trace_events.c with a custom command
 16425	[380/2756] Generating pc-bios/edk2-arm-code.fd with a custom command (wrapped by meson to capture output)
 16426	[381/2756] Generating trace/trace-qapi_commands_tpm_trace_events.h with a custom command
 16427	[382/2756] Generating trace/trace-qapi_commands_rdma_trace_events.c with a custom command
 16428	[383/2756] Generating trace/trace-qapi_commands_ui_trace_events.c with a custom command
 16429	[384/2756] Generating trace/trace-qapi_commands_machine_target_trace_events.h with a custom command
 16430	[385/2756] Generating trace/trace-qapi_commands_ui_trace_events.h with a custom command
 16431	[386/2756] Generating trace/trace-qapi_commands_machine_target_trace_events.c with a custom command
 16432	[387/2756] Generating pc-bios/edk2-x86_64-code.fd with a custom command (wrapped by meson to capture output)
 16433	[388/2756] Generating trace/trace-qapi_commands_misc_target_trace_events.c with a custom command
 16434	[389/2756] Generating trace/trace-qapi_commands_misc_target_trace_events.h with a custom command
 16435	[390/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_i32_x.c.o
 16436	[391/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_ui64_x.c.o
 16437	[392/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_f64.c.o
 16438	[393/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f32.c.o
 16439	[394/2756] Generating pc-bios/edk2-x86_64-secure-code.fd with a custom command (wrapped by meson to capture output)
 16440	[395/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_i64_x.c.o
 16441	[396/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_f16.c.o
 16442	[397/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abcz_f32.c.o
 16443	[398/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_ab_f32_z_bool.c.o
 16444	[399/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_f128.c.o
 16445	[400/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_i32_rx.c.o
 16446	[401/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f32_rx.c.o
 16447	[402/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_ui32_rx.c.o
 16448	[403/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_i64_rx.c.o
 16449	[404/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_ui32_x.c.o
 16450	[405/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_ui64_x.c.o
 16451	[406/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_extF80.c.o
 16452	[407/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abz_f32.c.o
 16453	[408/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_ui64_rx.c.o
 16454	[409/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_i32_x.c.o
 16455	[410/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_i64_x.c.o
 16456	[411/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_f16.c.o
 16457	[412/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_extF80.c.o
 16458	[413/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f64_rx.c.o
 16459	[414/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abz_f64.c.o
 16460	[415/2756] Generating pc-bios/edk2-i386-code.fd with a custom command (wrapped by meson to capture output)
 16461	[416/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_f32.c.o
 16462	[417/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f64.c.o
 16463	[418/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_f128.c.o
 16464	[419/2756] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abcz_f64.c.o
 16465	[420/2756] Generating pc-bios/edk2-aarch64-code.fd with a custom command (wrapped by meson to capture output)
 16466	[421/2756] Compiling C object libqom.fa.p/qom_container.c.o
 16467	[422/2756] Compiling C object libqom.fa.p/qom_qom-qobject.c.o
 16468	[423/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-authz.c.o
 16469	[424/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-builtin-types.c.o
 16470	[425/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-authz.c.o
 16471	[426/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-common.c.o
 16472	[427/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-char.c.o
 16473	[428/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-block.c.o
 16474	[429/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-authz.c.o
 16475	[430/2756] Compiling C object libqom.fa.p/hw_nvram_fw_cfg-interface.c.o
 16476	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 16477	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 16478	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 16479	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 16480	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/nvram/fw_cfg.h:6,
 16481	                 from ../qemu-xen/hw/nvram/fw_cfg-interface.c:10:
 16482	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 16483	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16484	   32 |   typeof(                                                                          \
 16485	      |   ^~~~~~
 16486	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16487	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16488	      |     ^~~~~~~~~~~~~~~~~
 16489	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 16490	 1100 |     return qatomic_rcu_read(&as->current_map);
 16491	      |            ^~~~~~~~~~~~~~~~
 16492	[431/2756] Compiling C object libevent-loop-base.a.p/event-loop-base.c.o
 16493	[432/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-authz.c.o
 16494	[433/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-block.c.o
 16495	[434/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-block-export.c.o
 16496	[435/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-block-export.c.o
 16497	[436/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-builtin-visit.c.o
 16498	[437/2756] Linking static target libevent-loop-base.a
 16499	[438/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-char.c.o
 16500	[439/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-common.c.o
 16501	[440/2756] Compiling C object libqom.fa.p/qom_object_interfaces.c.o
 16502	../qemu-xen/qom/object_interfaces.c: In function ‘user_creatable_add_type’:
 16503	../qemu-xen/qom/object_interfaces.c:82:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16504	   82 |     Object *obj;
 16505	      |     ^~~~~~
 16506	../qemu-xen/qom/object_interfaces.c: In function ‘user_creatable_parse_str’:
 16507	../qemu-xen/qom/object_interfaces.c:265:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16508	  265 |     QObject *obj;
 16509	      |     ^~~~~~~
 16510	../qemu-xen/qom/object_interfaces.c: In function ‘user_creatable_add_from_str’:
 16511	../qemu-xen/qom/object_interfaces.c:301:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16512	  301 |     ObjectOptions *options;
 16513	      |     ^~~~~~~~~~~~~
 16514	[441/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-common.c.o
 16515	[442/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-common.c.o
 16516	[443/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-compat.c.o
 16517	[444/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-compat.c.o
 16518	[445/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-compat.c.o
 16519	[446/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-block-export.c.o
 16520	[447/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-block-core.c.o
 16521	[448/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-block.c.o
 16522	[449/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-block-export.c.o
 16523	[450/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-compat.c.o
 16524	[451/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-control.c.o
 16525	[452/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-control.c.o
 16526	[453/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-crypto.c.o
 16527	[454/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-crypto.c.o
 16528	[455/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-block.c.o
 16529	[456/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-cxl.c.o
 16530	[457/2756] Compiling C object gdbstub/libgdb_softmmu.fa.p/softmmu.c.o
 16531	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 16532	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 16533	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio.h:23,
 16534	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/replay.h:19,
 16535	                 from ../qemu-xen/gdbstub/softmmu.c:23:
 16536	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 16537	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16538	   32 |   typeof(                                                                          \
 16539	      |   ^~~~~~
 16540	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16541	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16542	      |     ^~~~~~~~~~~~~~~~~
 16543	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 16544	 1100 |     return qatomic_rcu_read(&as->current_map);
 16545	      |            ^~~~~~~~~~~~~~~~
 16546	../qemu-xen/gdbstub/softmmu.c: In function ‘gdbserver_start’:
 16547	../qemu-xen/gdbstub/softmmu.c:331:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16548	  331 |     char gdbstub_device_name[128];
 16549	      |     ^~~~
 16550	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16551	   32 |   typeof(                                                                          \
 16552	      |   ^~~~~~
 16553	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16554	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16555	      |     ^~~~~~~~~~~~~~~~~
 16556	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:198:38: note: in expansion of macro ‘qatomic_rcu_read’
 16557	  198 | #define QTAILQ_FIRST_RCU(head)       qatomic_rcu_read(&(head)->tqh_first)
 16558	      |                                      ^~~~~~~~~~~~~~~~
 16559	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:456:26: note: in expansion of macro ‘QTAILQ_FIRST_RCU’
 16560	  456 | #define first_cpu        QTAILQ_FIRST_RCU(&cpus)
 16561	      |                          ^~~~~~~~~~~~~~~~
 16562	../qemu-xen/gdbstub/softmmu.c:335:10: note: in expansion of macro ‘first_cpu’
 16563	  335 |     if (!first_cpu) {
 16564	      |          ^~~~~~~~~
 16565	../qemu-xen/gdbstub/softmmu.c: In function ‘gdb_continue_partial’:
 16566	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16567	   32 |   typeof(                                                                          \
 16568	      |   ^~~~~~
 16569	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16570	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16571	      |     ^~~~~~~~~~~~~~~~~
 16572	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 16573	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 16574	      |                  ^~~~~~~~~~~~~~~~
 16575	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 16576	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 16577	      |                          ^~~~~~~~~~~~~~~~~~
 16578	../qemu-xen/gdbstub/softmmu.c:553:9: note: in expansion of macro ‘CPU_FOREACH’
 16579	  553 |         CPU_FOREACH(cpu) {
 16580	      |         ^~~~~~~~~~~
 16581	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16582	   32 |   typeof(                                                                          \
 16583	      |   ^~~~~~
 16584	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16585	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16586	      |     ^~~~~~~~~~~~~~~~~
 16587	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 16588	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 16589	      |                  ^~~~~~~~~~~~~~~~
 16590	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 16591	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 16592	      |                          ^~~~~~~~~~~~~~~~~~
 16593	../qemu-xen/gdbstub/softmmu.c:553:9: note: in expansion of macro ‘CPU_FOREACH’
 16594	  553 |         CPU_FOREACH(cpu) {
 16595	      |         ^~~~~~~~~~~
 16596	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16597	   32 |   typeof(                                                                          \
 16598	      |   ^~~~~~
 16599	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16600	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16601	      |     ^~~~~~~~~~~~~~~~~
 16602	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 16603	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 16604	      |                  ^~~~~~~~~~~~~~~~
 16605	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 16606	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 16607	      |                          ^~~~~~~~~~~~~~~~~~
 16608	../qemu-xen/gdbstub/softmmu.c:564:9: note: in expansion of macro ‘CPU_FOREACH’
 16609	  564 |         CPU_FOREACH(cpu) {
 16610	      |         ^~~~~~~~~~~
 16611	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16612	   32 |   typeof(                                                                          \
 16613	      |   ^~~~~~
 16614	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16615	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16616	      |     ^~~~~~~~~~~~~~~~~
 16617	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 16618	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 16619	      |                  ^~~~~~~~~~~~~~~~
 16620	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 16621	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 16622	      |                          ^~~~~~~~~~~~~~~~~~
 16623	../qemu-xen/gdbstub/softmmu.c:564:9: note: in expansion of macro ‘CPU_FOREACH’
 16624	  564 |         CPU_FOREACH(cpu) {
 16625	      |         ^~~~~~~~~~~
 16626	[458/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-char.c.o
 16627	[459/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-crypto.c.o
 16628	[460/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-cxl.c.o
 16629	[461/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-control.c.o
 16630	[462/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-cxl.c.o
 16631	[463/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-control.c.o
 16632	[464/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-dump.c.o
 16633	[465/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-error.c.o
 16634	[466/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-error.c.o
 16635	[467/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-dump.c.o
 16636	[468/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-cxl.c.o
 16637	[469/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-error.c.o
 16638	[470/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-dump.c.o
 16639	[471/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-error.c.o
 16640	[472/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-introspect.c.o
 16641	[473/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-char.c.o
 16642	[474/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-block-core.c.o
 16643	[475/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-job.c.o
 16644	[476/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-dump.c.o
 16645	[477/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-introspect.c.o
 16646	[478/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-introspect.c.o
 16647	[479/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-job.c.o
 16648	[480/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-job.c.o
 16649	[481/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-machine.c.o
 16650	[482/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-misc.c.o
 16651	[483/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-migration.c.o
 16652	[484/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-migration.c.o
 16653	[485/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-introspect.c.o
 16654	[486/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-crypto.c.o
 16655	[487/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-net.c.o
 16656	[488/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-misc.c.o
 16657	[489/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-machine.c.o
 16658	[490/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-pragma.c.o
 16659	[491/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-job.c.o
 16660	[492/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-pragma.c.o
 16661	[493/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-pragma.c.o
 16662	[494/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-net.c.o
 16663	[495/2756] Compiling C object gdbstub/libgdb_softmmu.fa.p/gdbstub.c.o
 16664	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 16665	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 16666	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 16667	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/cpu/cluster.h:23,
 16668	                 from ../qemu-xen/gdbstub/gdbstub.c:37:
 16669	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 16670	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16671	   32 |   typeof(                                                                          \
 16672	      |   ^~~~~~
 16673	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16674	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16675	      |     ^~~~~~~~~~~~~~~~~
 16676	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 16677	 1100 |     return qatomic_rcu_read(&as->current_map);
 16678	      |            ^~~~~~~~~~~~~~~~
 16679	../qemu-xen/gdbstub/gdbstub.c: In function ‘hexdump’:
 16680	../qemu-xen/gdbstub/gdbstub.c:117:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16681	  117 |         size_t col_group = (i >> 2) & 3;
 16682	      |         ^~~~~~
 16683	../qemu-xen/gdbstub/gdbstub.c: In function ‘find_cpu’:
 16684	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16685	   32 |   typeof(                                                                          \
 16686	      |   ^~~~~~
 16687	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16688	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16689	      |     ^~~~~~~~~~~~~~~~~
 16690	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 16691	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 16692	      |                  ^~~~~~~~~~~~~~~~
 16693	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 16694	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 16695	      |                          ^~~~~~~~~~~~~~~~~~
 16696	../qemu-xen/gdbstub/gdbstub.c:241:5: note: in expansion of macro ‘CPU_FOREACH’
 16697	  241 |     CPU_FOREACH(cpu) {
 16698	      |     ^~~~~~~~~~~
 16699	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16700	   32 |   typeof(                                                                          \
 16701	      |   ^~~~~~
 16702	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16703	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16704	      |     ^~~~~~~~~~~~~~~~~
 16705	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 16706	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 16707	      |                  ^~~~~~~~~~~~~~~~
 16708	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 16709	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 16710	      |                          ^~~~~~~~~~~~~~~~~~
 16711	../qemu-xen/gdbstub/gdbstub.c:241:5: note: in expansion of macro ‘CPU_FOREACH’
 16712	  241 |     CPU_FOREACH(cpu) {
 16713	      |     ^~~~~~~~~~~
 16714	../qemu-xen/gdbstub/gdbstub.c: In function ‘get_first_cpu_in_process’:
 16715	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16716	   32 |   typeof(                                                                          \
 16717	      |   ^~~~~~
 16718	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16719	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16720	      |     ^~~~~~~~~~~~~~~~~
 16721	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 16722	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 16723	      |                  ^~~~~~~~~~~~~~~~
 16724	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 16725	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 16726	      |                          ^~~~~~~~~~~~~~~~~~
 16727	../qemu-xen/gdbstub/gdbstub.c:254:5: note: in expansion of macro ‘CPU_FOREACH’
 16728	  254 |     CPU_FOREACH(cpu) {
 16729	      |     ^~~~~~~~~~~
 16730	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16731	   32 |   typeof(                                                                          \
 16732	      |   ^~~~~~
 16733	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16734	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16735	      |     ^~~~~~~~~~~~~~~~~
 16736	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 16737	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 16738	      |                  ^~~~~~~~~~~~~~~~
 16739	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 16740	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 16741	      |                          ^~~~~~~~~~~~~~~~~~
 16742	../qemu-xen/gdbstub/gdbstub.c:254:5: note: in expansion of macro ‘CPU_FOREACH’
 16743	  254 |     CPU_FOREACH(cpu) {
 16744	      |     ^~~~~~~~~~~
 16745	../qemu-xen/gdbstub/gdbstub.c: In function ‘gdb_next_cpu_in_process’:
 16746	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16747	   32 |   typeof(                                                                          \
 16748	      |   ^~~~~~
 16749	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16750	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16751	      |     ^~~~~~~~~~~~~~~~~
 16752	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:199:38: note: in expansion of macro ‘qatomic_rcu_read’
 16753	  199 | #define QTAILQ_NEXT_RCU(elm, field)  qatomic_rcu_read(&(elm)->field.tqe_next)
 16754	      |                                      ^~~~~~~~~~~~~~~~
 16755	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:457:26: note: in expansion of macro ‘QTAILQ_NEXT_RCU’
 16756	  457 | #define CPU_NEXT(cpu)    QTAILQ_NEXT_RCU(cpu, node)
 16757	      |                          ^~~~~~~~~~~~~~~
 16758	../qemu-xen/gdbstub/gdbstub.c:266:11: note: in expansion of macro ‘CPU_NEXT’
 16759	  266 |     cpu = CPU_NEXT(cpu);
 16760	      |           ^~~~~~~~
 16761	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16762	   32 |   typeof(                                                                          \
 16763	      |   ^~~~~~
 16764	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16765	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16766	      |     ^~~~~~~~~~~~~~~~~
 16767	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:199:38: note: in expansion of macro ‘qatomic_rcu_read’
 16768	  199 | #define QTAILQ_NEXT_RCU(elm, field)  qatomic_rcu_read(&(elm)->field.tqe_next)
 16769	      |                                      ^~~~~~~~~~~~~~~~
 16770	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:457:26: note: in expansion of macro ‘QTAILQ_NEXT_RCU’
 16771	  457 | #define CPU_NEXT(cpu)    QTAILQ_NEXT_RCU(cpu, node)
 16772	      |                          ^~~~~~~~~~~~~~~
 16773	../qemu-xen/gdbstub/gdbstub.c:273:15: note: in expansion of macro ‘CPU_NEXT’
 16774	  273 |         cpu = CPU_NEXT(cpu);
 16775	      |               ^~~~~~~~
 16776	../qemu-xen/gdbstub/gdbstub.c: In function ‘gdb_next_attached_cpu’:
 16777	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16778	   32 |   typeof(                                                                          \
 16779	      |   ^~~~~~
 16780	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16781	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16782	      |     ^~~~~~~~~~~~~~~~~
 16783	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:199:38: note: in expansion of macro ‘qatomic_rcu_read’
 16784	  199 | #define QTAILQ_NEXT_RCU(elm, field)  qatomic_rcu_read(&(elm)->field.tqe_next)
 16785	      |                                      ^~~~~~~~~~~~~~~~
 16786	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:457:26: note: in expansion of macro ‘QTAILQ_NEXT_RCU’
 16787	  457 | #define CPU_NEXT(cpu)    QTAILQ_NEXT_RCU(cpu, node)
 16788	      |                          ^~~~~~~~~~~~~~~
 16789	../qemu-xen/gdbstub/gdbstub.c:282:11: note: in expansion of macro ‘CPU_NEXT’
 16790	  282 |     cpu = CPU_NEXT(cpu);
 16791	      |           ^~~~~~~~
 16792	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16793	   32 |   typeof(                                                                          \
 16794	      |   ^~~~~~
 16795	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16796	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16797	      |     ^~~~~~~~~~~~~~~~~
 16798	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:199:38: note: in expansion of macro ‘qatomic_rcu_read’
 16799	  199 | #define QTAILQ_NEXT_RCU(elm, field)  qatomic_rcu_read(&(elm)->field.tqe_next)
 16800	      |                                      ^~~~~~~~~~~~~~~~
 16801	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:457:26: note: in expansion of macro ‘QTAILQ_NEXT_RCU’
 16802	  457 | #define CPU_NEXT(cpu)    QTAILQ_NEXT_RCU(cpu, node)
 16803	      |                          ^~~~~~~~~~~~~~~
 16804	../qemu-xen/gdbstub/gdbstub.c:289:15: note: in expansion of macro ‘CPU_NEXT’
 16805	  289 |         cpu = CPU_NEXT(cpu);
 16806	      |               ^~~~~~~~
 16807	../qemu-xen/gdbstub/gdbstub.c: In function ‘gdb_first_attached_cpu’:
 16808	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16809	   32 |   typeof(                                                                          \
 16810	      |   ^~~~~~
 16811	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16812	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16813	      |     ^~~~~~~~~~~~~~~~~
 16814	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:198:38: note: in expansion of macro ‘qatomic_rcu_read’
 16815	  198 | #define QTAILQ_FIRST_RCU(head)       qatomic_rcu_read(&(head)->tqh_first)
 16816	      |                                      ^~~~~~~~~~~~~~~~
 16817	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:456:26: note: in expansion of macro ‘QTAILQ_FIRST_RCU’
 16818	  456 | #define first_cpu        QTAILQ_FIRST_RCU(&cpus)
 16819	      |                          ^~~~~~~~~~~~~~~~
 16820	../qemu-xen/gdbstub/gdbstub.c:298:21: note: in expansion of macro ‘first_cpu’
 16821	  298 |     CPUState *cpu = first_cpu;
 16822	      |                     ^~~~~~~~~
 16823	../qemu-xen/gdbstub/gdbstub.c: In function ‘gdb_handle_vcont’:
 16824	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16825	   32 |   typeof(                                                                          \
 16826	      |   ^~~~~~
 16827	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16828	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16829	      |     ^~~~~~~~~~~~~~~~~
 16830	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 16831	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 16832	      |                  ^~~~~~~~~~~~~~~~
 16833	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 16834	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 16835	      |                          ^~~~~~~~~~~~~~~~~~
 16836	../qemu-xen/gdbstub/gdbstub.c:587:5: note: in expansion of macro ‘CPU_FOREACH’
 16837	  587 |     CPU_FOREACH(cpu) {
 16838	      |     ^~~~~~~~~~~
 16839	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16840	   32 |   typeof(                                                                          \
 16841	      |   ^~~~~~
 16842	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16843	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16844	      |     ^~~~~~~~~~~~~~~~~
 16845	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 16846	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 16847	      |                  ^~~~~~~~~~~~~~~~
 16848	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 16849	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 16850	      |                          ^~~~~~~~~~~~~~~~~~
 16851	../qemu-xen/gdbstub/gdbstub.c:587:5: note: in expansion of macro ‘CPU_FOREACH’
 16852	  587 |     CPU_FOREACH(cpu) {
 16853	      |     ^~~~~~~~~~~
 16854	../qemu-xen/gdbstub/gdbstub.c: In function ‘handle_query_supported’:
 16855	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16856	   32 |   typeof(                                                                          \
 16857	      |   ^~~~~~
 16858	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 16859	  163 |     typeof_strip_qual(*ptr) _val;                      \
 16860	      |     ^~~~~~~~~~~~~~~~~
 16861	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:198:38: note: in expansion of macro ‘qatomic_rcu_read’
 16862	  198 | #define QTAILQ_FIRST_RCU(head)       qatomic_rcu_read(&(head)->tqh_first)
 16863	      |                                      ^~~~~~~~~~~~~~~~
 16864	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:456:26: note: in expansion of macro ‘QTAILQ_FIRST_RCU’
 16865	  456 | #define first_cpu        QTAILQ_FIRST_RCU(&cpus)
 16866	      |                          ^~~~~~~~~~~~~~~~
 16867	../qemu-xen/gdbstub/gdbstub.c:1461:24: note: in expansion of macro ‘first_cpu’
 16868	 1461 |     cc = CPU_GET_CLASS(first_cpu);
 16869	      |                        ^~~~~~~~~
 16870	[496/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-pragma.c.o
 16871	[497/2756] Linking static target gdbstub/libgdb_softmmu.fa
 16872	[498/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-net.c.o
 16873	[499/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-replay.c.o
 16874	[500/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-misc.c.o
 16875	[501/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-replay.c.o
 16876	[502/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-replay.c.o
 16877	[503/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-qom.c.o
 16878	[504/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-run-state.c.o
 16879	[505/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-sockets.c.o
 16880	[506/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-qom.c.o
 16881	[507/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-stats.c.o
 16882	[508/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-sockets.c.o
 16883	[509/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-sockets.c.o
 16884	[510/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-trace.c.o
 16885	[511/2756] Generating trace/trace-events-all with a custom command (wrapped by meson to capture output)
 16886	[512/2756] Compiling C object libqom.fa.p/qom_object.c.o
 16887	../qemu-xen/qom/object.c: In function ‘type_initialize’:
 16888	../qemu-xen/qom/object.c:315:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16889	  315 |         GSList *e;
 16890	      |         ^~~~~~
 16891	../qemu-xen/qom/object.c: In function ‘object_property_set’:
 16892	../qemu-xen/qom/object.c:1409:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 16893	 1409 |     ObjectProperty *prop = object_property_find_err(obj, name, errp);
 16894	      |     ^~~~~~~~~~~~~~
 16895	[513/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-replay.c.o
 16896	[514/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-run-state.c.o
 16897	[515/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-stats.c.o
 16898	[516/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-misc.c.o
 16899	[517/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-run-state.c.o
 16900	[518/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-net.c.o
 16901	[519/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-trace.c.o
 16902	[520/2756] Linking static target libqom.fa
 16903	[521/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-qom.c.o
 16904	[522/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-stats.c.o
 16905	[523/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-run-state.c.o
 16906	[524/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-block-core.c.o
 16907	[525/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-trace.c.o
 16908	[526/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-sockets.c.o
 16909	[527/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-migration.c.o
 16910	[528/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-trace.c.o
 16911	[529/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-stats.c.o
 16912	[530/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-transaction.c.o
 16913	[531/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-virtio.c.o
 16914	[532/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-virtio.c.o
 16915	[533/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-transaction.c.o
 16916	[534/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-yank.c.o
 16917	[535/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-transaction.c.o
 16918	[536/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-yank.c.o
 16919	[537/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-acpi.c.o
 16920	[538/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-acpi.c.o
 16921	[539/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-yank.c.o
 16922	[540/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-acpi.c.o
 16923	[541/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-audio.c.o
 16924	[542/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-acpi.c.o
 16925	[543/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-yank.c.o
 16926	[544/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-audio.c.o
 16927	[545/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-cryptodev.c.o
 16928	[546/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-machine.c.o
 16929	[547/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-cryptodev.c.o
 16930	[548/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-virtio.c.o
 16931	[549/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-audio.c.o
 16932	[550/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-virtio.c.o
 16933	[551/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-transaction.c.o
 16934	[552/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-cryptodev.c.o
 16935	[553/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-cryptodev.c.o
 16936	[554/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-qdev.c.o
 16937	[555/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-pci.c.o
 16938	[556/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-migration.c.o
 16939	[557/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-rdma.c.o
 16940	[558/2756] Compiling C object ui/libdbus-display1.a.p/meson-generated_.._dbus-display1.c.o
 16941	[559/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-rdma.c.o
 16942	[560/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-rdma.c.o
 16943	[561/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-pci.c.o
 16944	[562/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-pci.c.o
 16945	[563/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-machine.c.o
 16946	[564/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-qdev.c.o
 16947	[565/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-qom.c.o
 16948	[566/2756] Linking static target ui/libdbus-display1.a
 16949	[567/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-qdev.c.o
 16950	[568/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-qdev.c.o
 16951	[569/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-rocker.c.o
 16952	[570/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-rocker.c.o
 16953	[571/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-rdma.c.o
 16954	[572/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-tpm.c.o
 16955	[573/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-pci.c.o
 16956	[574/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-tpm.c.o
 16957	[575/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-crypto.c.o
 16958	[576/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi.c.o
 16959	[577/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qom.c.o
 16960	[578/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-tpm.c.o
 16961	[579/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-audio.c.o
 16962	[580/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-gdbstub.c.o
 16963	[581/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-monitor.c.o
 16964	[582/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-root.c.o
 16965	[583/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-util.c.o
 16966	[584/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-rocker.c.o
 16967	[585/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-tpm.c.o
 16968	[586/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-authz.c.o
 16969	[587/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-ui.c.o
 16970	[588/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-rocker.c.o
 16971	[589/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-nbd.c.o
 16972	[590/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-ui.c.o
 16973	[591/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-io.c.o
 16974	[592/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-scsi.c.o
 16975	[593/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-audio.c.o
 16976	[594/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-ebpf.c.o
 16977	[595/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-block.c.o
 16978	[596/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-accel_kvm.c.o
 16979	[597/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-backends.c.o
 16980	[598/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-chardev.c.o
 16981	[599/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-backends_tpm.c.o
 16982	[600/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_adc.c.o
 16983	[601/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_9pfs.c.o
 16984	[602/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_acpi.c.o
 16985	[603/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_alpha.c.o
 16986	[604/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_block_dataplane.c.o
 16987	[605/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_arm.c.o
 16988	[606/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_audio.c.o
 16989	[607/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_hyperv.c.o
 16990	[608/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_dma.c.o
 16991	[609/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_i2c.c.o
 16992	[610/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_char.c.o
 16993	[611/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_block.c.o
 16994	[612/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_i386_kvm.c.o
 16995	[613/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_i386_xen.c.o
 16996	[614/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_input.c.o
 16997	[615/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_display.c.o
 16998	[616/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_i386.c.o
 16999	[617/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_mips.c.o
 17000	[618/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_net_can.c.o
 17001	[619/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_mem.c.o
 17002	[620/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_ide.c.o
 17003	[621/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_nubus.c.o
 17004	[622/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_isa.c.o
 17005	[623/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_misc_macio.c.o
 17006	[624/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_pci.c.o
 17007	[625/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_nvram.c.o
 17008	[626/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_pci_host.c.o
 17009	[627/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-ui.c.o
 17010	[628/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_intc.c.o
 17011	[629/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_misc.c.o
 17012	[630/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_rdma_vmw.c.o
 17013	[631/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_rdma.c.o
 17014	[632/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_net.c.o
 17015	[633/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_s390x.c.o
 17016	[634/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_ppc.c.o
 17017	[635/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_rtc.c.o
 17018	[636/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_nvme.c.o
 17019	[637/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sh4.c.o
 17020	[638/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sd.c.o
 17021	[639/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sparc.c.o
 17022	[640/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sparc64.c.o
 17023	[641/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_tpm.c.o
 17024	[642/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_ssi.c.o
 17025	[643/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_watchdog.c.o
 17026	[644/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_timer.c.o
 17027	[645/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_xen.c.o
 17028	[646/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_scsi.c.o
 17029	[647/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-net.c.o
 17030	[648/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-softmmu.c.o
 17031	[649/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_vfio.c.o
 17032	[650/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_virtio.c.o
 17033	[651/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_usb.c.o
 17034	[652/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_remote.c.o
 17035	[653/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-accel_tcg.c.o
 17036	[654/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_gpio.c.o
 17037	[655/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_arm_hvf.c.o
 17038	[656/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_core.c.o
 17039	[657/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_arm.c.o
 17040	[658/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-ui.c.o
 17041	[659/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_i386.c.o
 17042	[660/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_hppa.c.o
 17043	[661/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_i386_kvm.c.o
 17044	[662/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_mips_tcg.c.o
 17045	[663/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-migration.c.o
 17046	[664/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_riscv.c.o
 17047	[665/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_ppc.c.o
 17048	[666/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_s390x.c.o
 17049	[667/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_nios2.c.o
 17050	[668/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_sparc.c.o
 17051	[669/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_s390x_kvm.c.o
 17052	[670/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_block_trace_events.c.o
 17053	[671/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_authz_trace_events.c.o
 17054	[672/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_block_export_trace_events.c.o
 17055	[673/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_block_core_trace_events.c.o
 17056	[674/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_compat_trace_events.c.o
 17057	[675/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_common_trace_events.c.o
 17058	[676/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_char_trace_events.c.o
 17059	[677/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_control_trace_events.c.o
 17060	[678/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_cxl_trace_events.c.o
 17061	[679/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_error_trace_events.c.o
 17062	[680/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_crypto_trace_events.c.o
 17063	[681/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_dump_trace_events.c.o
 17064	[682/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-ui.c.o
 17065	[683/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_misc_trace_events.c.o
 17066	[684/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_job_trace_events.c.o
 17067	[685/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_pragma_trace_events.c.o
 17068	[686/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_migration_trace_events.c.o
 17069	[687/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_net_trace_events.c.o
 17070	[688/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_introspect_trace_events.c.o
 17071	[689/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_machine_trace_events.c.o
 17072	[690/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_replay_trace_events.c.o
 17073	[691/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_qom_trace_events.c.o
 17074	[692/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_trace_trace_events.c.o
 17075	[693/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_sockets_trace_events.c.o
 17076	[694/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_transaction_trace_events.c.o
 17077	[695/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_virtio_trace_events.c.o
 17078	[696/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_stats_trace_events.c.o
 17079	[697/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_run_state_trace_events.c.o
 17080	[698/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_yank_trace_events.c.o
 17081	[699/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_audio_trace_events.c.o
 17082	[700/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_acpi_trace_events.c.o
 17083	[701/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_cryptodev_trace_events.c.o
 17084	[702/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_qdev_trace_events.c.o
 17085	[703/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_pci_trace_events.c.o
 17086	[704/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_rdma_trace_events.c.o
 17087	[705/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_machine_target_trace_events.c.o
 17088	[706/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_misc_target_trace_events.c.o
 17089	[707/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_ui_trace_events.c.o
 17090	[708/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_rocker_trace_events.c.o
 17091	[709/2756] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_tpm_trace_events.c.o
 17092	[710/2756] Compiling C object libqemuutil.a.p/qapi_qapi-util.c.o
 17093	[711/2756] Compiling C object libqemuutil.a.p/qapi_qmp-event.c.o
 17094	[712/2756] Compiling C object libqemuutil.a.p/qapi_qapi-dealloc-visitor.c.o
 17095	[713/2756] Compiling C object libqemuutil.a.p/qapi_qapi-clone-visitor.c.o
 17096	[714/2756] Compiling C object libqemuutil.a.p/qapi_qapi-type-helpers.c.o
 17097	[715/2756] Compiling C object libqemuutil.a.p/qobject_qnull.c.o
 17098	[716/2756] Compiling C object libqemuutil.a.p/qobject_qstring.c.o
 17099	[717/2756] Compiling C object libqemuutil.a.p/qobject_qlit.c.o
 17100	[718/2756] Compiling C object libqemuutil.a.p/qobject_qbool.c.o
 17101	[719/2756] Compiling C object libqemuutil.a.p/qobject_qnum.c.o
 17102	[720/2756] Compiling C object libqemuutil.a.p/qapi_opts-visitor.c.o
 17103	[721/2756] Compiling C object libqemuutil.a.p/qapi_qapi-forward-visitor.c.o
 17104	[722/2756] Compiling C object libqemuutil.a.p/qobject_qobject.c.o
 17105	[723/2756] Compiling C object libqemuutil.a.p/qapi_qobject-output-visitor.c.o
 17106	[724/2756] Compiling C object libqemuutil.a.p/qapi_string-input-visitor.c.o
 17107	[725/2756] Compiling C object libqemuutil.a.p/qobject_qlist.c.o
 17108	[726/2756] Compiling C object libqemuutil.a.p/qobject_json-streamer.c.o
 17109	[727/2756] Compiling C object libqemuutil.a.p/qobject_json-lexer.c.o
 17110	[728/2756] Compiling C object libqemuutil.a.p/qapi_string-output-visitor.c.o
 17111	[729/2756] Compiling C object libqemuutil.a.p/qobject_qjson.c.o
 17112	[730/2756] Compiling C object libqemuutil.a.p/qapi_qmp-registry.c.o
 17113	[731/2756] Compiling C object libqemuutil.a.p/util_qemu-timer-common.c.o
 17114	[732/2756] Compiling C object libqemuutil.a.p/qapi_qmp-dispatch.c.o
 17115	../qemu-xen/qapi/qmp-dispatch.c: In function ‘qmp_dispatch’:
 17116	../qemu-xen/qapi/qmp-dispatch.c:227:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17117	  227 |         QmpDispatchBH data = {
 17118	      |         ^~~~~~~~~~~~~
 17119	[733/2756] Compiling C object libqemuutil.a.p/qobject_qdict.c.o
 17120	[734/2756] Compiling C object libqemuutil.a.p/util_unicode.c.o
 17121	[735/2756] Compiling C object libqemuutil.a.p/util_async-teardown.c.o
 17122	[736/2756] Compiling C object libqemuutil.a.p/qobject_json-writer.c.o
 17123	[737/2756] Compiling C object libqemuutil.a.p/util_compatfd.c.o
 17124	[738/2756] Compiling C object libqemuutil.a.p/util_fdmon-poll.c.o
 17125	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 17126	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 17127	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio.h:23,
 17128	                 from ../qemu-xen/util/aio-posix.h:20,
 17129	                 from ../qemu-xen/util/fdmon-poll.c:9:
 17130	../qemu-xen/util/fdmon-poll.c: In function ‘fdmon_poll_wait’:
 17131	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17132	   32 |   typeof(                                                                          \
 17133	      |   ^~~~~~
 17134	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17135	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17136	      |     ^~~~~~~~~~~~~~~~~
 17137	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:115:22: note: in expansion of macro ‘qatomic_rcu_read’
 17138	  115 |         for ((var) = qatomic_rcu_read(&(head)->lh_first);   \
 17139	      |                      ^~~~~~~~~~~~~~~~
 17140	../qemu-xen/util/fdmon-poll.c:67:5: note: in expansion of macro ‘QLIST_FOREACH_RCU’
 17141	   67 |     QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) {
 17142	      |     ^~~~~~~~~~~~~~~~~
 17143	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17144	   32 |   typeof(                                                                          \
 17145	      |   ^~~~~~
 17146	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17147	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17148	      |     ^~~~~~~~~~~~~~~~~
 17149	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:117:25: note: in expansion of macro ‘qatomic_rcu_read’
 17150	  117 |                 (var) = qatomic_rcu_read(&(var)->field.le_next))
 17151	      |                         ^~~~~~~~~~~~~~~~
 17152	../qemu-xen/util/fdmon-poll.c:67:5: note: in expansion of macro ‘QLIST_FOREACH_RCU’
 17153	   67 |     QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) {
 17154	      |     ^~~~~~~~~~~~~~~~~
 17155	[739/2756] Compiling C object libqemuutil.a.p/util_event_notifier-posix.c.o
 17156	[740/2756] Compiling C object libqemuutil.a.p/qapi_qobject-input-visitor.c.o
 17157	[741/2756] Compiling C object libqemuutil.a.p/qapi_qapi-visit-core.c.o
 17158	[742/2756] Compiling C object libqemuutil.a.p/util_mmap-alloc.c.o
 17159	[743/2756] Compiling C object libqemuutil.a.p/util_path.c.o
 17160	[744/2756] Compiling C object libqemuutil.a.p/util_fdmon-epoll.c.o
 17161	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:29,
 17162	                 from ../qemu-xen/util/fdmon-epoll.c:8:
 17163	../qemu-xen/util/fdmon-epoll.c: In function ‘fdmon_epoll_try_enable’:
 17164	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17165	   32 |   typeof(                                                                          \
 17166	      |   ^~~~~~
 17167	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17168	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17169	      |     ^~~~~~~~~~~~~~~~~
 17170	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:115:22: note: in expansion of macro ‘qatomic_rcu_read’
 17171	  115 |         for ((var) = qatomic_rcu_read(&(head)->lh_first);   \
 17172	      |                      ^~~~~~~~~~~~~~~~
 17173	../qemu-xen/util/fdmon-epoll.c:111:5: note: in expansion of macro ‘QLIST_FOREACH_RCU’
 17174	  111 |     QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) {
 17175	      |     ^~~~~~~~~~~~~~~~~
 17176	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17177	   32 |   typeof(                                                                          \
 17178	      |   ^~~~~~
 17179	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17180	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17181	      |     ^~~~~~~~~~~~~~~~~
 17182	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:117:25: note: in expansion of macro ‘qatomic_rcu_read’
 17183	  117 |                 (var) = qatomic_rcu_read(&(var)->field.le_next))
 17184	      |                         ^~~~~~~~~~~~~~~~
 17185	../qemu-xen/util/fdmon-epoll.c:111:5: note: in expansion of macro ‘QLIST_FOREACH_RCU’
 17186	  111 |     QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) {
 17187	      |     ^~~~~~~~~~~~~~~~~
 17188	[745/2756] Compiling C object libqemuutil.a.p/util_osdep.c.o
 17189	[746/2756] Compiling C object libqemuutil.a.p/util_envlist.c.o
 17190	[747/2756] Compiling C object libqemuutil.a.p/qobject_json-parser.c.o
 17191	[748/2756] Compiling C object libqemuutil.a.p/qobject_block-qdict.c.o
 17192	[749/2756] Compiling C object libqemuutil.a.p/util_memfd.c.o
 17193	../qemu-xen/util/memfd.c: In function ‘qemu_memfd_create’:
 17194	../qemu-xen/util/memfd.c:62:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17195	   62 |     int mfd = -1;
 17196	      |     ^~~
 17197	[750/2756] Compiling C object libqemuutil.a.p/util_bitops.c.o
 17198	[751/2756] Compiling C object libqemuutil.a.p/util_fifo8.c.o
 17199	[752/2756] Compiling C object libqemuutil.a.p/util_thread-context.c.o
 17200	[753/2756] Compiling C object libqemuutil.a.p/util_cacheflush.c.o
 17201	../qemu-xen/util/cacheflush.c: In function ‘sys_cache_info’:
 17202	../qemu-xen/util/cacheflush.c:107:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17203	  107 |     int tmp_dsize = (int) sysconf(_SC_LEVEL1_DCACHE_LINESIZE);
 17204	      |     ^~~
 17205	[754/2756] Compiling C object libqemuutil.a.p/util_module.c.o
 17206	[755/2756] Compiling C object libqemuutil.a.p/util_host-utils.c.o
 17207	../qemu-xen/util/host-utils.c: In function ‘urshift’:
 17208	../qemu-xen/util/host-utils.c:223:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17209	  223 |     uint64_t h = *phigh >> (shift & 63);
 17210	      |     ^~~~~~~~
 17211	[756/2756] Compiling C object libqemuutil.a.p/util_id.c.o
 17212	[757/2756] Compiling C object libqemuutil.a.p/util_notify.c.o
 17213	[758/2756] Compiling C object libqemuutil.a.p/util_error.c.o
 17214	[759/2756] Compiling C object libqemuutil.a.p/util_qemu-print.c.o
 17215	[760/2756] Compiling C object libqemuutil.a.p/util_qemu-progress.c.o
 17216	[761/2756] Compiling C object libqemuutil.a.p/util_crc32c.c.o
 17217	[762/2756] Compiling C object libqemuutil.a.p/util_cutils.c.o
 17218	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:49,
 17219	                 from ../qemu-xen/util/cutils.c:25:
 17220	../qemu-xen/util/cutils.c: In function ‘qemu_strtoi64’:
 17221	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17222	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 17223	      |                                    ^~~~~~~~~~~~~~
 17224	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 17225	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 17226	      |                              ^~~~~~~~~~~~~~~~~~
 17227	../qemu-xen/util/cutils.c:591:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 17228	  591 |     QEMU_BUILD_BUG_ON(sizeof(int64_t) != sizeof(long long));
 17229	      |     ^~~~~~~~~~~~~~~~~
 17230	../qemu-xen/util/cutils.c: In function ‘qemu_strtou64’:
 17231	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17232	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 17233	      |                                    ^~~~~~~~~~~~~~
 17234	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 17235	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 17236	      |                              ^~~~~~~~~~~~~~~~~~
 17237	../qemu-xen/util/cutils.c:616:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 17238	  616 |     QEMU_BUILD_BUG_ON(sizeof(uint64_t) != sizeof(unsigned long long));
 17239	      |     ^~~~~~~~~~~~~~~~~
 17240	[763/2756] Compiling C object libqemuutil.a.p/util_oslib-posix.c.o
 17241	[764/2756] Compiling C object libqemuutil.a.p/util_bitmap.c.o
 17242	[765/2756] Compiling C object libqemuutil.a.p/util_uuid.c.o
 17243	[766/2756] Compiling C object libqemuutil.a.p/util_getauxval.c.o
 17244	[767/2756] Compiling C object libqemuutil.a.p/util_stats64.c.o
 17245	[768/2756] Compiling C object libqemuutil.a.p/util_error-report.c.o
 17246	[769/2756] Compiling C object libqemuutil.a.p/util_qemu-thread-posix.c.o
 17247	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 17248	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 17249	                 from ../qemu-xen/util/qemu-thread-posix.c:14:
 17250	../qemu-xen/util/qemu-thread-posix.c: In function ‘qemu_event_wait’:
 17251	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17252	   32 |   typeof(                                                                          \
 17253	      |   ^~~~~~
 17254	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 17255	  176 |     typeof_strip_qual(*ptr) _val;                       \
 17256	      |     ^~~~~~~~~~~~~~~~~
 17257	../qemu-xen/util/qemu-thread-posix.c:440:13: note: in expansion of macro ‘qatomic_load_acquire’
 17258	  440 |     value = qatomic_load_acquire(&ev->value);
 17259	      |             ^~~~~~~~~~~~~~~~~~~~
 17260	[770/2756] Compiling C object libqemuutil.a.p/util_aio-posix.c.o
 17261	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 17262	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 17263	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/progress_meter.h:30,
 17264	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/job.h:31,
 17265	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/blockjob.h:30,
 17266	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block-common.h:71,
 17267	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block-global-state.h:27,
 17268	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block.h:27,
 17269	                 from ../qemu-xen/util/aio-posix.c:17:
 17270	../qemu-xen/util/aio-posix.c: In function ‘aio_pending’:
 17271	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17272	   32 |   typeof(                                                                          \
 17273	      |   ^~~~~~
 17274	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17275	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17276	      |     ^~~~~~~~~~~~~~~~~
 17277	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:115:22: note: in expansion of macro ‘qatomic_rcu_read’
 17278	  115 |         for ((var) = qatomic_rcu_read(&(head)->lh_first);   \
 17279	      |                      ^~~~~~~~~~~~~~~~
 17280	../qemu-xen/util/aio-posix.c:283:5: note: in expansion of macro ‘QLIST_FOREACH_RCU’
 17281	  283 |     QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) {
 17282	      |     ^~~~~~~~~~~~~~~~~
 17283	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17284	   32 |   typeof(                                                                          \
 17285	      |   ^~~~~~
 17286	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17287	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17288	      |     ^~~~~~~~~~~~~~~~~
 17289	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:117:25: note: in expansion of macro ‘qatomic_rcu_read’
 17290	  117 |                 (var) = qatomic_rcu_read(&(var)->field.le_next))
 17291	      |                         ^~~~~~~~~~~~~~~~
 17292	../qemu-xen/util/aio-posix.c:283:5: note: in expansion of macro ‘QLIST_FOREACH_RCU’
 17293	  283 |     QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) {
 17294	      |     ^~~~~~~~~~~~~~~~~
 17295	../qemu-xen/util/aio-posix.c: In function ‘aio_free_deleted_handlers’:
 17296	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17297	   32 |   typeof(                                                                          \
 17298	      |   ^~~~~~
 17299	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17300	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17301	      |     ^~~~~~~~~~~~~~~~~
 17302	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:35:32: note: in expansion of macro ‘qatomic_rcu_read’
 17303	   35 | #define QLIST_FIRST_RCU(head) (qatomic_rcu_read(&(head)->lh_first))
 17304	      |                                ^~~~~~~~~~~~~~~~
 17305	../qemu-xen/util/aio-posix.c:315:20: note: in expansion of macro ‘QLIST_FIRST_RCU’
 17306	  315 |     while ((node = QLIST_FIRST_RCU(&ctx->deleted_aio_handlers))) {
 17307	      |                    ^~~~~~~~~~~~~~~
 17308	../qemu-xen/util/aio-posix.c: In function ‘aio_dispatch_handlers’:
 17309	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17310	   32 |   typeof(                                                                          \
 17311	      |   ^~~~~~
 17312	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17313	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17314	      |     ^~~~~~~~~~~~~~~~~
 17315	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:121:19: note: in expansion of macro ‘qatomic_rcu_read’
 17316	  121 |     for ((var) = (qatomic_rcu_read(&(head)->lh_first));              \
 17317	      |                   ^~~~~~~~~~~~~~~~
 17318	../qemu-xen/util/aio-posix.c:422:5: note: in expansion of macro ‘QLIST_FOREACH_SAFE_RCU’
 17319	  422 |     QLIST_FOREACH_SAFE_RCU(node, &ctx->aio_handlers, node, tmp) {
 17320	      |     ^~~~~~~~~~~~~~~~~~~~~~
 17321	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17322	   32 |   typeof(                                                                          \
 17323	      |   ^~~~~~
 17324	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17325	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17326	      |     ^~~~~~~~~~~~~~~~~
 17327	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:123:25: note: in expansion of macro ‘qatomic_rcu_read’
 17328	  123 |           ((next_var) = qatomic_rcu_read(&(var)->field.le_next), 1); \
 17329	      |                         ^~~~~~~~~~~~~~~~
 17330	../qemu-xen/util/aio-posix.c:422:5: note: in expansion of macro ‘QLIST_FOREACH_SAFE_RCU’
 17331	  422 |     QLIST_FOREACH_SAFE_RCU(node, &ctx->aio_handlers, node, tmp) {
 17332	      |     ^~~~~~~~~~~~~~~~~~~~~~
 17333	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 17334	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 17335	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 17336	                 from /usr/include/glib-2.0/glib.h:32,
 17337	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 17338	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 17339	                 from ../qemu-xen/util/aio-posix.c:16:
 17340	../qemu-xen/util/aio-posix.c: In function ‘run_poll_handlers’:
 17341	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17342	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 17343	      |                                           ^~~~~~~~~~~~~
 17344	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 17345	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 17346	      |                             ^~~~~~~~~~~~~
 17347	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu.h:186:5: note: in expansion of macro ‘g_autoptr’
 17348	  186 |     g_autoptr(RCUReadAuto) _rcu_read_auto __attribute__((unused)) = rcu_read_auto_lock()
 17349	      |     ^~~~~~~~~
 17350	../qemu-xen/util/aio-posix.c:550:5: note: in expansion of macro ‘RCU_READ_LOCK_GUARD’
 17351	  550 |     RCU_READ_LOCK_GUARD();
 17352	      |     ^~~~~~~~~~~~~~~~~~~
 17353	[771/2756] Compiling C object libqemuutil.a.p/util_transactions.c.o
 17354	[772/2756] Compiling C object libqemuutil.a.p/util_drm.c.o
 17355	[773/2756] Compiling C object libqemuutil.a.p/util_int128.c.o
 17356	[774/2756] Compiling C object libqemuutil.a.p/util_range.c.o
 17357	[775/2756] Compiling C object libqemuutil.a.p/util_systemd.c.o
 17358	[776/2756] Compiling C object libqemuutil.a.p/util_guest-random.c.o
 17359	[777/2756] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-block-core.c.o
 17360	[778/2756] Compiling C object libqemuutil.a.p/util_rcu.c.o
 17361	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 17362	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 17363	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 17364	                 from /usr/include/glib-2.0/glib.h:32,
 17365	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 17366	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 17367	                 from ../qemu-xen/util/rcu.c:29:
 17368	../qemu-xen/util/rcu.c: In function ‘synchronize_rcu’:
 17369	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17370	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 17371	      |                                           ^~~~~~~~~~~~~
 17372	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 17373	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 17374	      |                             ^~~~~~~~~~~~~
 17375	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 17376	  165 |     g_autoptr(QemuLockable)                                      \
 17377	      |     ^~~~~~~~~
 17378	../qemu-xen/util/rcu.c:155:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 17379	  155 |     QEMU_LOCK_GUARD(&rcu_registry_lock);
 17380	      |     ^~~~~~~~~~~~~~~
 17381	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 17382	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 17383	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu.h:27,
 17384	                 from ../qemu-xen/util/rcu.c:30:
 17385	../qemu-xen/util/rcu.c: In function ‘try_dequeue’:
 17386	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17387	   32 |   typeof(                                                                          \
 17388	      |   ^~~~~~
 17389	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 17390	  176 |     typeof_strip_qual(*ptr) _val;                       \
 17391	      |     ^~~~~~~~~~~~~~~~~
 17392	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:271:5: note: in expansion of macro ‘qatomic_load_acquire’
 17393	  271 |     qatomic_load_acquire(ptr)
 17394	      |     ^~~~~~~~~~~~~~~~~~~~
 17395	../qemu-xen/util/rcu.c:209:27: note: in expansion of macro ‘qatomic_mb_read’
 17396	  209 |     if (head == &dummy && qatomic_mb_read(&tail) == &dummy.next) {
 17397	      |                           ^~~~~~~~~~~~~~~
 17398	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17399	   32 |   typeof(                                                                          \
 17400	      |   ^~~~~~
 17401	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 17402	  176 |     typeof_strip_qual(*ptr) _val;                       \
 17403	      |     ^~~~~~~~~~~~~~~~~
 17404	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:271:5: note: in expansion of macro ‘qatomic_load_acquire’
 17405	  271 |     qatomic_load_acquire(ptr)
 17406	      |     ^~~~~~~~~~~~~~~~~~~~
 17407	../qemu-xen/util/rcu.c:217:12: note: in expansion of macro ‘qatomic_mb_read’
 17408	  217 |     next = qatomic_mb_read(&head->next);
 17409	      |            ^~~~~~~~~~~~~~~
 17410	[779/2756] Compiling C object libqemuutil.a.p/util_crc-ccitt.c.o
 17411	[780/2756] Compiling C object libqemuutil.a.p/util_memalign.c.o
 17412	../qemu-xen/util/memalign.c: In function ‘qemu_try_memalign’:
 17413	../qemu-xen/util/memalign.c:52:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17414	   52 |     int ret;
 17415	      |     ^~~
 17416	[781/2756] Compiling C object libqemuutil.a.p/util_keyval.c.o
 17417	[782/2756] Compiling C object libqemuutil.a.p/util_yank.c.o
 17418	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 17419	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 17420	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 17421	                 from /usr/include/glib-2.0/glib.h:32,
 17422	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 17423	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 17424	                 from ../qemu-xen/util/yank.c:10:
 17425	../qemu-xen/util/yank.c: In function ‘qmp_query_yank’:
 17426	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17427	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 17428	      |                                           ^~~~~~~~~~~~~
 17429	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 17430	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 17431	      |                             ^~~~~~~~~~~~~
 17432	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 17433	  165 |     g_autoptr(QemuLockable)                                      \
 17434	      |     ^~~~~~~~~
 17435	../qemu-xen/util/yank.c:184:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 17436	  184 |     QEMU_LOCK_GUARD(&yank_lock);
 17437	      |     ^~~~~~~~~~~~~~~
 17438	[783/2756] Compiling C object libqemuutil.a.p/util_aiocb.c.o
 17439	[784/2756] Compiling C object libqemuutil.a.p/util_log.c.o
 17440	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 17441	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 17442	                 from ../qemu-xen/util/log.c:27:
 17443	../qemu-xen/util/log.c: In function ‘qemu_log_trylock_with_err’:
 17444	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17445	   32 |   typeof(                                                                          \
 17446	      |   ^~~~~~
 17447	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17448	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17449	      |     ^~~~~~~~~~~~~~~~~
 17450	../qemu-xen/util/log.c:118:23: note: in expansion of macro ‘qatomic_rcu_read’
 17451	  118 |             logfile = qatomic_rcu_read((void **)&global_file);
 17452	      |                       ^~~~~~~~~~~~~~~~
 17453	[785/2756] Compiling C object libqemuutil.a.p/util_base64.c.o
 17454	[786/2756] Compiling C object libqemuutil.a.p/util_qdist.c.o
 17455	[787/2756] Compiling C object libqemuutil.a.p/util_qemu-config.c.o
 17456	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 17457	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 17458	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 17459	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 17460	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 17461	                 from ../qemu-xen/util/qemu-config.c:10:
 17462	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 17463	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17464	   32 |   typeof(                                                                          \
 17465	      |   ^~~~~~
 17466	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17467	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17468	      |     ^~~~~~~~~~~~~~~~~
 17469	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 17470	 1100 |     return qatomic_rcu_read(&as->current_map);
 17471	      |            ^~~~~~~~~~~~~~~~
 17472	../qemu-xen/util/qemu-config.c: In function ‘qemu_config_foreach’:
 17473	../qemu-xen/util/qemu-config.c:298:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17474	  298 |     char line[1024], prev_group[64], group[64], arg[64], value[1024];
 17475	      |     ^~~~
 17476	[788/2756] Compiling C object libqemuutil.a.p/util_lockcnt.c.o
 17477	[789/2756] Compiling C object libqemuutil.a.p/util_coroutine-ucontext.c.o
 17478	[790/2756] Compiling C object libqemuutil.a.p/util_interval-tree.c.o
 17479	[791/2756] Compiling C object libqemuutil.a.p/util_qemu-coroutine-io.c.o
 17480	[792/2756] Compiling C object libqemuutil.a.p/util_dbus.c.o
 17481	[793/2756] Compiling C object libqemuutil.a.p/util_userfaultfd.c.o
 17482	[794/2756] Compiling C object libqemuutil.a.p/util_hexdump.c.o
 17483	[795/2756] Compiling C object libqemuutil.a.p/util_aio-wait.c.o
 17484	[796/2756] Compiling C object libqemuutil.a.p/util_qemu-coroutine.c.o
 17485	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 17486	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 17487	                 from ../qemu-xen/util/qemu-coroutine.c:17:
 17488	../qemu-xen/util/qemu-coroutine.c: In function ‘qemu_aio_coroutine_enter’:
 17489	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17490	   32 |   typeof(                                                                          \
 17491	      |   ^~~~~~
 17492	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 17493	  176 |     typeof_strip_qual(*ptr) _val;                       \
 17494	      |     ^~~~~~~~~~~~~~~~~
 17495	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:271:5: note: in expansion of macro ‘qatomic_load_acquire’
 17496	  271 |     qatomic_load_acquire(ptr)
 17497	      |     ^~~~~~~~~~~~~~~~~~~~
 17498	../qemu-xen/util/qemu-coroutine.c:132:33: note: in expansion of macro ‘qatomic_mb_read’
 17499	  132 |         const char *scheduled = qatomic_mb_read(&to->scheduled);
 17500	      |                                 ^~~~~~~~~~~~~~~
 17501	[797/2756] Compiling C object libqemuutil.a.p/util_qht.c.o
 17502	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/seqlock.h:17,
 17503	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/qht.h:10,
 17504	                 from ../qemu-xen/util/qht.c:69:
 17505	../qemu-xen/util/qht.c: In function ‘qht_map_lock_buckets__no_stale’:
 17506	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17507	   32 |   typeof(                                                                          \
 17508	      |   ^~~~~~
 17509	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17510	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17511	      |     ^~~~~~~~~~~~~~~~~
 17512	../qemu-xen/util/qht.c:356:11: note: in expansion of macro ‘qatomic_rcu_read’
 17513	  356 |     map = qatomic_rcu_read(&ht->map);
 17514	      |           ^~~~~~~~~~~~~~~~
 17515	../qemu-xen/util/qht.c: In function ‘qht_bucket_lock__no_stale’:
 17516	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17517	   32 |   typeof(                                                                          \
 17518	      |   ^~~~~~
 17519	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17520	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17521	      |     ^~~~~~~~~~~~~~~~~
 17522	../qemu-xen/util/qht.c:388:11: note: in expansion of macro ‘qatomic_rcu_read’
 17523	  388 |     map = qatomic_rcu_read(&ht->map);
 17524	      |           ^~~~~~~~~~~~~~~~
 17525	../qemu-xen/util/qht.c: In function ‘qht_do_lookup’:
 17526	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17527	   32 |   typeof(                                                                          \
 17528	      |   ^~~~~~
 17529	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17530	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17531	      |     ^~~~~~~~~~~~~~~~~
 17532	../qemu-xen/util/qht.c:569:27: note: in expansion of macro ‘qatomic_rcu_read’
 17533	  569 |                 void *p = qatomic_rcu_read(&b->pointers[i]);
 17534	      |                           ^~~~~~~~~~~~~~~~
 17535	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17536	   32 |   typeof(                                                                          \
 17537	      |   ^~~~~~
 17538	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17539	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17540	      |     ^~~~~~~~~~~~~~~~~
 17541	../qemu-xen/util/qht.c:576:13: note: in expansion of macro ‘qatomic_rcu_read’
 17542	  576 |         b = qatomic_rcu_read(&b->next);
 17543	      |             ^~~~~~~~~~~~~~~~
 17544	../qemu-xen/util/qht.c: In function ‘qht_lookup_custom’:
 17545	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17546	   32 |   typeof(                                                                          \
 17547	      |   ^~~~~~
 17548	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17549	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17550	      |     ^~~~~~~~~~~~~~~~~
 17551	../qemu-xen/util/qht.c:604:11: note: in expansion of macro ‘qatomic_rcu_read’
 17552	  604 |     map = qatomic_rcu_read(&ht->map);
 17553	      |           ^~~~~~~~~~~~~~~~
 17554	../qemu-xen/util/qht.c: In function ‘do_qht_iter’:
 17555	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17556	   32 |   typeof(                                                                          \
 17557	      |   ^~~~~~
 17558	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17559	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17560	      |     ^~~~~~~~~~~~~~~~~
 17561	../qemu-xen/util/qht.c:875:11: note: in expansion of macro ‘qatomic_rcu_read’
 17562	  875 |     map = qatomic_rcu_read(&ht->map);
 17563	      |           ^~~~~~~~~~~~~~~~
 17564	../qemu-xen/util/qht.c: In function ‘qht_statistics_init’:
 17565	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17566	   32 |   typeof(                                                                          \
 17567	      |   ^~~~~~
 17568	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17569	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17570	      |     ^~~~~~~~~~~~~~~~~
 17571	../qemu-xen/util/qht.c:977:11: note: in expansion of macro ‘qatomic_rcu_read’
 17572	  977 |     map = qatomic_rcu_read(&ht->map);
 17573	      |           ^~~~~~~~~~~~~~~~
 17574	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17575	   32 |   typeof(                                                                          \
 17576	      |   ^~~~~~
 17577	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17578	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17579	      |     ^~~~~~~~~~~~~~~~~
 17580	../qemu-xen/util/qht.c:1011:21: note: in expansion of macro ‘qatomic_rcu_read’
 17581	 1011 |                 b = qatomic_rcu_read(&b->next);
 17582	      |                     ^~~~~~~~~~~~~~~~
 17583	[798/2756] Compiling C object libqemuutil.a.p/util_main-loop.c.o
 17584	[799/2756] Compiling C object libqemuutil.a.p/util_block-helpers.c.o
 17585	[800/2756] Compiling C object libqemuutil.a.p/util_qemu-option.c.o
 17586	[801/2756] Compiling C object libqemuutil.a.p/util_qsp.c.o
 17587	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 17588	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 17589	                 from ../qemu-xen/util/qsp.c:62:
 17590	../qemu-xen/util/qsp.c: In function ‘qsp_mktree’:
 17591	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17592	   32 |   typeof(                                                                          \
 17593	      |   ^~~~~~
 17594	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17595	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17596	      |     ^~~~~~~~~~~~~~~~~
 17597	../qemu-xen/util/qsp.c:613:29: note: in expansion of macro ‘qatomic_rcu_read’
 17598	  613 |         QSPSnapshot *snap = qatomic_rcu_read(&qsp_snapshot);
 17599	      |                             ^~~~~~~~~~~~~~~~
 17600	[802/2756] Compiling C object libqemuutil.a.p/util_nvdimm-utils.c.o
 17601	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 17602	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 17603	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 17604	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 17605	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/mem/pc-dimm.h:19,
 17606	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/mem/nvdimm.h:26,
 17607	                 from ../qemu-xen/util/nvdimm-utils.c:3:
 17608	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 17609	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17610	   32 |   typeof(                                                                          \
 17611	      |   ^~~~~~
 17612	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17613	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17614	      |     ^~~~~~~~~~~~~~~~~
 17615	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 17616	 1100 |     return qatomic_rcu_read(&as->current_map);
 17617	      |            ^~~~~~~~~~~~~~~~
 17618	[803/2756] Compiling C object libqemuutil.a.p/util_buffer.c.o
 17619	[804/2756] Compiling C object libqemuutil.a.p/util_qemu-coroutine-lock.c.o
 17620	[805/2756] Compiling C object libqemuutil.a.p/util_thread-pool.c.o
 17621	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 17622	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 17623	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 17624	                 from /usr/include/glib-2.0/glib.h:32,
 17625	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 17626	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 17627	                 from ../qemu-xen/util/thread-pool.c:17:
 17628	../qemu-xen/util/thread-pool.c: In function ‘thread_pool_cancel’:
 17629	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17630	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 17631	      |                                           ^~~~~~~~~~~~~
 17632	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 17633	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 17634	      |                             ^~~~~~~~~~~~~
 17635	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 17636	  165 |     g_autoptr(QemuLockable)                                      \
 17637	      |     ^~~~~~~~~
 17638	../qemu-xen/util/thread-pool.c:224:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 17639	  224 |     QEMU_LOCK_GUARD(&pool->lock);
 17640	      |     ^~~~~~~~~~~~~~~
 17641	[806/2756] Compiling C object libqemuutil.a.p/util_iova-tree.c.o
 17642	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 17643	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 17644	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 17645	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 17646	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/iova-tree.h:26,
 17647	                 from ../qemu-xen/util/iova-tree.c:13:
 17648	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 17649	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17650	   32 |   typeof(                                                                          \
 17651	      |   ^~~~~~
 17652	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17653	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17654	      |     ^~~~~~~~~~~~~~~~~
 17655	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 17656	 1100 |     return qatomic_rcu_read(&as->current_map);
 17657	      |            ^~~~~~~~~~~~~~~~
 17658	[807/2756] Compiling C object libqemuutil.a.p/util_qemu-coroutine-sleep.c.o
 17659	[808/2756] Compiling C object libqemuutil.a.p/util_async.c.o
 17660	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 17661	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 17662	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio.h:23,
 17663	                 from ../qemu-xen/util/async.c:28:
 17664	../qemu-xen/util/async.c: In function ‘aio_bh_dequeue’:
 17665	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17666	   32 |   typeof(                                                                          \
 17667	      |   ^~~~~~
 17668	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17669	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17670	      |     ^~~~~~~~~~~~~~~~~
 17671	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:268:38: note: in expansion of macro ‘qatomic_rcu_read’
 17672	  268 | #define QSLIST_FIRST_RCU(head)       qatomic_rcu_read(&(head)->slh_first)
 17673	      |                                      ^~~~~~~~~~~~~~~~
 17674	../qemu-xen/util/async.c:108:18: note: in expansion of macro ‘QSLIST_FIRST_RCU’
 17675	  108 |     QEMUBH *bh = QSLIST_FIRST_RCU(head);
 17676	      |                  ^~~~~~~~~~~~~~~~
 17677	../qemu-xen/util/async.c: In function ‘aio_compute_bh_timeout’:
 17678	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17679	   32 |   typeof(                                                                          \
 17680	      |   ^~~~~~
 17681	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17682	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17683	      |     ^~~~~~~~~~~~~~~~~
 17684	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:300:18: note: in expansion of macro ‘qatomic_rcu_read’
 17685	  300 |     for ((var) = qatomic_rcu_read(&(head)->slh_first);                \
 17686	      |                  ^~~~~~~~~~~~~~~~
 17687	../qemu-xen/util/async.c:237:5: note: in expansion of macro ‘QSLIST_FOREACH_RCU’
 17688	  237 |     QSLIST_FOREACH_RCU(bh, head, next) {
 17689	      |     ^~~~~~~~~~~~~~~~~~
 17690	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17691	   32 |   typeof(                                                                          \
 17692	      |   ^~~~~~
 17693	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17694	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17695	      |     ^~~~~~~~~~~~~~~~~
 17696	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:302:18: note: in expansion of macro ‘qatomic_rcu_read’
 17697	  302 |          (var) = qatomic_rcu_read(&(var)->field.sle_next))
 17698	      |                  ^~~~~~~~~~~~~~~~
 17699	../qemu-xen/util/async.c:237:5: note: in expansion of macro ‘QSLIST_FOREACH_RCU’
 17700	  237 |     QSLIST_FOREACH_RCU(bh, head, next) {
 17701	      |     ^~~~~~~~~~~~~~~~~~
 17702	../qemu-xen/util/async.c: In function ‘aio_ctx_check’:
 17703	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17704	   32 |   typeof(                                                                          \
 17705	      |   ^~~~~~
 17706	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17707	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17708	      |     ^~~~~~~~~~~~~~~~~
 17709	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:300:18: note: in expansion of macro ‘qatomic_rcu_read’
 17710	  300 |     for ((var) = qatomic_rcu_read(&(head)->slh_first);                \
 17711	      |                  ^~~~~~~~~~~~~~~~
 17712	../qemu-xen/util/async.c:316:5: note: in expansion of macro ‘QSLIST_FOREACH_RCU’
 17713	  316 |     QSLIST_FOREACH_RCU(bh, &ctx->bh_list, next) {
 17714	      |     ^~~~~~~~~~~~~~~~~~
 17715	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17716	   32 |   typeof(                                                                          \
 17717	      |   ^~~~~~
 17718	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17719	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17720	      |     ^~~~~~~~~~~~~~~~~
 17721	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:302:18: note: in expansion of macro ‘qatomic_rcu_read’
 17722	  302 |          (var) = qatomic_rcu_read(&(var)->field.sle_next))
 17723	      |                  ^~~~~~~~~~~~~~~~
 17724	../qemu-xen/util/async.c:316:5: note: in expansion of macro ‘QSLIST_FOREACH_RCU’
 17725	  316 |     QSLIST_FOREACH_RCU(bh, &ctx->bh_list, next) {
 17726	      |     ^~~~~~~~~~~~~~~~~~
 17727	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17728	   32 |   typeof(                                                                          \
 17729	      |   ^~~~~~
 17730	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17731	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17732	      |     ^~~~~~~~~~~~~~~~~
 17733	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:300:18: note: in expansion of macro ‘qatomic_rcu_read’
 17734	  300 |     for ((var) = qatomic_rcu_read(&(head)->slh_first);                \
 17735	      |                  ^~~~~~~~~~~~~~~~
 17736	../qemu-xen/util/async.c:323:9: note: in expansion of macro ‘QSLIST_FOREACH_RCU’
 17737	  323 |         QSLIST_FOREACH_RCU(bh, &s->bh_list, next) {
 17738	      |         ^~~~~~~~~~~~~~~~~~
 17739	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17740	   32 |   typeof(                                                                          \
 17741	      |   ^~~~~~
 17742	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17743	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17744	      |     ^~~~~~~~~~~~~~~~~
 17745	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:302:18: note: in expansion of macro ‘qatomic_rcu_read’
 17746	  302 |          (var) = qatomic_rcu_read(&(var)->field.sle_next))
 17747	      |                  ^~~~~~~~~~~~~~~~
 17748	../qemu-xen/util/async.c:323:9: note: in expansion of macro ‘QSLIST_FOREACH_RCU’
 17749	  323 |         QSLIST_FOREACH_RCU(bh, &s->bh_list, next) {
 17750	      |         ^~~~~~~~~~~~~~~~~~
 17751	../qemu-xen/util/async.c: In function ‘aio_co_schedule’:
 17752	../qemu-xen/util/async.c:615:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17753	  615 |     const char *scheduled = qatomic_cmpxchg(&co->scheduled, NULL,
 17754	      |     ^~~~~
 17755	[809/2756] Compiling C object libqemuutil.a.p/util_qemu-co-shared-resource.c.o
 17756	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 17757	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 17758	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 17759	                 from /usr/include/glib-2.0/glib.h:32,
 17760	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 17761	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 17762	                 from ../qemu-xen/util/qemu-co-shared-resource.c:26:
 17763	../qemu-xen/util/qemu-co-shared-resource.c: In function ‘co_get_from_shres’:
 17764	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17765	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 17766	      |                                           ^~~~~~~~~~~~~
 17767	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 17768	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 17769	      |                             ^~~~~~~~~~~~~
 17770	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 17771	  165 |     g_autoptr(QemuLockable)                                      \
 17772	      |     ^~~~~~~~~
 17773	../qemu-xen/util/qemu-co-shared-resource.c:78:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 17774	   78 |     QEMU_LOCK_GUARD(&s->lock);
 17775	      |     ^~~~~~~~~~~~~~~
 17776	[810/2756] Compiling C object libqemuutil.a.p/util_qemu-co-timeout.c.o
 17777	[811/2756] Compiling C object libqemuutil.a.p/crypto_sm4.c.o
 17778	[812/2756] Compiling C object libqemuutil.a.p/util_timed-average.c.o
 17779	[813/2756] Compiling C object libqemuutil.a.p/crypto_random-gnutls.c.o
 17780	[814/2756] Compiling C object libqemuutil.a.p/util_qemu-timer.c.o
 17781	[815/2756] Compiling C object libqemuutil.a.p/crypto_init.c.o
 17782	[816/2756] Compiling C object libqemuutil.a.p/util_vhost-user-server.c.o
 17783	../qemu-xen/util/vhost-user-server.c: In function ‘vu_message_read’:
 17784	../qemu-xen/util/vhost-user-server.c:164:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17785	  164 |     struct iovec iov_payload = {
 17786	      |     ^~~~~~
 17787	../qemu-xen/util/vhost-user-server.c: In function ‘set_watch’:
 17788	../qemu-xen/util/vhost-user-server.c:265:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17789	  265 |     VuFdWatch *vu_fd_watch = find_vu_fd_watch(server, fd);
 17790	      |     ^~~~~~~~~
 17791	../qemu-xen/util/vhost-user-server.c: In function ‘remove_watch’:
 17792	../qemu-xen/util/vhost-user-server.c:291:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17793	  291 |     VuFdWatch *vu_fd_watch = find_vu_fd_watch(server, fd);
 17794	      |     ^~~~~~~~~
 17795	[817/2756] Compiling C object libqemuutil.a.p/util_readline.c.o
 17796	[818/2756] Compiling C object libqemuutil.a.p/stubs_change-state-handler.c.o
 17797	[819/2756] Compiling C object libqemuutil.a.p/util_iov.c.o
 17798	[820/2756] Compiling C object libqemuutil.a.p/stubs_blk-exp-close-all.c.o
 17799	[821/2756] Compiling C object libqemuutil.a.p/stubs_bdrv-next-monitor-owned.c.o
 17800	[822/2756] Compiling C object libqemuutil.a.p/stubs_cpu-get-clock.c.o
 17801	[823/2756] Compiling C object libqemuutil.a.p/stubs_dump.c.o
 17802	[824/2756] Compiling C object libqemuutil.a.p/trace_qmp.c.o
 17803	[825/2756] Compiling C object libqemuutil.a.p/stubs_cpus-get-virtual-clock.c.o
 17804	[826/2756] Compiling C object libqemuutil.a.p/util_filemonitor-inotify.c.o
 17805	[827/2756] Compiling C object libqemuutil.a.p/stubs_blk-commit-all.c.o
 17806	[828/2756] Compiling C object libqemuutil.a.p/stubs_gdbstub.c.o
 17807	[829/2756] Compiling C object libqemuutil.a.p/stubs_blockdev-close-all-bdrv-states.c.o
 17808	[830/2756] Compiling C object libqemuutil.a.p/stubs_cmos.c.o
 17809	[831/2756] Compiling C object libqemuutil.a.p/stubs_icount.c.o
 17810	[832/2756] Compiling C object libqemuutil.a.p/stubs_qemu-timer-notify-cb.c.o
 17811	[833/2756] Compiling C object libqemuutil.a.p/util_hbitmap.c.o
 17812	[834/2756] Compiling C object libqemuutil.a.p/crypto_aes.c.o
 17813	[835/2756] Compiling C object libqemuutil.a.p/util_throttle.c.o
 17814	[836/2756] Compiling C object libqemuutil.a.p/stubs_error-printf.c.o
 17815	[837/2756] Compiling C object libqemuutil.a.p/stubs_iothread-lock.c.o
 17816	[838/2756] Compiling C object libqemuutil.a.p/stubs_get-vm-name.c.o
 17817	[839/2756] Compiling C object libqemuutil.a.p/stubs_fdset.c.o
 17818	[840/2756] Compiling C object libqemuutil.a.p/stubs_graph-lock.c.o
 17819	[841/2756] Compiling C object libqemuutil.a.p/stubs_iothread-lock-block.c.o
 17820	[842/2756] Compiling C object libqemuutil.a.p/stubs_is-daemonized.c.o
 17821	[843/2756] Compiling C object libqemuutil.a.p/trace_control.c.o
 17822	../qemu-xen/trace/control.c: In function ‘trace_event_name’:
 17823	../qemu-xen/trace/control.c:96:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17824	   96 |     TraceEventIter iter;
 17825	      |     ^~~~~~~~~~~~~~
 17826	../qemu-xen/trace/control.c: In function ‘trace_init_events’:
 17827	../qemu-xen/trace/control.c:232:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17828	  232 |         size_t len = strlen(line_buf);
 17829	      |         ^~~~~~
 17830	[844/2756] Compiling C object libqemuutil.a.p/util_qemu-sockets.c.o
 17831	../qemu-xen/util/qemu-sockets.c: In function ‘inet_listen_saddr’:
 17832	../qemu-xen/util/qemu-sockets.c:214:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17833	  214 |     struct addrinfo ai, *res, *e;
 17834	      |     ^~~~~~
 17835	../qemu-xen/util/qemu-sockets.c: In function ‘inet_parse_connect_saddr’:
 17836	../qemu-xen/util/qemu-sockets.c:394:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17837	  394 |     struct addrinfo ai, *res;
 17838	      |     ^~~~~~
 17839	../qemu-xen/util/qemu-sockets.c: In function ‘inet_dgram_saddr’:
 17840	../qemu-xen/util/qemu-sockets.c:499:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17841	  499 |     struct addrinfo ai, *peer = NULL, *local = NULL;
 17842	      |     ^~~~~~
 17843	[845/2756] Compiling C object libqemuutil.a.p/stubs_module-opts.c.o
 17844	[846/2756] Compiling C object libqemuutil.a.p/stubs_migr-blocker.c.o
 17845	[847/2756] Compiling C object libqemuutil.a.p/stubs_linux-aio.c.o
 17846	[848/2756] Compiling C object libqemuutil.a.p/stubs_isa-bus.c.o
 17847	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 17848	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 17849	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 17850	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 17851	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 17852	                 from ../qemu-xen/stubs/isa-bus.c:2:
 17853	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 17854	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17855	   32 |   typeof(                                                                          \
 17856	      |   ^~~~~~
 17857	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17858	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17859	      |     ^~~~~~~~~~~~~~~~~
 17860	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 17861	 1100 |     return qatomic_rcu_read(&as->current_map);
 17862	      |            ^~~~~~~~~~~~~~~~
 17863	[849/2756] Compiling C object libqemuutil.a.p/stubs_physmem.c.o
 17864	[850/2756] Compiling C object libqemuutil.a.p/stubs_qtest.c.o
 17865	[851/2756] Compiling C object libqemuutil.a.p/stubs_ramfb.c.o
 17866	[852/2756] Compiling C object libqemuutil.a.p/stubs_replay.c.o
 17867	[853/2756] Compiling C object libqemuutil.a.p/stubs_qmp_memory_device.c.o
 17868	[854/2756] Compiling C object libqemuutil.a.p/stubs_target-monitor-defs.c.o
 17869	[855/2756] Compiling C object libqemuutil.a.p/stubs_target-get-monitor-def.c.o
 17870	[856/2756] Compiling C object libqemuutil.a.p/stubs_ram-block.c.o
 17871	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 17872	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 17873	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 17874	                 from ../qemu-xen/stubs/ram-block.c:2:
 17875	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 17876	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17877	   32 |   typeof(                                                                          \
 17878	      |   ^~~~~~
 17879	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17880	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17881	      |     ^~~~~~~~~~~~~~~~~
 17882	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 17883	 1100 |     return qatomic_rcu_read(&as->current_map);
 17884	      |            ^~~~~~~~~~~~~~~~
 17885	[857/2756] Compiling C object libqemuutil.a.p/stubs_trace-control.c.o
 17886	[858/2756] Compiling C object libqemuutil.a.p/stubs_sysbus.c.o
 17887	[859/2756] Compiling C object libqemuutil.a.p/stubs_runstate-check.c.o
 17888	[860/2756] Compiling C object libqemuutil.a.p/stubs_uuid.c.o
 17889	[861/2756] Compiling C object libqemuutil.a.p/stubs_win32-kbd-hook.c.o
 17890	[862/2756] Compiling C object libqemuutil.a.p/util_vfio-helpers.c.o
 17891	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 17892	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 17893	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 17894	                 from ../qemu-xen/util/vfio-helpers.c:17:
 17895	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 17896	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17897	   32 |   typeof(                                                                          \
 17898	      |   ^~~~~~
 17899	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17900	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17901	      |     ^~~~~~~~~~~~~~~~~
 17902	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 17903	 1100 |     return qatomic_rcu_read(&as->current_map);
 17904	      |            ^~~~~~~~~~~~~~~~
 17905	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 17906	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 17907	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 17908	                 from /usr/include/glib-2.0/glib.h:32,
 17909	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 17910	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 17911	                 from ../qemu-xen/util/vfio-helpers.c:13:
 17912	../qemu-xen/util/vfio-helpers.c: In function ‘qemu_vfio_dma_map’:
 17913	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17914	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 17915	      |                                           ^~~~~~~~~~~~~
 17916	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 17917	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 17918	      |                             ^~~~~~~~~~~~~
 17919	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 17920	  165 |     g_autoptr(QemuLockable)                                      \
 17921	      |     ^~~~~~~~~
 17922	../qemu-xen/util/vfio-helpers.c:760:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 17923	  760 |     QEMU_LOCK_GUARD(&s->lock);
 17924	      |     ^~~~~~~~~~~~~~~
 17925	../qemu-xen/util/vfio-helpers.c: In function ‘qemu_vfio_dma_reset_temporary’:
 17926	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17927	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 17928	      |                                           ^~~~~~~~~~~~~
 17929	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 17930	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 17931	      |                             ^~~~~~~~~~~~~
 17932	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 17933	  165 |     g_autoptr(QemuLockable)                                      \
 17934	      |     ^~~~~~~~~
 17935	../qemu-xen/util/vfio-helpers.c:810:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 17936	  810 |     QEMU_LOCK_GUARD(&s->lock);
 17937	      |     ^~~~~~~~~~~~~~~
 17938	../qemu-xen/util/vfio-helpers.c: In function ‘qemu_vfio_dma_unmap’:
 17939	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17940	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 17941	      |                                           ^~~~~~~~~~~~~
 17942	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 17943	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 17944	      |                             ^~~~~~~~~~~~~
 17945	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 17946	  165 |     g_autoptr(QemuLockable)                                      \
 17947	      |     ^~~~~~~~~
 17948	../qemu-xen/util/vfio-helpers.c:831:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 17949	  831 |     QEMU_LOCK_GUARD(&s->lock);
 17950	      |     ^~~~~~~~~~~~~~~
 17951	[863/2756] Compiling C object libqemuutil.a.p/stubs_vm-stop.c.o
 17952	[864/2756] Compiling C object libqemuutil.a.p/stubs_monitor.c.o
 17953	[865/2756] Compiling C object libqemuutil.a.p/stubs_vmstate.c.o
 17954	[866/2756] Compiling C object libqemuutil.a.p/util_bufferiszero.c.o
 17955	[867/2756] Compiling C object libqemuutil.a.p/stubs_qmp-command-available.c.o
 17956	[868/2756] Compiling C object libqemuutil.a.p/stubs_qmp-quit.c.o
 17957	[869/2756] Compiling C object libqemuutil.a.p/stubs_monitor-core.c.o
 17958	[870/2756] Compiling C object libqemuutil.a.p/stubs_cpu-synchronize-state.c.o
 17959	[871/2756] Compiling C object libqemuutil.a.p/stubs_vfio-user-obj.c.o
 17960	[872/2756] Compiling C object libqemuutil.a.p/stubs_semihost.c.o
 17961	[873/2756] Compiling C object libqemuutil.a.p/stubs_semihost-all.c.o
 17962	[874/2756] Compiling C object libqemuutil.a.p/stubs_replay-tools.c.o
 17963	[875/2756] Compiling C object fsdev/virtfs-proxy-helper.p/9p-marshal.c.o
 17964	In file included from ../qemu-xen/fsdev/9p-marshal.h:4,
 17965	                 from ../qemu-xen/fsdev/9p-marshal.c:19:
 17966	../qemu-xen/fsdev/9p-marshal.c: In function ‘p9array_new_V9fsString’:
 17967	../qemu-xen/fsdev/p9array.h:111:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17968	  111 |         P9Array##scalar_type *arr = g_malloc0(sizeof(P9Array##scalar_type) + \
 17969	      |         ^~~~~~~
 17970	../qemu-xen/fsdev/9p-marshal.c:21:1: note: in expansion of macro ‘P9ARRAY_DEFINE_TYPE’
 17971	   21 | P9ARRAY_DEFINE_TYPE(V9fsString, v9fs_string_free);
 17972	      | ^~~~~~~~~~~~~~~~~~~
 17973	../qemu-xen/fsdev/9p-marshal.c: In function ‘p9array_auto_free_V9fsString’:
 17974	../qemu-xen/fsdev/p9array.h:123:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17975	  123 |         P9Array##scalar_type *arr = (P9Array##scalar_type *) ( \
 17976	      |         ^~~~~~~
 17977	../qemu-xen/fsdev/9p-marshal.c:21:1: note: in expansion of macro ‘P9ARRAY_DEFINE_TYPE’
 17978	   21 | P9ARRAY_DEFINE_TYPE(V9fsString, v9fs_string_free);
 17979	      | ^~~~~~~~~~~~~~~~~~~
 17980	[876/2756] Compiling C object libqemuutil.a.p/util_uri.c.o
 17981	[877/2756] Compiling C object libqemuutil.a.p/stubs_fw_cfg.c.o
 17982	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 17983	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 17984	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 17985	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 17986	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/nvram/fw_cfg.h:6,
 17987	                 from ../qemu-xen/stubs/fw_cfg.c:16:
 17988	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 17989	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 17990	   32 |   typeof(                                                                          \
 17991	      |   ^~~~~~
 17992	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 17993	  163 |     typeof_strip_qual(*ptr) _val;                      \
 17994	      |     ^~~~~~~~~~~~~~~~~
 17995	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 17996	 1100 |     return qatomic_rcu_read(&as->current_map);
 17997	      |            ^~~~~~~~~~~~~~~~
 17998	[878/2756] Compiling C object libqemuutil.a.p/stubs_pci-bus.c.o
 17999	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 18000	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 18001	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 18002	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 18003	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 18004	                 from ../qemu-xen/stubs/pci-bus.c:2:
 18005	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 18006	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18007	   32 |   typeof(                                                                          \
 18008	      |   ^~~~~~
 18009	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 18010	  163 |     typeof_strip_qual(*ptr) _val;                      \
 18011	      |     ^~~~~~~~~~~~~~~~~
 18012	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 18013	 1100 |     return qatomic_rcu_read(&as->current_map);
 18014	      |            ^~~~~~~~~~~~~~~~
 18015	[879/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/malloc-spapr.c.o
 18016	[880/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/sdhci-cmd.c.o
 18017	../qemu-xen/tests/qtest/libqos/sdhci-cmd.c: In function ‘sdhci_read_cmd’:
 18018	../qemu-xen/tests/qtest/libqos/sdhci-cmd.c:93:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18019	   93 |     ssize_t bytes_read = read_fifo(qts, base_addr + SDHC_BDATA, msg, count);
 18020	      |     ^~~~~~~
 18021	[881/2756] Compiling C object libqemuutil.a.p/stubs_usb-dev-stub.c.o
 18022	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 18023	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 18024	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/sysemu.h:5,
 18025	                 from ../qemu-xen/stubs/usb-dev-stub.c:13:
 18026	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 18027	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18028	   32 |   typeof(                                                                          \
 18029	      |   ^~~~~~
 18030	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 18031	  163 |     typeof_strip_qual(*ptr) _val;                      \
 18032	      |     ^~~~~~~~~~~~~~~~~
 18033	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 18034	 1100 |     return qatomic_rcu_read(&as->current_map);
 18035	      |            ^~~~~~~~~~~~~~~~
 18036	[882/2756] Compiling C object fsdev/virtfs-proxy-helper.p/9p-iov-marshal.c.o
 18037	[883/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/libqos-spapr.c.o
 18038	[884/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/malloc-pc.c.o
 18039	[885/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/rtas.c.o
 18040	[886/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/libqos-pc.c.o
 18041	[887/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/.._libqmp.c.o
 18042	[888/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/usb.c.o
 18043	[889/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/qos_external.c.o
 18044	[890/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/libqos.c.o
 18045	[891/2756] Compiling C object libqemuutil.a.p/stubs_xen-hw-stub.c.o
 18046	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 18047	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 18048	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 18049	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 18050	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 18051	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/i386/pc.h:7,
 18052	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/xen/xen-x86.h:11,
 18053	                 from ../qemu-xen/stubs/xen-hw-stub.c:11:
 18054	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 18055	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18056	   32 |   typeof(                                                                          \
 18057	      |   ^~~~~~
 18058	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 18059	  163 |     typeof_strip_qual(*ptr) _val;                      \
 18060	      |     ^~~~~~~~~~~~~~~~~
 18061	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 18062	 1100 |     return qatomic_rcu_read(&as->current_map);
 18063	      |            ^~~~~~~~~~~~~~~~
 18064	[892/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/pci-pc.c.o
 18065	[893/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/pci-spapr.c.o
 18066	[894/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/i2c.c.o
 18067	[895/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/libqos-malloc.c.o
 18068	../qemu-xen/tests/qtest/libqos/libqos-malloc.c: In function ‘mlist_coalesce’:
 18069	../qemu-xen/tests/qtest/libqos/libqos-malloc.c:88:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18070	   88 |     MemBlock *left;
 18071	      |     ^~~~~~~~
 18072	[896/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/fw_cfg.c.o
 18073	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 18074	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 18075	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 18076	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 18077	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/nvram/fw_cfg.h:6,
 18078	                 from ../qemu-xen/tests/qtest/libqos/fw_cfg.c:19:
 18079	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 18080	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18081	   32 |   typeof(                                                                          \
 18082	      |   ^~~~~~
 18083	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 18084	  163 |     typeof_strip_qual(*ptr) _val;                      \
 18085	      |     ^~~~~~~~~~~~~~~~~
 18086	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 18087	 1100 |     return qatomic_rcu_read(&as->current_map);
 18088	      |            ^~~~~~~~~~~~~~~~
 18089	[897/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/i2c-omap.c.o
 18090	[898/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/e1000e.c.o
 18091	[899/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/tpci200.c.o
 18092	[900/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-balloon.c.o
 18093	[901/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-blk.c.o
 18094	[902/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/i2c-imx.c.o
 18095	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 18096	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 18097	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 18098	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 18099	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/i2c/imx_i2c.h:24,
 18100	                 from ../qemu-xen/tests/qtest/libqos/i2c-imx.c:26:
 18101	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 18102	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18103	   32 |   typeof(                                                                          \
 18104	      |   ^~~~~~
 18105	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 18106	  163 |     typeof_strip_qual(*ptr) _val;                      \
 18107	      |     ^~~~~~~~~~~~~~~~~
 18108	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 18109	 1100 |     return qatomic_rcu_read(&as->current_map);
 18110	      |            ^~~~~~~~~~~~~~~~
 18111	[903/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/qgraph.c.o
 18112	../qemu-xen/tests/qtest/libqos/qgraph.c: In function ‘add_edge’:
 18113	../qemu-xen/tests/qtest/libqos/qgraph.c:92:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18114	   92 |     QOSGraphEdge *edge = g_new0(QOSGraphEdge, 1);
 18115	      |     ^~~~~~~~~~~~
 18116	../qemu-xen/tests/qtest/libqos/qgraph.c: In function ‘create_node’:
 18117	../qemu-xen/tests/qtest/libqos/qgraph.c:140:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18118	  140 |     QOSGraphNode *node = g_new0(QOSGraphNode, 1);
 18119	      |     ^~~~~~~~~~~~
 18120	../qemu-xen/tests/qtest/libqos/qgraph.c: In function ‘qos_pop’:
 18121	../qemu-xen/tests/qtest/libqos/qgraph.c:358:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18122	  358 |     QOSStackElement *e = qos_tos();
 18123	      |     ^~~~~~~~~~~~~~~
 18124	../qemu-xen/tests/qtest/libqos/qgraph.c: In function ‘qos_graph_node_set_availability’:
 18125	../qemu-xen/tests/qtest/libqos/qgraph.c:717:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18126	  717 |         const char *node_name = n->qemu_name ?: n->name;
 18127	      |         ^~~~~
 18128	[904/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/vhost-user-blk.c.o
 18129	[905/2756] Compiling C object fsdev/virtfs-proxy-helper.p/virtfs-proxy-helper.c.o
 18130	[906/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/igb.c.o
 18131	[907/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-scsi.c.o
 18132	[908/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/aarch64-xlnx-zcu102-machine.c.o
 18133	[909/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-serial.c.o
 18134	[910/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/sdhci.c.o
 18135	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 18136	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 18137	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 18138	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 18139	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 18140	                 from ../qemu-xen/tests/qtest/libqos/sdhci.c:25:
 18141	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 18142	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18143	   32 |   typeof(                                                                          \
 18144	      |   ^~~~~~
 18145	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 18146	  163 |     typeof_strip_qual(*ptr) _val;                      \
 18147	      |     ^~~~~~~~~~~~~~~~~
 18148	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 18149	 1100 |     return qatomic_rcu_read(&as->current_map);
 18150	      |            ^~~~~~~~~~~~~~~~
 18151	[911/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-rng.c.o
 18152	[912/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-mmio.c.o
 18153	[913/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-imx25-pdk-machine.c.o
 18154	[914/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-gpio.c.o
 18155	[915/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-n800-machine.c.o
 18156	[916/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-net.c.o
 18157	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 18158	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 18159	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 18160	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 18161	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/virtio/virtio.h:17,
 18162	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/virtio/virtio-net.h:19,
 18163	                 from ../qemu-xen/tests/qtest/libqos/virtio-net.c:24:
 18164	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 18165	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18166	   32 |   typeof(                                                                          \
 18167	      |   ^~~~~~
 18168	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 18169	  163 |     typeof_strip_qual(*ptr) _val;                      \
 18170	      |     ^~~~~~~~~~~~~~~~~
 18171	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 18172	 1100 |     return qatomic_rcu_read(&as->current_map);
 18173	      |            ^~~~~~~~~~~~~~~~
 18174	[917/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/generic-pcihost.c.o
 18175	[918/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-raspi2-machine.c.o
 18176	[919/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-sabrelite-machine.c.o
 18177	[920/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-smdkc210-machine.c.o
 18178	[921/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/pci.c.o
 18179	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 18180	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 18181	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 18182	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 18183	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 18184	                 from ../qemu-xen/tests/qtest/libqos/pci.c:16:
 18185	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 18186	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18187	   32 |   typeof(                                                                          \
 18188	      |   ^~~~~~
 18189	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 18190	  163 |     typeof_strip_qual(*ptr) _val;                      \
 18191	      |     ^~~~~~~~~~~~~~~~~
 18192	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 18193	 1100 |     return qatomic_rcu_read(&as->current_map);
 18194	      |            ^~~~~~~~~~~~~~~~
 18195	[922/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio.c.o
 18196	[923/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-pci-modern.c.o
 18197	[924/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-virt-machine.c.o
 18198	[925/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-xilinx-zynq-a9-machine.c.o
 18199	[926/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/ppc64_pseries-machine.c.o
 18200	[927/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/x86_64_pc-machine.c.o
 18201	[928/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-iommu.c.o
 18202	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 18203	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 18204	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 18205	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 18206	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/virtio/virtio.h:17,
 18207	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/virtio/virtio-iommu.h:24,
 18208	                 from ../qemu-xen/tests/qtest/libqos/virtio-iommu.c:19:
 18209	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 18210	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18211	   32 |   typeof(                                                                          \
 18212	      |   ^~~~~~
 18213	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 18214	  163 |     typeof_strip_qual(*ptr) _val;                      \
 18215	      |     ^~~~~~~~~~~~~~~~~
 18216	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 18217	 1100 |     return qatomic_rcu_read(&as->current_map);
 18218	      |            ^~~~~~~~~~~~~~~~
 18219	[929/2756] Compiling C object libauthz.fa.p/authz_base.c.o
 18220	[930/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-9p.c.o
 18221	../qemu-xen/tests/qtest/libqos/virtio-9p.c: In function ‘virtio_9p_create_local_test_dir’:
 18222	../qemu-xen/tests/qtest/libqos/virtio-9p.c:43:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18223	   43 |     struct stat st;
 18224	      |     ^~~~~~
 18225	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 18226	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 18227	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 18228	                 from /usr/include/glib-2.0/glib.h:32,
 18229	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 18230	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 18231	                 from ../qemu-xen/tests/qtest/libqos/virtio-9p.c:24:
 18232	../qemu-xen/tests/qtest/libqos/virtio-9p.c: In function ‘virtio_9p_remove_local_test_dir’:
 18233	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18234	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18235	      |                                           ^~~~~~~~~~~~~
 18236	/usr/include/glib-2.0/glib/gmacros.h:1385:20: note: in expansion of macro ‘_GLIB_CLEANUP’
 18237	 1385 | #define g_autofree _GLIB_CLEANUP(g_autoptr_cleanup_generic_gfree)
 18238	      |                    ^~~~~~~~~~~~~
 18239	../qemu-xen/tests/qtest/libqos/virtio-9p.c:67:5: note: in expansion of macro ‘g_autofree’
 18240	   67 |     g_autofree char *cmd = g_strdup_printf("rm -fr '%s'\n", local_test_path);
 18241	      |     ^~~~~~~~~~
 18242	[931/2756] Compiling C object libcrypto.fa.p/crypto_afsplit.c.o
 18243	[932/2756] Compiling C object libcrypto.fa.p/crypto_akcipher.c.o
 18244	[933/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-pci.c.o
 18245	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 18246	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 18247	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 18248	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 18249	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 18250	                 from ../qemu-xen/tests/qtest/libqos/virtio-pci.c:22:
 18251	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 18252	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18253	   32 |   typeof(                                                                          \
 18254	      |   ^~~~~~
 18255	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 18256	  163 |     typeof_strip_qual(*ptr) _val;                      \
 18257	      |     ^~~~~~~~~~~~~~~~~
 18258	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 18259	 1100 |     return qatomic_rcu_read(&as->current_map);
 18260	      |            ^~~~~~~~~~~~~~~~
 18261	[934/2756] Compiling C object libauthz.fa.p/authz_list.c.o
 18262	[935/2756] Compiling C object libauthz.fa.p/authz_simple.c.o
 18263	[936/2756] Compiling C object libauthz.fa.p/authz_pamacct.c.o
 18264	[937/2756] Compiling C object libcrypto.fa.p/crypto_block-qcow.c.o
 18265	[938/2756] Compiling C object libcrypto.fa.p/crypto_hmac.c.o
 18266	[939/2756] Linking static target libqemuutil.a
 18267	[940/2756] Compiling C object libauthz.fa.p/authz_listfile.c.o
 18268	[941/2756] Compiling C object libcrypto.fa.p/crypto_ivgen-plain.c.o
 18269	[942/2756] Compiling C object libcrypto.fa.p/crypto_ivgen-plain64.c.o
 18270	[943/2756] Compiling C object libcrypto.fa.p/crypto_ivgen.c.o
 18271	[944/2756] Compiling C object libcrypto.fa.p/crypto_pbkdf.c.o
 18272	[945/2756] Compiling C object libcrypto.fa.p/crypto_hash.c.o
 18273	[946/2756] Compiling C object libcrypto.fa.p/crypto_ivgen-essiv.c.o
 18274	[947/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/.._libqtest.c.o
 18275	../qemu-xen/tests/qtest/libqtest.c: In function ‘qtest_check_status’:
 18276	../qemu-xen/tests/qtest/libqtest.c:180:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18277	  180 |     int wstatus = s->wstatus;
 18278	      |     ^~~
 18279	../qemu-xen/tests/qtest/libqtest.c: In function ‘qtest_sendf’:
 18280	../qemu-xen/tests/qtest/libqtest.c:597:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18281	  597 |     gchar *str = g_strdup_vprintf(fmt, ap);
 18282	      |     ^~~~~
 18283	../qemu-xen/tests/qtest/libqtest.c: In function ‘qtest_inproc_init’:
 18284	../qemu-xen/tests/qtest/libqtest.c:1601:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18285	 1601 |     gchar *bin_path = g_strconcat("/qemu-system-", arch, NULL);
 18286	      |     ^~~~~
 18287	[948/2756] Compiling C object libcrypto.fa.p/crypto_der.c.o
 18288	[949/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/ahci.c.o
 18289	[950/2756] Compiling C object libcrypto.fa.p/crypto_block.c.o
 18290	[951/2756] Linking static target libauthz.fa
 18291	[952/2756] Compiling C object libcrypto.fa.p/crypto_cipher.c.o
 18292	[953/2756] Compiling C object libcrypto.fa.p/crypto_rsakey.c.o
 18293	[954/2756] Compiling C object libcrypto.fa.p/crypto_hash-gnutls.c.o
 18294	[955/2756] Compiling C object libcrypto.fa.p/crypto_secret.c.o
 18295	[956/2756] Compiling C object libcrypto.fa.p/crypto_hmac-gnutls.c.o
 18296	[957/2756] Compiling C object libcrypto.fa.p/crypto_tlscredsanon.c.o
 18297	[958/2756] Compiling C object libcrypto.fa.p/crypto_pbkdf-gnutls.c.o
 18298	[959/2756] Compiling C object libcrypto.fa.p/crypto_secret_common.c.o
 18299	[960/2756] Compiling C object libcrypto.fa.p/crypto_tlscreds.c.o
 18300	[961/2756] Compiling C object libcrypto.fa.p/crypto_tlscredspsk.c.o
 18301	[962/2756] Compiling C object libio.fa.p/io_channel-util.c.o
 18302	[963/2756] Linking target fsdev/virtfs-proxy-helper
 18303	[964/2756] Compiling C object libcrypto.fa.p/crypto_tlssession.c.o
 18304	[965/2756] Compiling C object libcrypto.fa.p/crypto_secret_keyring.c.o
 18305	[966/2756] Compiling C object libio.fa.p/io_channel-null.c.o
 18306	[967/2756] Compiling C object libio.fa.p/io_channel-watch.c.o
 18307	[968/2756] Compiling C object libio.fa.p/io_channel-buffer.c.o
 18308	[969/2756] Compiling C object libio.fa.p/io_channel-file.c.o
 18309	[970/2756] Compiling C object libio.fa.p/io_dns-resolver.c.o
 18310	[971/2756] Compiling C object libio.fa.p/io_channel-command.c.o
 18311	[972/2756] Compiling C object libcrypto.fa.p/crypto_tls-cipher-suites.c.o
 18312	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 18313	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 18314	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 18315	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 18316	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/nvram/fw_cfg.h:6,
 18317	                 from ../qemu-xen/crypto/tls-cipher-suites.c:16:
 18318	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 18319	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18320	   32 |   typeof(                                                                          \
 18321	      |   ^~~~~~
 18322	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 18323	  163 |     typeof_strip_qual(*ptr) _val;                      \
 18324	      |     ^~~~~~~~~~~~~~~~~
 18325	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 18326	 1100 |     return qatomic_rcu_read(&as->current_map);
 18327	      |            ^~~~~~~~~~~~~~~~
 18328	[973/2756] Compiling C object libio.fa.p/io_task.c.o
 18329	[974/2756] Compiling C object libcrypto.fa.p/crypto_tlscredsx509.c.o
 18330	[975/2756] Compiling C object libio.fa.p/io_net-listener.c.o
 18331	[976/2756] Compiling C object libcrypto.fa.p/crypto_block-luks.c.o
 18332	[977/2756] Compiling C object libio.fa.p/io_channel-tls.c.o
 18333	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 18334	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 18335	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio.h:23,
 18336	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/io/channel.h:26,
 18337	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/io/channel-tls.h:24,
 18338	                 from ../qemu-xen/io/channel-tls.c:24:
 18339	../qemu-xen/io/channel-tls.c: In function ‘qio_channel_tls_readv’:
 18340	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18341	   32 |   typeof(                                                                          \
 18342	      |   ^~~~~~
 18343	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 18344	  176 |     typeof_strip_qual(*ptr) _val;                       \
 18345	      |     ^~~~~~~~~~~~~~~~~
 18346	../qemu-xen/io/channel-tls.c:287:25: note: in expansion of macro ‘qatomic_load_acquire’
 18347	  287 |                        (qatomic_load_acquire(&tioc->shutdown) &
 18348	      |                         ^~~~~~~~~~~~~~~~~~~~
 18349	[978/2756] Compiling C object libmigration.fa.p/migration_yank_functions.c.o
 18350	[979/2756] Compiling C object libmigration.fa.p/migration_page_cache.c.o
 18351	[980/2756] Compiling C object libio.fa.p/io_channel.c.o
 18352	[981/2756] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-9p-client.c.o
 18353	../qemu-xen/tests/qtest/libqos/virtio-9p-client.c: In function ‘v9fs_tattach’:
 18354	../qemu-xen/tests/qtest/libqos/virtio-9p-client.c:380:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18355	  380 |     P9Req *req = v9fs_req_init(opt.client, 4 + 4 + 2 + 2 + 4, P9_TATTACH,
 18356	      |     ^~~~~
 18357	../qemu-xen/tests/qtest/libqos/virtio-9p-client.c: In function ‘v9fs_tmkdir’:
 18358	../qemu-xen/tests/qtest/libqos/virtio-9p-client.c:789:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18359	  789 |     uint32_t body_size = 4 + 4 + 4;
 18360	      |     ^~~~~~~~
 18361	../qemu-xen/tests/qtest/libqos/virtio-9p-client.c: In function ‘v9fs_tlcreate’:
 18362	../qemu-xen/tests/qtest/libqos/virtio-9p-client.c:849:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18363	  849 |     uint32_t body_size = 4 + 4 + 4 + 4;
 18364	      |     ^~~~~~~~
 18365	../qemu-xen/tests/qtest/libqos/virtio-9p-client.c: In function ‘v9fs_tsymlink’:
 18366	../qemu-xen/tests/qtest/libqos/virtio-9p-client.c:909:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18367	  909 |     uint32_t body_size = 4 + 4;
 18368	      |     ^~~~~~~~
 18369	../qemu-xen/tests/qtest/libqos/virtio-9p-client.c: In function ‘v9fs_tlink’:
 18370	../qemu-xen/tests/qtest/libqos/virtio-9p-client.c:970:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18371	  970 |     uint32_t body_size = 4 + 4;
 18372	      |     ^~~~~~~~
 18373	../qemu-xen/tests/qtest/libqos/virtio-9p-client.c: In function ‘v9fs_tunlinkat’:
 18374	../qemu-xen/tests/qtest/libqos/virtio-9p-client.c:1018:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18375	 1018 |     uint32_t body_size = 4 + 4;
 18376	      |     ^~~~~~~~
 18377	[982/2756] Linking static target libcrypto.fa
 18378	[983/2756] Compiling C object libio.fa.p/io_channel-socket.c.o
 18379	../qemu-xen/io/channel-socket.c: In function ‘qio_channel_socket_connect_sync’:
 18380	../qemu-xen/io/channel-socket.c:167:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18381	  167 |     int ret, v = 1;
 18382	      |     ^~~
 18383	[984/2756] Compiling C object libblock.fa.p/replication.c.o
 18384	[985/2756] Compiling C object libblock.fa.p/block_aio_task.c.o
 18385	[986/2756] Linking static target tests/qtest/libqos/libqos.fa
 18386	[987/2756] Compiling C object libblock.fa.p/scsi_utils.c.o
 18387	[988/2756] Compiling C object libblock.fa.p/scsi_pr-manager.c.o
 18388	[989/2756] Compiling C object libblock.fa.p/nbd_common.c.o
 18389	In file included from ../qemu-xen/nbd/nbd-internal.h:12,
 18390	                 from ../qemu-xen/nbd/common.c:21:
 18391	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h: In function ‘nbd_read’:
 18392	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h:363:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18393	  363 |     int ret = qio_channel_read_all(ioc, buffer, size, errp) < 0 ? -EIO : 0;
 18394	      |     ^~~
 18395	[990/2756] Compiling C object libmigration.fa.p/migration_vmstate-types.c.o
 18396	[991/2756] Compiling C object libblock.fa.p/nbd_client-connection.c.o
 18397	In file included from ../qemu-xen/nbd/client-connection.c:28:
 18398	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h: In function ‘nbd_read’:
 18399	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h:363:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18400	  363 |     int ret = qio_channel_read_all(ioc, buffer, size, errp) < 0 ? -EIO : 0;
 18401	      |     ^~~
 18402	[992/2756] Compiling C object libio.fa.p/io_channel-websock.c.o
 18403	[993/2756] Compiling C object libblock.fa.p/block_amend.c.o
 18404	[994/2756] Compiling C object libblock.fa.p/scsi_pr-manager-helper.c.o
 18405	[995/2756] Compiling C object libblock.fa.p/block_accounting.c.o
 18406	[996/2756] Compiling C object libmigration.fa.p/migration_qemu-file.c.o
 18407	[997/2756] Compiling C object libmigration.fa.p/migration_vmstate.c.o
 18408	[998/2756] Compiling C object libblock.fa.p/blockjob.c.o
 18409	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 18410	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 18411	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 18412	                 from /usr/include/glib-2.0/glib.h:32,
 18413	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 18414	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 18415	                 from ../qemu-xen/blockjob.c:26:
 18416	../qemu-xen/blockjob.c: In function ‘child_job_get_parent_aio_context’:
 18417	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18418	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18419	      |                                           ^~~~~~~~~~~~~
 18420	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18421	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18422	      |                             ^~~~~~~~~~~~~
 18423	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 18424	  165 |     g_autoptr(QemuLockable)                                      \
 18425	      |     ^~~~~~~~~
 18426	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/job.h:349:26: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 18427	  349 | #define JOB_LOCK_GUARD() QEMU_LOCK_GUARD(&job_mutex)
 18428	      |                          ^~~~~~~~~~~~~~~
 18429	../qemu-xen/blockjob.c:177:5: note: in expansion of macro ‘JOB_LOCK_GUARD’
 18430	  177 |     JOB_LOCK_GUARD();
 18431	      |     ^~~~~~~~~~~~~~
 18432	[999/2756] Linking static target libio.fa
 18433	[1000/2756] Compiling C object libblock.fa.p/block_blkverify.c.o
 18434	[1001/2756] Compiling C object libblock.fa.p/block_blklogwrites.c.o
 18435	[1002/2756] Compiling C object libblock.fa.p/block_graph-lock.c.o
 18436	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 18437	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 18438	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 18439	                 from /usr/include/glib-2.0/glib.h:32,
 18440	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 18441	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 18442	                 from ../qemu-xen/block/graph-lock.c:21:
 18443	../qemu-xen/block/graph-lock.c: In function ‘register_aiocontext’:
 18444	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18445	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18446	      |                                           ^~~~~~~~~~~~~
 18447	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18448	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18449	      |                             ^~~~~~~~~~~~~
 18450	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 18451	  165 |     g_autoptr(QemuLockable)                                      \
 18452	      |     ^~~~~~~~~
 18453	../qemu-xen/block/graph-lock.c:80:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 18454	   80 |     QEMU_LOCK_GUARD(&aio_context_list_lock);
 18455	      |     ^~~~~~~~~~~~~~~
 18456	[1003/2756] Compiling C object libblock.fa.p/block_backup.c.o
 18457	[1004/2756] Compiling C object libblock.fa.p/block_progress_meter.c.o
 18458	[1005/2756] Compiling C object libblock.fa.p/block_copy-before-write.c.o
 18459	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 18460	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 18461	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 18462	                 from /usr/include/glib-2.0/glib.h:32,
 18463	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 18464	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 18465	                 from ../qemu-xen/block/copy-before-write.c:26:
 18466	../qemu-xen/block/copy-before-write.c: In function ‘cbw_snapshot_read_unlock’:
 18467	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18468	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18469	      |                                           ^~~~~~~~~~~~~
 18470	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18471	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18472	      |                             ^~~~~~~~~~~~~
 18473	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 18474	  165 |     g_autoptr(QemuLockable)                                      \
 18475	      |     ^~~~~~~~~
 18476	../qemu-xen/block/copy-before-write.c:253:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 18477	  253 |     QEMU_LOCK_GUARD(&s->lock);
 18478	      |     ^~~~~~~~~~~~~~~
 18479	[1006/2756] Compiling C object libblock.fa.p/block_copy-on-read.c.o
 18480	[1007/2756] Compiling C object libblock.fa.p/block_filter-compress.c.o
 18481	[1008/2756] Compiling C object libblock.fa.p/block_create.c.o
 18482	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 18483	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 18484	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 18485	                 from /usr/include/glib-2.0/glib.h:32,
 18486	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 18487	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 18488	                 from ../qemu-xen/block/create.c:25:
 18489	../qemu-xen/block/create.c: In function ‘blockdev_create_run’:
 18490	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18491	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18492	      |                                           ^~~~~~~~~~~~~
 18493	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18494	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18495	      |                             ^~~~~~~~~~~~~
 18496	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18497	  235 |     g_autoptr(GraphLockable)                                        \
 18498	      |     ^~~~~~~~~
 18499	../qemu-xen/block/create.c:46:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18500	   46 |     GRAPH_RDLOCK_GUARD();
 18501	      |     ^~~~~~~~~~~~~~~~~~
 18502	[1009/2756] Compiling C object libmigration.fa.p/migration_xbzrle.c.o
 18503	../qemu-xen/migration/xbzrle.c: In function ‘xbzrle_encode_buffer_avx512’:
 18504	../qemu-xen/migration/xbzrle.c:197:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18505	  197 |     __m512i r = _mm512_set1_epi32(0);
 18506	      |     ^~~~~~~
 18507	../qemu-xen/migration/xbzrle.c:206:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18508	  206 |         __m512i old_data = _mm512_mask_loadu_epi8(r,
 18509	      |         ^~~~~~~
 18510	../qemu-xen/migration/xbzrle.c:213:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18511	  213 |         bool is_same = (comp & 0x1);
 18512	      |         ^~~~
 18513	[1010/2756] Compiling C object libblock.fa.p/block_commit.c.o
 18514	[1011/2756] Compiling C object libblock.fa.p/block_preallocate.c.o
 18515	../qemu-xen/block/preallocate.c: In function ‘preallocate_co_truncate’:
 18516	../qemu-xen/block/preallocate.c:380:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18517	  380 |     BDRVPreallocateState *s = bs->opaque;
 18518	      |     ^~~~~~~~~~~~~~~~~~~~
 18519	[1012/2756] Compiling C object libblock.fa.p/job.c.o
 18520	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 18521	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 18522	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 18523	                 from /usr/include/glib-2.0/glib.h:32,
 18524	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 18525	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 18526	                 from ../qemu-xen/job.c:26:
 18527	../qemu-xen/job.c: In function ‘job_set_aio_context’:
 18528	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18529	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18530	      |                                           ^~~~~~~~~~~~~
 18531	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18532	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18533	      |                             ^~~~~~~~~~~~~
 18534	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 18535	  165 |     g_autoptr(QemuLockable)                                      \
 18536	      |     ^~~~~~~~~
 18537	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/job.h:349:26: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 18538	  349 | #define JOB_LOCK_GUARD() QEMU_LOCK_GUARD(&job_mutex)
 18539	      |                          ^~~~~~~~~~~~~~~
 18540	../qemu-xen/job.c:370:5: note: in expansion of macro ‘JOB_LOCK_GUARD’
 18541	  370 |     JOB_LOCK_GUARD();
 18542	      |     ^~~~~~~~~~~~~~
 18543	[1013/2756] Compiling C object libblock.fa.p/block_blkdebug.c.o
 18544	[1014/2756] Linking static target libmigration.fa
 18545	[1015/2756] Compiling C object libblock.fa.p/block_null.c.o
 18546	[1016/2756] Compiling C object libblock.fa.p/block_crypto.c.o
 18547	[1017/2756] Compiling C object libblock.fa.p/block_block-copy.c.o
 18548	../qemu-xen/block/block-copy.c: In function ‘block_copy_state_new’:
 18549	../qemu-xen/block/block-copy.c:353:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18550	  353 |     BlockCopyState *s;
 18551	      |     ^~~~~~~~~~~~~~
 18552	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 18553	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 18554	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/progress_meter.h:30,
 18555	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/job.h:31,
 18556	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/blockjob.h:30,
 18557	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block-common.h:71,
 18558	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block-copy.h:18,
 18559	                 from ../qemu-xen/block/block-copy.c:19:
 18560	../qemu-xen/block/block-copy.c: In function ‘block_copy_call_succeeded’:
 18561	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18562	   32 |   typeof(                                                                          \
 18563	      |   ^~~~~~
 18564	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 18565	  176 |     typeof_strip_qual(*ptr) _val;                       \
 18566	      |     ^~~~~~~~~~~~~~~~~
 18567	../qemu-xen/block/block-copy.c:977:12: note: in expansion of macro ‘qatomic_load_acquire’
 18568	  977 |     return qatomic_load_acquire(&call_state->finished) &&
 18569	      |            ^~~~~~~~~~~~~~~~~~~~
 18570	../qemu-xen/block/block-copy.c: In function ‘block_copy_call_failed’:
 18571	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18572	   32 |   typeof(                                                                          \
 18573	      |   ^~~~~~
 18574	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 18575	  176 |     typeof_strip_qual(*ptr) _val;                       \
 18576	      |     ^~~~~~~~~~~~~~~~~
 18577	../qemu-xen/block/block-copy.c:984:12: note: in expansion of macro ‘qatomic_load_acquire’
 18578	  984 |     return qatomic_load_acquire(&call_state->finished) &&
 18579	      |            ^~~~~~~~~~~~~~~~~~~~
 18580	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:113,
 18581	                 from ../qemu-xen/block/block-copy.c:15:
 18582	../qemu-xen/block/block-copy.c: In function ‘block_copy_call_status’:
 18583	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18584	   32 |   typeof(                                                                          \
 18585	      |   ^~~~~~
 18586	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 18587	  176 |     typeof_strip_qual(*ptr) _val;                       \
 18588	      |     ^~~~~~~~~~~~~~~~~
 18589	../qemu-xen/block/block-copy.c:996:12: note: in expansion of macro ‘qatomic_load_acquire’
 18590	  996 |     assert(qatomic_load_acquire(&call_state->finished));
 18591	      |            ^~~~~~~~~~~~~~~~~~~~
 18592	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18593	   32 |   typeof(                                                                          \
 18594	      |   ^~~~~~
 18595	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 18596	  176 |     typeof_strip_qual(*ptr) _val;                       \
 18597	      |     ^~~~~~~~~~~~~~~~~
 18598	../qemu-xen/block/block-copy.c:996:12: note: in expansion of macro ‘qatomic_load_acquire’
 18599	  996 |     assert(qatomic_load_acquire(&call_state->finished));
 18600	      |            ^~~~~~~~~~~~~~~~~~~~
 18601	[1018/2756] Compiling C object libblock.fa.p/block_reqlist.c.o
 18602	[1019/2756] Compiling C object libblock.fa.p/block_qcow2-threads.c.o
 18603	[1020/2756] Compiling C object libblock.fa.p/nbd_client.c.o
 18604	In file included from ../qemu-xen/nbd/nbd-internal.h:12,
 18605	                 from ../qemu-xen/nbd/client.c:24:
 18606	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h: In function ‘nbd_read’:
 18607	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h:363:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18608	  363 |     int ret = qio_channel_read_all(ioc, buffer, size, errp) < 0 ? -EIO : 0;
 18609	      |     ^~~
 18610	../qemu-xen/nbd/client.c: In function ‘nbd_send_option_request’:
 18611	../qemu-xen/nbd/client.c:72:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18612	   72 |     NBDOption req;
 18613	      |     ^~~~~~~~~
 18614	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 18615	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 18616	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 18617	                 from /usr/include/glib-2.0/glib.h:32,
 18618	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 18619	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 18620	                 from ../qemu-xen/nbd/client.c:20:
 18621	../qemu-xen/nbd/client.c: In function ‘nbd_handle_reply_err’:
 18622	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18623	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18624	      |                                           ^~~~~~~~~~~~~
 18625	/usr/include/glib-2.0/glib/gmacros.h:1385:20: note: in expansion of macro ‘_GLIB_CLEANUP’
 18626	 1385 | #define g_autofree _GLIB_CLEANUP(g_autoptr_cleanup_generic_gfree)
 18627	      |                    ^~~~~~~~~~~~~
 18628	../qemu-xen/nbd/client.c:158:5: note: in expansion of macro ‘g_autofree’
 18629	  158 |     g_autofree char *msg = NULL;
 18630	      |     ^~~~~~~~~~
 18631	../qemu-xen/nbd/client.c: In function ‘nbd_opt_info_or_go’:
 18632	../qemu-xen/nbd/client.c:343:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18633	  343 |     NBDOptionReply reply;
 18634	      |     ^~~~~~~~~~~~~~
 18635	../qemu-xen/nbd/client.c: In function ‘nbd_start_negotiate’:
 18636	../qemu-xen/nbd/client.c:889:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18637	  889 |     uint64_t magic;
 18638	      |     ^~~~~~~~
 18639	../qemu-xen/nbd/client.c: In function ‘nbd_receive_negotiate’:
 18640	../qemu-xen/nbd/client.c:1025:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18641	 1025 |     int result;
 18642	      |     ^~~
 18643	[1021/2756] Compiling C object libblock.fa.p/qemu-io-cmds.c.o
 18644	[1022/2756] Compiling C object libblock.fa.p/block_snapshot-access.c.o
 18645	[1023/2756] Compiling C object libblock.fa.p/block_dirty-bitmap.c.o
 18646	[1024/2756] Compiling C object libblock.fa.p/meson-generated_.._block_block-gen.c.o
 18647	[1025/2756] Compiling C object libblock.fa.p/block_qcow2-cache.c.o
 18648	[1026/2756] Compiling C object libblock.fa.p/block_raw-format.c.o
 18649	[1027/2756] Compiling C object libblock.fa.p/block_vhdx-endian.c.o
 18650	[1028/2756] Compiling C object libblock.fa.p/block_qapi.c.o
 18651	[1029/2756] Compiling C object libblock.fa.p/block_throttle.c.o
 18652	[1030/2756] Compiling C object libblock.fa.p/block_qcow2-snapshot.c.o
 18653	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:49,
 18654	                 from ../qemu-xen/block/qcow2-snapshot.c:25:
 18655	../qemu-xen/block/qcow2-snapshot.c: In function ‘qcow2_write_snapshots’:
 18656	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18657	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 18658	      |                                    ^~~~~~~~~~~~~~
 18659	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 18660	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 18661	      |                              ^~~~~~~~~~~~~~~~~~
 18662	../qemu-xen/block/qcow2-snapshot.c:402:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 18663	  402 |     QEMU_BUILD_BUG_ON(offsetof(QCowHeader, snapshots_offset) !=
 18664	      |     ^~~~~~~~~~~~~~~~~
 18665	[1031/2756] Generating block.syms with a custom command (wrapped by meson to capture output)
 18666	[1032/2756] Compiling C object libblock.fa.p/block_throttle-groups.c.o
 18667	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 18668	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 18669	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 18670	                 from /usr/include/glib-2.0/glib.h:32,
 18671	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 18672	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 18673	                 from ../qemu-xen/block/throttle-groups.c:25:
 18674	../qemu-xen/block/throttle-groups.c: In function ‘throttle_group_register_tgm’:
 18675	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18676	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18677	      |                                           ^~~~~~~~~~~~~
 18678	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18679	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18680	      |                             ^~~~~~~~~~~~~
 18681	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 18682	  165 |     g_autoptr(QemuLockable)                                      \
 18683	      |     ^~~~~~~~~
 18684	../qemu-xen/block/throttle-groups.c:552:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 18685	  552 |     QEMU_LOCK_GUARD(&tg->lock);
 18686	      |     ^~~~~~~~~~~~~~~
 18687	[1033/2756] Compiling C object libblock.fa.p/block_snapshot.c.o
 18688	[1034/2756] Generating qemu.syms with a custom command (wrapped by meson to capture output)
 18689	[1035/2756] Compiling C object libblock.fa.p/block_write-threshold.c.o
 18690	[1036/2756] Compiling C object libblock.fa.p/block_quorum.c.o
 18691	[1037/2756] Compiling C object libblock.fa.p/block_bochs.c.o
 18692	[1038/2756] Compiling C object libblock.fa.p/block_vhdx-log.c.o
 18693	[1039/2756] Compiling C object libblock.fa.p/block_cloop.c.o
 18694	[1040/2756] Compiling C object libblock.fa.p/block_qed-cluster.c.o
 18695	[1041/2756] Compiling C object libblock.fa.p/block_mirror.c.o
 18696	[1042/2756] Compiling C object libblock.fa.p/block_qcow2-bitmap.c.o
 18697	../qemu-xen/block/qcow2-bitmap.c: In function ‘qcow2_store_persistent_dirty_bitmaps’:
 18698	../qemu-xen/block/qcow2-bitmap.c:1529:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18699	 1529 |     BdrvDirtyBitmap *bitmap;
 18700	      |     ^~~~~~~~~~~~~~~
 18701	[1043/2756] Compiling C object libblock.fa.p/block_qed-check.c.o
 18702	[1044/2756] Compiling C object libblock.fa.p/block_qed-l2-cache.c.o
 18703	[1045/2756] Compiling C object libblock.fa.p/block_vpc.c.o
 18704	[1046/2756] Compiling C object libblock.fa.p/block_vdi.c.o
 18705	[1047/2756] Compiling C object libblock.fa.p/block_nbd.c.o
 18706	In file included from ../qemu-xen/block/nbd.c:44:
 18707	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h: In function ‘nbd_read’:
 18708	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h:363:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18709	  363 |     int ret = qio_channel_read_all(ioc, buffer, size, errp) < 0 ? -EIO : 0;
 18710	      |     ^~~
 18711	[1048/2756] Compiling C object libblock.fa.p/block_qed-table.c.o
 18712	[1049/2756] Compiling C object libblock.fa.p/block_block-backend.c.o
 18713	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 18714	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 18715	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 18716	                 from /usr/include/glib-2.0/glib.h:32,
 18717	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 18718	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 18719	                 from ../qemu-xen/block/block-backend.c:13:
 18720	../qemu-xen/block/block-backend.c: In function ‘blk_co_do_preadv_part’:
 18721	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18722	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18723	      |                                           ^~~~~~~~~~~~~
 18724	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18725	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18726	      |                             ^~~~~~~~~~~~~
 18727	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18728	  235 |     g_autoptr(GraphLockable)                                        \
 18729	      |     ^~~~~~~~~
 18730	../qemu-xen/block/block-backend.c:1292:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18731	 1292 |     GRAPH_RDLOCK_GUARD();
 18732	      |     ^~~~~~~~~~~~~~~~~~
 18733	../qemu-xen/block/block-backend.c: In function ‘blk_co_do_pwritev_part’:
 18734	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18735	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18736	      |                                           ^~~~~~~~~~~~~
 18737	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18738	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18739	      |                             ^~~~~~~~~~~~~
 18740	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18741	  235 |     g_autoptr(GraphLockable)                                        \
 18742	      |     ^~~~~~~~~
 18743	../qemu-xen/block/block-backend.c:1367:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18744	 1367 |     GRAPH_RDLOCK_GUARD();
 18745	      |     ^~~~~~~~~~~~~~~~~~
 18746	../qemu-xen/block/block-backend.c: In function ‘blk_co_block_status_above’:
 18747	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18748	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18749	      |                                           ^~~~~~~~~~~~~
 18750	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18751	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18752	      |                             ^~~~~~~~~~~~~
 18753	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18754	  235 |     g_autoptr(GraphLockable)                                        \
 18755	      |     ^~~~~~~~~
 18756	../qemu-xen/block/block-backend.c:1436:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18757	 1436 |     GRAPH_RDLOCK_GUARD();
 18758	      |     ^~~~~~~~~~~~~~~~~~
 18759	../qemu-xen/block/block-backend.c: In function ‘blk_co_is_allocated_above’:
 18760	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18761	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18762	      |                                           ^~~~~~~~~~~~~
 18763	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18764	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18765	      |                             ^~~~~~~~~~~~~
 18766	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18767	  235 |     g_autoptr(GraphLockable)                                        \
 18768	      |     ^~~~~~~~~
 18769	../qemu-xen/block/block-backend.c:1447:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18770	 1447 |     GRAPH_RDLOCK_GUARD();
 18771	      |     ^~~~~~~~~~~~~~~~~~
 18772	../qemu-xen/block/block-backend.c: In function ‘blk_co_getlength’:
 18773	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18774	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18775	      |                                           ^~~~~~~~~~~~~
 18776	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18777	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18778	      |                             ^~~~~~~~~~~~~
 18779	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18780	  235 |     g_autoptr(GraphLockable)                                        \
 18781	      |     ^~~~~~~~~
 18782	../qemu-xen/block/block-backend.c:1609:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18783	 1609 |     GRAPH_RDLOCK_GUARD();
 18784	      |     ^~~~~~~~~~~~~~~~~~
 18785	../qemu-xen/block/block-backend.c: In function ‘blk_co_nb_sectors’:
 18786	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18787	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18788	      |                                           ^~~~~~~~~~~~~
 18789	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18790	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18791	      |                             ^~~~~~~~~~~~~
 18792	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18793	  235 |     g_autoptr(GraphLockable)                                        \
 18794	      |     ^~~~~~~~~
 18795	../qemu-xen/block/block-backend.c:1623:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18796	 1623 |     GRAPH_RDLOCK_GUARD();
 18797	      |     ^~~~~~~~~~~~~~~~~~
 18798	../qemu-xen/block/block-backend.c: In function ‘blk_co_do_ioctl’:
 18799	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18800	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18801	      |                                           ^~~~~~~~~~~~~
 18802	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18803	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18804	      |                             ^~~~~~~~~~~~~
 18805	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18806	  235 |     g_autoptr(GraphLockable)                                        \
 18807	      |     ^~~~~~~~~
 18808	../qemu-xen/block/block-backend.c:1706:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18809	 1706 |     GRAPH_RDLOCK_GUARD();
 18810	      |     ^~~~~~~~~~~~~~~~~~
 18811	../qemu-xen/block/block-backend.c: In function ‘blk_co_do_pdiscard’:
 18812	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18813	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18814	      |                                           ^~~~~~~~~~~~~
 18815	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18816	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18817	      |                             ^~~~~~~~~~~~~
 18818	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18819	  235 |     g_autoptr(GraphLockable)                                        \
 18820	      |     ^~~~~~~~~
 18821	../qemu-xen/block/block-backend.c:1753:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18822	 1753 |     GRAPH_RDLOCK_GUARD();
 18823	      |     ^~~~~~~~~~~~~~~~~~
 18824	../qemu-xen/block/block-backend.c: In function ‘blk_co_do_flush’:
 18825	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18826	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18827	      |                                           ^~~~~~~~~~~~~
 18828	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18829	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18830	      |                             ^~~~~~~~~~~~~
 18831	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18832	  235 |     g_autoptr(GraphLockable)                                        \
 18833	      |     ^~~~~~~~~
 18834	../qemu-xen/block/block-backend.c:1799:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18835	 1799 |     GRAPH_RDLOCK_GUARD();
 18836	      |     ^~~~~~~~~~~~~~~~~~
 18837	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block-io.h:27,
 18838	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block.h:28,
 18839	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/block-backend-common.h:26,
 18840	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/block-backend-global-state.h:16,
 18841	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/block-backend.h:16,
 18842	                 from ../qemu-xen/block/block-backend.c:14:
 18843	../qemu-xen/block/block-backend.c: In function ‘blk_drain’:
 18844	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18845	   32 |   typeof(                                                                          \
 18846	      |   ^~~~~~
 18847	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio-wait.h:90:17: note: in definition of macro ‘AIO_WAIT_WHILE_INTERNAL’
 18848	   90 |         while ((cond)) {                                           \
 18849	      |                 ^~~~
 18850	../qemu-xen/block/block-backend.c:1847:5: note: in expansion of macro ‘AIO_WAIT_WHILE’
 18851	 1847 |     AIO_WAIT_WHILE(blk_get_aio_context(blk),
 18852	      |     ^~~~~~~~~~~~~~
 18853	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 18854	  176 |     typeof_strip_qual(*ptr) _val;                       \
 18855	      |     ^~~~~~~~~~~~~~~~~
 18856	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:271:5: note: in expansion of macro ‘qatomic_load_acquire’
 18857	  271 |     qatomic_load_acquire(ptr)
 18858	      |     ^~~~~~~~~~~~~~~~~~~~
 18859	../qemu-xen/block/block-backend.c:1848:20: note: in expansion of macro ‘qatomic_mb_read’
 18860	 1848 |                    qatomic_mb_read(&blk->in_flight) > 0);
 18861	      |                    ^~~~~~~~~~~~~~~
 18862	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18863	   32 |   typeof(                                                                          \
 18864	      |   ^~~~~~
 18865	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio-wait.h:97:17: note: in definition of macro ‘AIO_WAIT_WHILE_INTERNAL’
 18866	   97 |         while ((cond)) {                                           \
 18867	      |                 ^~~~
 18868	../qemu-xen/block/block-backend.c:1847:5: note: in expansion of macro ‘AIO_WAIT_WHILE’
 18869	 1847 |     AIO_WAIT_WHILE(blk_get_aio_context(blk),
 18870	      |     ^~~~~~~~~~~~~~
 18871	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 18872	  176 |     typeof_strip_qual(*ptr) _val;                       \
 18873	      |     ^~~~~~~~~~~~~~~~~
 18874	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:271:5: note: in expansion of macro ‘qatomic_load_acquire’
 18875	  271 |     qatomic_load_acquire(ptr)
 18876	      |     ^~~~~~~~~~~~~~~~~~~~
 18877	../qemu-xen/block/block-backend.c:1848:20: note: in expansion of macro ‘qatomic_mb_read’
 18878	 1848 |                    qatomic_mb_read(&blk->in_flight) > 0);
 18879	      |                    ^~~~~~~~~~~~~~~
 18880	../qemu-xen/block/block-backend.c: In function ‘blk_drain_all’:
 18881	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18882	   32 |   typeof(                                                                          \
 18883	      |   ^~~~~~
 18884	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio-wait.h:90:17: note: in definition of macro ‘AIO_WAIT_WHILE_INTERNAL’
 18885	   90 |         while ((cond)) {                                           \
 18886	      |                 ^~~~
 18887	../qemu-xen/block/block-backend.c:1870:9: note: in expansion of macro ‘AIO_WAIT_WHILE’
 18888	 1870 |         AIO_WAIT_WHILE(ctx, qatomic_mb_read(&blk->in_flight) > 0);
 18889	      |         ^~~~~~~~~~~~~~
 18890	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 18891	  176 |     typeof_strip_qual(*ptr) _val;                       \
 18892	      |     ^~~~~~~~~~~~~~~~~
 18893	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:271:5: note: in expansion of macro ‘qatomic_load_acquire’
 18894	  271 |     qatomic_load_acquire(ptr)
 18895	      |     ^~~~~~~~~~~~~~~~~~~~
 18896	../qemu-xen/block/block-backend.c:1870:29: note: in expansion of macro ‘qatomic_mb_read’
 18897	 1870 |         AIO_WAIT_WHILE(ctx, qatomic_mb_read(&blk->in_flight) > 0);
 18898	      |                             ^~~~~~~~~~~~~~~
 18899	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18900	   32 |   typeof(                                                                          \
 18901	      |   ^~~~~~
 18902	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio-wait.h:97:17: note: in definition of macro ‘AIO_WAIT_WHILE_INTERNAL’
 18903	   97 |         while ((cond)) {                                           \
 18904	      |                 ^~~~
 18905	../qemu-xen/block/block-backend.c:1870:9: note: in expansion of macro ‘AIO_WAIT_WHILE’
 18906	 1870 |         AIO_WAIT_WHILE(ctx, qatomic_mb_read(&blk->in_flight) > 0);
 18907	      |         ^~~~~~~~~~~~~~
 18908	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 18909	  176 |     typeof_strip_qual(*ptr) _val;                       \
 18910	      |     ^~~~~~~~~~~~~~~~~
 18911	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:271:5: note: in expansion of macro ‘qatomic_load_acquire’
 18912	  271 |     qatomic_load_acquire(ptr)
 18913	      |     ^~~~~~~~~~~~~~~~~~~~
 18914	../qemu-xen/block/block-backend.c:1870:29: note: in expansion of macro ‘qatomic_mb_read’
 18915	 1870 |         AIO_WAIT_WHILE(ctx, qatomic_mb_read(&blk->in_flight) > 0);
 18916	      |                             ^~~~~~~~~~~~~~~
 18917	../qemu-xen/block/block-backend.c: In function ‘blk_co_lock_medium’:
 18918	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18919	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18920	      |                                           ^~~~~~~~~~~~~
 18921	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18922	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18923	      |                             ^~~~~~~~~~~~~
 18924	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18925	  235 |     g_autoptr(GraphLockable)                                        \
 18926	      |     ^~~~~~~~~
 18927	../qemu-xen/block/block-backend.c:2051:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18928	 2051 |     GRAPH_RDLOCK_GUARD();
 18929	      |     ^~~~~~~~~~~~~~~~~~
 18930	../qemu-xen/block/block-backend.c: In function ‘blk_co_eject’:
 18931	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18932	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18933	      |                                           ^~~~~~~~~~~~~
 18934	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18935	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18936	      |                             ^~~~~~~~~~~~~
 18937	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18938	  235 |     g_autoptr(GraphLockable)                                        \
 18939	      |     ^~~~~~~~~
 18940	../qemu-xen/block/block-backend.c:2063:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18941	 2063 |     GRAPH_RDLOCK_GUARD();
 18942	      |     ^~~~~~~~~~~~~~~~~~
 18943	../qemu-xen/block/block-backend.c: In function ‘blk_co_io_plug’:
 18944	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18945	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18946	      |                                           ^~~~~~~~~~~~~
 18947	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18948	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18949	      |                             ^~~~~~~~~~~~~
 18950	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18951	  235 |     g_autoptr(GraphLockable)                                        \
 18952	      |     ^~~~~~~~~
 18953	../qemu-xen/block/block-backend.c:2371:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18954	 2371 |     GRAPH_RDLOCK_GUARD();
 18955	      |     ^~~~~~~~~~~~~~~~~~
 18956	../qemu-xen/block/block-backend.c: In function ‘blk_co_io_unplug’:
 18957	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18958	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18959	      |                                           ^~~~~~~~~~~~~
 18960	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18961	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18962	      |                             ^~~~~~~~~~~~~
 18963	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18964	  235 |     g_autoptr(GraphLockable)                                        \
 18965	      |     ^~~~~~~~~
 18966	../qemu-xen/block/block-backend.c:2382:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18967	 2382 |     GRAPH_RDLOCK_GUARD();
 18968	      |     ^~~~~~~~~~~~~~~~~~
 18969	../qemu-xen/block/block-backend.c: In function ‘blk_co_truncate’:
 18970	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18971	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18972	      |                                           ^~~~~~~~~~~~~
 18973	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18974	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18975	      |                             ^~~~~~~~~~~~~
 18976	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18977	  235 |     g_autoptr(GraphLockable)                                        \
 18978	      |     ^~~~~~~~~
 18979	../qemu-xen/block/block-backend.c:2424:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18980	 2424 |     GRAPH_RDLOCK_GUARD();
 18981	      |     ^~~~~~~~~~~~~~~~~~
 18982	../qemu-xen/block/block-backend.c: In function ‘blk_co_copy_range’:
 18983	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 18984	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 18985	      |                                           ^~~~~~~~~~~~~
 18986	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 18987	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 18988	      |                             ^~~~~~~~~~~~~
 18989	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:235:5: note: in expansion of macro ‘g_autoptr’
 18990	  235 |     g_autoptr(GraphLockable)                                        \
 18991	      |     ^~~~~~~~~
 18992	../qemu-xen/block/block-backend.c:2680:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD’
 18993	 2680 |     GRAPH_RDLOCK_GUARD();
 18994	      |     ^~~~~~~~~~~~~~~~~~
 18995	[1050/2756] Compiling C object libblock.fa.p/block_dmg.c.o
 18996	[1051/2756] Compiling C object libblock.fa.p/block_parallels-ext.c.o
 18997	[1052/2756] Compiling C object libblock.fa.p/block_vhdx.c.o
 18998	[1053/2756] Compiling C object libblock.fa.p/block_monitor_bitmap-qmp-cmds.c.o
 18999	[1054/2756] Compiling C object libblock.fa.p/block_linux-aio.c.o
 19000	[1055/2756] Compiling C object libblock.fa.p/block_qcow.c.o
 19001	[1056/2756] Compiling C object libblock.fa.p/block_dmg-bz2.c.o
 19002	[1057/2756] Compiling C object libblock.fa.p/block_stream.c.o
 19003	[1058/2756] Compiling C object libblock.fa.p/block_replication.c.o
 19004	In file included from ../qemu-xen/block/replication.c:18:
 19005	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h: In function ‘nbd_read’:
 19006	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h:363:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19007	  363 |     int ret = qio_channel_read_all(ioc, buffer, size, errp) < 0 ? -EIO : 0;
 19008	      |     ^~~
 19009	[1059/2756] Compiling C object libblock.fa.p/block_parallels.c.o
 19010	[1060/2756] Compiling C object libblockdev.fa.p/block_export_virtio-blk-handler.c.o
 19011	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:49,
 19012	                 from ../qemu-xen/block/export/virtio-blk-handler.c:15:
 19013	../qemu-xen/block/export/virtio-blk-handler.c: In function ‘virtio_blk_sect_range_ok’:
 19014	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19015	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 19016	      |                                    ^~~~~~~~~~~~~~
 19017	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 19018	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 19019	      |                              ^~~~~~~~~~~~~~~~~~
 19020	../qemu-xen/block/export/virtio-blk-handler.c:38:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 19021	   38 |     QEMU_BUILD_BUG_ON(BDRV_SECTOR_SIZE != VIRTIO_BLK_SECTOR_SIZE);
 19022	      |     ^~~~~~~~~~~~~~~~~
 19023	[1061/2756] Compiling C object libblockdev.fa.p/os-posix.c.o
 19024	[1062/2756] Compiling C object libblock.fa.p/block_qcow2-cluster.c.o
 19025	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:49,
 19026	                 from ../qemu-xen/block/qcow2-cluster.c:25:
 19027	../qemu-xen/block/qcow2-cluster.c: In function ‘qcow2_grow_l1_table’:
 19028	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19029	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 19030	      |                                    ^~~~~~~~~~~~~~
 19031	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 19032	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 19033	      |                              ^~~~~~~~~~~~~~~~~~
 19034	../qemu-xen/block/qcow2-cluster.c:119:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 19035	  119 |     QEMU_BUILD_BUG_ON(QCOW_MAX_L1_SIZE > INT_MAX);
 19036	      |     ^~~~~~~~~~~~~~~~~
 19037	../qemu-xen/block/qcow2-cluster.c: In function ‘handle_alloc’:
 19038	../qemu-xen/block/qcow2-cluster.c:1732:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19039	 1732 |     uint64_t requested_bytes = *bytes + offset_into_cluster(s, guest_offset);
 19040	      |     ^~~~~~~~
 19041	[1063/2756] Compiling C object libblockdev.fa.p/block_export_export.c.o
 19042	In file included from ../qemu-xen/block/export/export.c:21:
 19043	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h: In function ‘nbd_read’:
 19044	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h:363:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19045	  363 |     int ret = qio_channel_read_all(ioc, buffer, size, errp) < 0 ? -EIO : 0;
 19046	      |     ^~~
 19047	../qemu-xen/block/export/export.c: In function ‘qmp_block_export_del’:
 19048	../qemu-xen/block/export/export.c:331:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19049	  331 |     BlockExport *exp;
 19050	      |     ^~~~~~~~~~~
 19051	[1064/2756] Compiling C object libblockdev.fa.p/block_export_vhost-user-blk-server.c.o
 19052	../qemu-xen/block/export/vhost-user-blk-server.c: In function ‘vu_blk_process_vq’:
 19053	../qemu-xen/block/export/vhost-user-blk-server.c:94:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19054	   94 |         Coroutine *co =
 19055	      |         ^~~~~~~~~
 19056	[1065/2756] Compiling C object libblockdev.fa.p/block_export_vduse-blk.c.o
 19057	../qemu-xen/block/export/vduse-blk.c: In function ‘vduse_blk_vq_handler’:
 19058	../qemu-xen/block/export/vduse-blk.c:100:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19059	  100 |         Coroutine *co =
 19060	      |         ^~~~~~~~~
 19061	[1066/2756] Compiling C object libblockdev.fa.p/job-qmp.c.o
 19062	[1067/2756] Compiling C object libblockdev.fa.p/iothread.c.o
 19063	../qemu-xen/iothread.c: In function ‘iothread_set_aio_context_params’:
 19064	../qemu-xen/iothread.c:155:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19065	  155 |     IOThread *iothread = IOTHREAD(base);
 19066	      |     ^~~~~~~~
 19067	[1068/2756] Compiling C object libblockdev.fa.p/blockdev-nbd.c.o
 19068	In file included from ../qemu-xen/blockdev-nbd.c:20:
 19069	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h: In function ‘nbd_read’:
 19070	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h:363:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19071	  363 |     int ret = qio_channel_read_all(ioc, buffer, size, errp) < 0 ? -EIO : 0;
 19072	      |     ^~~
 19073	[1069/2756] Compiling C object libchardev.fa.p/chardev_char-file.c.o
 19074	[1070/2756] Compiling C object libqmp.fa.p/qom_qom-qmp-cmds.c.o
 19075	[1071/2756] Compiling C object libchardev.fa.p/chardev_char-null.c.o
 19076	[1072/2756] Compiling C object libblock.fa.p/block_io.c.o
 19077	../qemu-xen/block/io.c: In function ‘bdrv_refresh_limits’:
 19078	../qemu-xen/block/io.c:158:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19079	  158 |     BlockDriver *drv = bs->drv;
 19080	      |     ^~~~~~~~~~~
 19081	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 19082	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 19083	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 19084	                 from /usr/include/glib-2.0/glib.h:32,
 19085	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 19086	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 19087	                 from ../qemu-xen/block/io.c:25:
 19088	../qemu-xen/block/io.c: In function ‘bdrv_register_buf’:
 19089	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19090	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 19091	      |                                           ^~~~~~~~~~~~~
 19092	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 19093	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 19094	      |                             ^~~~~~~~~~~~~
 19095	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:272:5: note: in expansion of macro ‘g_autoptr’
 19096	  272 |     g_autoptr(GraphLockableMainloop)                                \
 19097	      |     ^~~~~~~~~
 19098	../qemu-xen/block/io.c:3222:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD_MAINLOOP’
 19099	 3222 |     GRAPH_RDLOCK_GUARD_MAINLOOP();
 19100	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
 19101	../qemu-xen/block/io.c: In function ‘bdrv_unregister_buf’:
 19102	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19103	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 19104	      |                                           ^~~~~~~~~~~~~
 19105	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 19106	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 19107	      |                             ^~~~~~~~~~~~~
 19108	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/graph-lock.h:272:5: note: in expansion of macro ‘g_autoptr’
 19109	  272 |     g_autoptr(GraphLockableMainloop)                                \
 19110	      |     ^~~~~~~~~
 19111	../qemu-xen/block/io.c:3243:5: note: in expansion of macro ‘GRAPH_RDLOCK_GUARD_MAINLOOP’
 19112	 3243 |     GRAPH_RDLOCK_GUARD_MAINLOOP();
 19113	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
 19114	[1073/2756] Compiling C object libchardev.fa.p/chardev_char-io.c.o
 19115	[1074/2756] Compiling C object libchardev.fa.p/chardev_char-pipe.c.o
 19116	[1075/2756] Compiling C object libchardev.fa.p/chardev_char-fe.c.o
 19117	[1076/2756] Compiling C object libqmp.fa.p/monitor_qmp-cmds-control.c.o
 19118	[1077/2756] Compiling C object libchardev.fa.p/chardev_char-ringbuf.c.o
 19119	[1078/2756] Compiling C object libblock.fa.p/block_qed.c.o
 19120	[1079/2756] Compiling C object libblock.fa.p/block_vmdk.c.o
 19121	[1080/2756] Compiling C object libqmp.fa.p/monitor_qmp.c.o
 19122	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:113,
 19123	                 from ../qemu-xen/monitor/qmp.c:25:
 19124	../qemu-xen/monitor/qmp.c: In function ‘monitor_qmp_dispatcher_co’:
 19125	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19126	   32 |   typeof(                                                                          \
 19127	      |   ^~~~~~
 19128	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 19129	  176 |     typeof_strip_qual(*ptr) _val;                       \
 19130	      |     ^~~~~~~~~~~~~~~~~
 19131	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:271:5: note: in expansion of macro ‘qatomic_load_acquire’
 19132	  271 |     qatomic_load_acquire(ptr)
 19133	      |     ^~~~~~~~~~~~~~~~~~~~
 19134	../qemu-xen/monitor/qmp.c:218:16: note: in expansion of macro ‘qatomic_mb_read’
 19135	  218 |         assert(qatomic_mb_read(&qmp_dispatcher_co_busy) == true);
 19136	      |                ^~~~~~~~~~~~~~~
 19137	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19138	   32 |   typeof(                                                                          \
 19139	      |   ^~~~~~
 19140	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 19141	  176 |     typeof_strip_qual(*ptr) _val;                       \
 19142	      |     ^~~~~~~~~~~~~~~~~
 19143	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:271:5: note: in expansion of macro ‘qatomic_load_acquire’
 19144	  271 |     qatomic_load_acquire(ptr)
 19145	      |     ^~~~~~~~~~~~~~~~~~~~
 19146	../qemu-xen/monitor/qmp.c:218:16: note: in expansion of macro ‘qatomic_mb_read’
 19147	  218 |         assert(qatomic_mb_read(&qmp_dispatcher_co_busy) == true);
 19148	      |                ^~~~~~~~~~~~~~~
 19149	[1081/2756] Compiling C object libchardev.fa.p/chardev_char-serial.c.o
 19150	[1082/2756] Compiling C object libchardev.fa.p/chardev_char-stdio.c.o
 19151	[1083/2756] Compiling C object libblock.fa.p/block_curl.c.o
 19152	[1084/2756] Compiling C object libblock.fa.p/block_qcow2-refcount.c.o
 19153	../qemu-xen/block/qcow2-refcount.c: In function ‘alloc_refcount_block’:
 19154	../qemu-xen/block/qcow2-refcount.c:369:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19155	  369 |     int64_t new_block = alloc_clusters_noref(bs, s->cluster_size, INT64_MAX);
 19156	      |     ^~~~~~~
 19157	../qemu-xen/block/qcow2-refcount.c:401:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19158	  401 |         int block_index = (new_block >> s->cluster_bits) &
 19159	      |         ^~~
 19160	../qemu-xen/block/qcow2-refcount.c:485:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19161	  485 |     uint64_t blocks_used = DIV_ROUND_UP(MAX(cluster_index + 1,
 19162	      |     ^~~~~~~~
 19163	../qemu-xen/block/qcow2-refcount.c: In function ‘qcow2_refcount_area’:
 19164	../qemu-xen/block/qcow2-refcount.c:699:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19165	  699 |     struct QEMU_PACKED {
 19166	      |     ^~~~~~
 19167	../qemu-xen/block/qcow2-refcount.c:714:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19168	  714 |     uint64_t old_table_offset = s->refcount_table_offset;
 19169	      |     ^~~~~~~~
 19170	[1085/2756] Compiling C object libchardev.fa.p/chardev_char-fd.c.o
 19171	[1086/2756] Compiling C object libchardev.fa.p/chardev_char-pty.c.o
 19172	[1087/2756] Compiling C object libchardev.fa.p/chardev_char-mux.c.o
 19173	[1088/2756] Compiling C object libchardev.fa.p/chardev_char-parallel.c.o
 19174	[1089/2756] Compiling C object libhwcore.fa.p/hw_core_reset.c.o
 19175	[1090/2756] Compiling C object libqmp.fa.p/monitor_monitor.c.o
 19176	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 19177	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 19178	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 19179	                 from /usr/include/glib-2.0/glib.h:32,
 19180	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 19181	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 19182	                 from ../qemu-xen/monitor/monitor.c:25:
 19183	../qemu-xen/monitor/monitor.c: In function ‘monitor_qapi_event_queue_no_reenter’:
 19184	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19185	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 19186	      |                                           ^~~~~~~~~~~~~
 19187	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 19188	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 19189	      |                             ^~~~~~~~~~~~~
 19190	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 19191	  165 |     g_autoptr(QemuLockable)                                      \
 19192	      |     ^~~~~~~~~
 19193	../qemu-xen/monitor/monitor.c:388:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 19194	  388 |     QEMU_LOCK_GUARD(&monitor_lock);
 19195	      |     ^~~~~~~~~~~~~~~
 19196	../qemu-xen/monitor/monitor.c: In function ‘monitor_qapi_event_handler’:
 19197	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19198	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 19199	      |                                           ^~~~~~~~~~~~~
 19200	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 19201	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 19202	      |                             ^~~~~~~~~~~~~
 19203	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 19204	  165 |     g_autoptr(QemuLockable)                                      \
 19205	      |     ^~~~~~~~~
 19206	../qemu-xen/monitor/monitor.c:484:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 19207	  484 |     QEMU_LOCK_GUARD(&monitor_lock);
 19208	      |     ^~~~~~~~~~~~~~~
 19209	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 19210	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 19211	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/chardev/char.h:5,
 19212	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/chardev/char-fe.h:4,
 19213	                 from ../qemu-xen/monitor/monitor-internal.h:28,
 19214	                 from ../qemu-xen/monitor/monitor.c:26:
 19215	../qemu-xen/monitor/monitor.c: In function ‘monitor_can_read’:
 19216	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19217	   32 |   typeof(                                                                          \
 19218	      |   ^~~~~~
 19219	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 19220	  176 |     typeof_strip_qual(*ptr) _val;                       \
 19221	      |     ^~~~~~~~~~~~~~~~~
 19222	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:271:5: note: in expansion of macro ‘qatomic_load_acquire’
 19223	  271 |     qatomic_load_acquire(ptr)
 19224	      |     ^~~~~~~~~~~~~~~~~~~~
 19225	../qemu-xen/monitor/monitor.c:606:13: note: in expansion of macro ‘qatomic_mb_read’
 19226	  606 |     return !qatomic_mb_read(&mon->suspend_cnt);
 19227	      |             ^~~~~~~~~~~~~~~
 19228	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block-io.h:27,
 19229	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block.h:28,
 19230	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/monitor/monitor.h:4,
 19231	                 from ../qemu-xen/monitor/monitor-internal.h:29:
 19232	../qemu-xen/monitor/monitor.c: In function ‘monitor_cleanup’:
 19233	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19234	   32 |   typeof(                                                                          \
 19235	      |   ^~~~~~
 19236	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio-wait.h:90:17: note: in definition of macro ‘AIO_WAIT_WHILE_INTERNAL’
 19237	   90 |         while ((cond)) {                                           \
 19238	      |                 ^~~~
 19239	../qemu-xen/monitor/monitor.c:682:5: note: in expansion of macro ‘AIO_WAIT_WHILE’
 19240	  682 |     AIO_WAIT_WHILE(qemu_get_aio_context(),
 19241	      |     ^~~~~~~~~~~~~~
 19242	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 19243	  176 |     typeof_strip_qual(*ptr) _val;                       \
 19244	      |     ^~~~~~~~~~~~~~~~~
 19245	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:271:5: note: in expansion of macro ‘qatomic_load_acquire’
 19246	  271 |     qatomic_load_acquire(ptr)
 19247	      |     ^~~~~~~~~~~~~~~~~~~~
 19248	../qemu-xen/monitor/monitor.c:684:21: note: in expansion of macro ‘qatomic_mb_read’
 19249	  684 |                     qatomic_mb_read(&qmp_dispatcher_co_busy)));
 19250	      |                     ^~~~~~~~~~~~~~~
 19251	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19252	   32 |   typeof(                                                                          \
 19253	      |   ^~~~~~
 19254	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio-wait.h:97:17: note: in definition of macro ‘AIO_WAIT_WHILE_INTERNAL’
 19255	   97 |         while ((cond)) {                                           \
 19256	      |                 ^~~~
 19257	../qemu-xen/monitor/monitor.c:682:5: note: in expansion of macro ‘AIO_WAIT_WHILE’
 19258	  682 |     AIO_WAIT_WHILE(qemu_get_aio_context(),
 19259	      |     ^~~~~~~~~~~~~~
 19260	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 19261	  176 |     typeof_strip_qual(*ptr) _val;                       \
 19262	      |     ^~~~~~~~~~~~~~~~~
 19263	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:271:5: note: in expansion of macro ‘qatomic_load_acquire’
 19264	  271 |     qatomic_load_acquire(ptr)
 19265	      |     ^~~~~~~~~~~~~~~~~~~~
 19266	../qemu-xen/monitor/monitor.c:684:21: note: in expansion of macro ‘qatomic_mb_read’
 19267	  684 |                     qatomic_mb_read(&qmp_dispatcher_co_busy)));
 19268	      |                     ^~~~~~~~~~~~~~~
 19269	../qemu-xen/monitor/monitor.c: In function ‘monitor_init’:
 19270	../qemu-xen/monitor/monitor.c:742:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19271	  742 |     Chardev *chr;
 19272	      |     ^~~~~~~
 19273	[1091/2756] Compiling C object libhwcore.fa.p/hw_core_vmstate-if.c.o
 19274	[1092/2756] Compiling C object libchardev.fa.p/chardev_char-udp.c.o
 19275	[1093/2756] Compiling C object libhwcore.fa.p/hw_core_hotplug.c.o
 19276	[1094/2756] Compiling C object libhwcore.fa.p/hw_core_bus.c.o
 19277	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 19278	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 19279	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 19280	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 19281	                 from ../qemu-xen/hw/core/bus.c:21:
 19282	../qemu-xen/hw/core/bus.c: In function ‘qbus_walk_children’:
 19283	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19284	   32 |   typeof(                                                                          \
 19285	      |   ^~~~~~
 19286	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19287	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19288	      |     ^~~~~~~~~~~~~~~~~
 19289	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 19290	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 19291	      |                  ^~~~~~~~~~~~~~~~
 19292	../qemu-xen/hw/core/bus.c:53:9: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19293	   53 |         QTAILQ_FOREACH_RCU(kid, &bus->children, sibling) {
 19294	      |         ^~~~~~~~~~~~~~~~~~
 19295	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19296	   32 |   typeof(                                                                          \
 19297	      |   ^~~~~~
 19298	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19299	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19300	      |     ^~~~~~~~~~~~~~~~~
 19301	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 19302	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 19303	      |                  ^~~~~~~~~~~~~~~~
 19304	../qemu-xen/hw/core/bus.c:53:9: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19305	   53 |         QTAILQ_FOREACH_RCU(kid, &bus->children, sibling) {
 19306	      |         ^~~~~~~~~~~~~~~~~~
 19307	../qemu-xen/hw/core/bus.c: In function ‘bus_reset_child_foreach’:
 19308	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19309	   32 |   typeof(                                                                          \
 19310	      |   ^~~~~~
 19311	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19312	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19313	      |     ^~~~~~~~~~~~~~~~~
 19314	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 19315	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 19316	      |                  ^~~~~~~~~~~~~~~~
 19317	../qemu-xen/hw/core/bus.c:96:9: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19318	   96 |         QTAILQ_FOREACH_RCU(kid, &bus->children, sibling) {
 19319	      |         ^~~~~~~~~~~~~~~~~~
 19320	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19321	   32 |   typeof(                                                                          \
 19322	      |   ^~~~~~
 19323	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19324	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19325	      |     ^~~~~~~~~~~~~~~~~
 19326	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 19327	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 19328	      |                  ^~~~~~~~~~~~~~~~
 19329	../qemu-xen/hw/core/bus.c:96:9: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19330	   96 |         QTAILQ_FOREACH_RCU(kid, &bus->children, sibling) {
 19331	      |         ^~~~~~~~~~~~~~~~~~
 19332	../qemu-xen/hw/core/bus.c: In function ‘bus_set_realized’:
 19333	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19334	   32 |   typeof(                                                                          \
 19335	      |   ^~~~~~
 19336	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19337	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19338	      |     ^~~~~~~~~~~~~~~~~
 19339	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 19340	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 19341	      |                  ^~~~~~~~~~~~~~~~
 19342	../qemu-xen/hw/core/bus.c:203:13: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19343	  203 |             QTAILQ_FOREACH_RCU(kid, &bus->children, sibling) {
 19344	      |             ^~~~~~~~~~~~~~~~~~
 19345	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19346	   32 |   typeof(                                                                          \
 19347	      |   ^~~~~~
 19348	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19349	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19350	      |     ^~~~~~~~~~~~~~~~~
 19351	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 19352	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 19353	      |                  ^~~~~~~~~~~~~~~~
 19354	../qemu-xen/hw/core/bus.c:203:13: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19355	  203 |             QTAILQ_FOREACH_RCU(kid, &bus->children, sibling) {
 19356	      |             ^~~~~~~~~~~~~~~~~~
 19357	[1095/2756] Compiling C object libhwcore.fa.p/hw_core_irq.c.o
 19358	[1096/2756] Linking static target libqmp.fa
 19359	[1097/2756] Compiling C object libhwcore.fa.p/hw_core_qdev-clock.c.o
 19360	[1098/2756] Compiling C object libhwcore.fa.p/hw_core_clock.c.o
 19361	[1099/2756] Compiling C object libblock.fa.p/block_nvme.c.o
 19362	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:49,
 19363	                 from ../qemu-xen/block/nvme.c:14:
 19364	../qemu-xen/block/nvme.c: In function ‘nvme_init’:
 19365	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19366	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 19367	      |                                    ^~~~~~~~~~~~~~
 19368	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 19369	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 19370	      |                              ^~~~~~~~~~~~~~~~~~
 19371	../qemu-xen/block/nvme.c:835:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 19372	  835 |     QEMU_BUILD_BUG_ON((NVME_QUEUE_SIZE - 1) & 0xF000);
 19373	      |     ^~~~~~~~~~~~~~~~~
 19374	../qemu-xen/block/nvme.c: In function ‘nvme_co_pwrite_zeroes’:
 19375	../qemu-xen/block/nvme.c:1352:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19376	 1352 |     NvmeCmd cmd = {
 19377	      |     ^~~~~~~
 19378	[1100/2756] Compiling C object libcommon.fa.p/page-vary-common.c.o
 19379	[1101/2756] Compiling C object libhwcore.fa.p/hw_core_resettable.c.o
 19380	../qemu-xen/hw/core/resettable.c: In function ‘resettable_phase_hold’:
 19381	../qemu-xen/hw/core/resettable.c:178:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19382	  178 |         ResettableTrFunction tr_func = resettable_get_tr_func(rc, obj);
 19383	      |         ^~~~~~~~~~~~~~~~~~~~
 19384	[1102/2756] Compiling C object libcommon.fa.p/gdbstub_syscalls.c.o
 19385	[1103/2756] Compiling C object libblock.fa.p/block_file-posix.c.o
 19386	../qemu-xen/block/file-posix.c: In function ‘probe_logical_blocksize’:
 19387	../qemu-xen/block/file-posix.c:286:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19388	  286 |     static const unsigned long ioctl_list[] = {
 19389	      |     ^~~~~~
 19390	../qemu-xen/block/file-posix.c: In function ‘raw_probe_alignment’:
 19391	../qemu-xen/block/file-posix.c:412:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19392	  412 |     struct xfs_dioattr {
 19393	      |     ^~~~~~
 19394	[1104/2756] Compiling C object libhwcore.fa.p/hw_core_qdev-hotplug.c.o
 19395	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 19396	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 19397	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 19398	                 from ../qemu-xen/hw/core/qdev-hotplug.c:13:
 19399	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 19400	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19401	   32 |   typeof(                                                                          \
 19402	      |   ^~~~~~
 19403	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19404	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19405	      |     ^~~~~~~~~~~~~~~~~
 19406	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 19407	 1100 |     return qatomic_rcu_read(&as->current_map);
 19408	      |            ^~~~~~~~~~~~~~~~
 19409	[1105/2756] Compiling C object libhwcore.fa.p/hw_core_qdev-properties.c.o
 19410	[1106/2756] Compiling C object libcommon.fa.p/ui_input-keymap.c.o
 19411	[1107/2756] Compiling C object libcommon.fa.p/trace_trace-hmp-cmds.c.o
 19412	[1108/2756] Compiling C object libcommon.fa.p/ui_clipboard.c.o
 19413	[1109/2756] Compiling C object libcommon.fa.p/cpus-common.c.o
 19414	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 19415	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 19416	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio.h:23,
 19417	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/main-loop.h:28,
 19418	                 from ../qemu-xen/cpus-common.c:21:
 19419	../qemu-xen/cpus-common.c: In function ‘cpu_get_free_index’:
 19420	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19421	   32 |   typeof(                                                                          \
 19422	      |   ^~~~~~
 19423	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19424	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19425	      |     ^~~~~~~~~~~~~~~~~
 19426	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 19427	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 19428	      |                  ^~~~~~~~~~~~~~~~
 19429	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19430	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 19431	      |                          ^~~~~~~~~~~~~~~~~~
 19432	../qemu-xen/cpus-common.c:68:5: note: in expansion of macro ‘CPU_FOREACH’
 19433	   68 |     CPU_FOREACH(some_cpu) {
 19434	      |     ^~~~~~~~~~~
 19435	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19436	   32 |   typeof(                                                                          \
 19437	      |   ^~~~~~
 19438	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19439	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19440	      |     ^~~~~~~~~~~~~~~~~
 19441	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 19442	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 19443	      |                  ^~~~~~~~~~~~~~~~
 19444	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19445	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 19446	      |                          ^~~~~~~~~~~~~~~~~~
 19447	../qemu-xen/cpus-common.c:68:5: note: in expansion of macro ‘CPU_FOREACH’
 19448	   68 |     CPU_FOREACH(some_cpu) {
 19449	      |     ^~~~~~~~~~~
 19450	../qemu-xen/cpus-common.c: In function ‘qemu_get_cpu’:
 19451	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19452	   32 |   typeof(                                                                          \
 19453	      |   ^~~~~~
 19454	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19455	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19456	      |     ^~~~~~~~~~~~~~~~~
 19457	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 19458	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 19459	      |                  ^~~~~~~~~~~~~~~~
 19460	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19461	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 19462	      |                          ^~~~~~~~~~~~~~~~~~
 19463	../qemu-xen/cpus-common.c:114:5: note: in expansion of macro ‘CPU_FOREACH’
 19464	  114 |     CPU_FOREACH(cpu) {
 19465	      |     ^~~~~~~~~~~
 19466	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19467	   32 |   typeof(                                                                          \
 19468	      |   ^~~~~~
 19469	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19470	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19471	      |     ^~~~~~~~~~~~~~~~~
 19472	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 19473	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 19474	      |                  ^~~~~~~~~~~~~~~~
 19475	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19476	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 19477	      |                          ^~~~~~~~~~~~~~~~~~
 19478	../qemu-xen/cpus-common.c:114:5: note: in expansion of macro ‘CPU_FOREACH’
 19479	  114 |     CPU_FOREACH(cpu) {
 19480	      |     ^~~~~~~~~~~
 19481	../qemu-xen/cpus-common.c: In function ‘do_run_on_cpu’:
 19482	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19483	   32 |   typeof(                                                                          \
 19484	      |   ^~~~~~
 19485	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 19486	  176 |     typeof_strip_qual(*ptr) _val;                       \
 19487	      |     ^~~~~~~~~~~~~~~~~
 19488	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:271:5: note: in expansion of macro ‘qatomic_load_acquire’
 19489	  271 |     qatomic_load_acquire(ptr)
 19490	      |     ^~~~~~~~~~~~~~~~~~~~
 19491	../qemu-xen/cpus-common.c:160:13: note: in expansion of macro ‘qatomic_mb_read’
 19492	  160 |     while (!qatomic_mb_read(&wi.done)) {
 19493	      |             ^~~~~~~~~~~~~~~
 19494	../qemu-xen/cpus-common.c: In function ‘start_exclusive’:
 19495	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19496	   32 |   typeof(                                                                          \
 19497	      |   ^~~~~~
 19498	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19499	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19500	      |     ^~~~~~~~~~~~~~~~~
 19501	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 19502	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 19503	      |                  ^~~~~~~~~~~~~~~~
 19504	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19505	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 19506	      |                          ^~~~~~~~~~~~~~~~~~
 19507	../qemu-xen/cpus-common.c:210:5: note: in expansion of macro ‘CPU_FOREACH’
 19508	  210 |     CPU_FOREACH(other_cpu) {
 19509	      |     ^~~~~~~~~~~
 19510	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19511	   32 |   typeof(                                                                          \
 19512	      |   ^~~~~~
 19513	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19514	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19515	      |     ^~~~~~~~~~~~~~~~~
 19516	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 19517	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 19518	      |                  ^~~~~~~~~~~~~~~~
 19519	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19520	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 19521	      |                          ^~~~~~~~~~~~~~~~~~
 19522	../qemu-xen/cpus-common.c:210:5: note: in expansion of macro ‘CPU_FOREACH’
 19523	  210 |     CPU_FOREACH(other_cpu) {
 19524	      |     ^~~~~~~~~~~
 19525	[1110/2756] Compiling C object libcommon.fa.p/hw_core_machine-smp.c.o
 19526	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 19527	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 19528	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 19529	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 19530	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 19531	                 from ../qemu-xen/hw/core/machine-smp.c:21:
 19532	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 19533	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19534	   32 |   typeof(                                                                          \
 19535	      |   ^~~~~~
 19536	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19537	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19538	      |     ^~~~~~~~~~~~~~~~~
 19539	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 19540	 1100 |     return qatomic_rcu_read(&as->current_map);
 19541	      |            ^~~~~~~~~~~~~~~~
 19542	[1111/2756] Compiling C object libchardev.fa.p/chardev_char-socket.c.o
 19543	[1112/2756] Compiling C object libcommon.fa.p/hw_core_cpu-common.c.o
 19544	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 19545	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 19546	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 19547	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:23,
 19548	                 from ../qemu-xen/hw/core/cpu-common.c:23:
 19549	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 19550	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19551	   32 |   typeof(                                                                          \
 19552	      |   ^~~~~~
 19553	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19554	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19555	      |     ^~~~~~~~~~~~~~~~~
 19556	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 19557	 1100 |     return qatomic_rcu_read(&as->current_map);
 19558	      |            ^~~~~~~~~~~~~~~~
 19559	../qemu-xen/hw/core/cpu-common.c: In function ‘cpu_by_arch_id’:
 19560	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19561	   32 |   typeof(                                                                          \
 19562	      |   ^~~~~~
 19563	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19564	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19565	      |     ^~~~~~~~~~~~~~~~~
 19566	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 19567	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 19568	      |                  ^~~~~~~~~~~~~~~~
 19569	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19570	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 19571	      |                          ^~~~~~~~~~~~~~~~~~
 19572	../qemu-xen/hw/core/cpu-common.c:42:5: note: in expansion of macro ‘CPU_FOREACH’
 19573	   42 |     CPU_FOREACH(cpu) {
 19574	      |     ^~~~~~~~~~~
 19575	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19576	   32 |   typeof(                                                                          \
 19577	      |   ^~~~~~
 19578	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19579	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19580	      |     ^~~~~~~~~~~~~~~~~
 19581	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 19582	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 19583	      |                  ^~~~~~~~~~~~~~~~
 19584	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19585	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 19586	      |                          ^~~~~~~~~~~~~~~~~~
 19587	../qemu-xen/hw/core/cpu-common.c:42:5: note: in expansion of macro ‘CPU_FOREACH’
 19588	   42 |     CPU_FOREACH(cpu) {
 19589	      |     ^~~~~~~~~~~
 19590	[1113/2756] Compiling C object libcommon.fa.p/qom_qom-hmp-cmds.c.o
 19591	[1114/2756] Compiling C object libchardev.fa.p/chardev_char.c.o
 19592	../qemu-xen/chardev/char.c: In function ‘qmp_chardev_add’:
 19593	../qemu-xen/chardev/char.c:1002:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19594	 1002 |     const ChardevClass *cc;
 19595	      |     ^~~~~
 19596	[1115/2756] Compiling C object libcommon.fa.p/ui_keymaps.c.o
 19597	[1116/2756] Compiling C object libhwcore.fa.p/hw_core_qdev.c.o
 19598	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 19599	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 19600	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 19601	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 19602	                 from ../qemu-xen/hw/core/qdev.c:37:
 19603	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 19604	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19605	   32 |   typeof(                                                                          \
 19606	      |   ^~~~~~
 19607	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19608	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19609	      |     ^~~~~~~~~~~~~~~~~
 19610	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 19611	 1100 |     return qatomic_rcu_read(&as->current_map);
 19612	      |            ^~~~~~~~~~~~~~~~
 19613	../qemu-xen/hw/core/qdev.c: In function ‘qdev_should_hide_device’:
 19614	../qemu-xen/hw/core/qdev.c:230:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19615	  230 |     DeviceListener *listener;
 19616	      |     ^~~~~~~~~~~~~~
 19617	../qemu-xen/hw/core/qdev.c: In function ‘qdev_find_recursive’:
 19618	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19619	   32 |   typeof(                                                                          \
 19620	      |   ^~~~~~
 19621	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19622	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19623	      |     ^~~~~~~~~~~~~~~~~
 19624	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 19625	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 19626	      |                  ^~~~~~~~~~~~~~~~
 19627	../qemu-xen/hw/core/qdev.c:396:9: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19628	  396 |         QTAILQ_FOREACH_RCU(kid, &bus->children, sibling) {
 19629	      |         ^~~~~~~~~~~~~~~~~~
 19630	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19631	   32 |   typeof(                                                                          \
 19632	      |   ^~~~~~
 19633	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19634	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19635	      |     ^~~~~~~~~~~~~~~~~
 19636	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 19637	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 19638	      |                  ^~~~~~~~~~~~~~~~
 19639	../qemu-xen/hw/core/qdev.c:396:9: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 19640	  396 |         QTAILQ_FOREACH_RCU(kid, &bus->children, sibling) {
 19641	      |         ^~~~~~~~~~~~~~~~~~
 19642	[1117/2756] Compiling C object libcommon.fa.p/ui_dbus-module.c.o
 19643	[1118/2756] Compiling C object libblock.fa.p/block_qcow2.c.o
 19644	../qemu-xen/block/qcow2.c: In function ‘qcow2_do_open’:
 19645	../qemu-xen/block/qcow2.c:1302:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19646	 1302 |     BDRVQcow2State *s = bs->opaque;
 19647	      |     ^~~~~~~~~~~~~~
 19648	../qemu-xen/block/qcow2.c: In function ‘qcow2_co_invalidate_cache’:
 19649	../qemu-xen/block/qcow2.c:2784:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19650	 2784 |     BDRVQcow2State *s = bs->opaque;
 19651	      |     ^~~~~~~~~~~~~~
 19652	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:49,
 19653	                 from ../qemu-xen/block/qcow2.c:25:
 19654	../qemu-xen/block/qcow2.c: In function ‘qcow2_co_create’:
 19655	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19656	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 19657	      |                                    ^~~~~~~~~~~~~~
 19658	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 19659	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 19660	      |                              ^~~~~~~~~~~~~~~~~~
 19661	../qemu-xen/block/qcow2.c:3648:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 19662	 3648 |     QEMU_BUILD_BUG_ON((1 << MIN_CLUSTER_BITS) < sizeof(*header));
 19663	      |     ^~~~~~~~~~~~~~~~~
 19664	../qemu-xen/block/qcow2.c: In function ‘qcow2_co_create_opts’:
 19665	../qemu-xen/block/qcow2.c:3861:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19666	 3861 |     static const QDictRenames opt_renames[] = {
 19667	      |     ^~~~~~
 19668	[1119/2756] Compiling C object libcommon.fa.p/ui_input-legacy.c.o
 19669	[1120/2756] Compiling C object libcommon.fa.p/ui_spice-module.c.o
 19670	[1121/2756] Linking static target libchardev.fa
 19671	[1122/2756] Compiling C object libcommon.fa.p/ui_cursor.c.o
 19672	[1123/2756] Compiling C object libcommon.fa.p/ui_kbd-state.c.o
 19673	[1124/2756] Linking static target libhwcore.fa
 19674	[1125/2756] Compiling C object libcommon.fa.p/ui_ui-qmp-cmds.c.o
 19675	[1126/2756] Compiling C object libcommon.fa.p/ui_input-barrier.c.o
 19676	[1127/2756] Compiling C object libcommon.fa.p/ui_qemu-pixman.c.o
 19677	[1128/2756] Compiling C object libcommon.fa.p/ui_vnc-palette.c.o
 19678	[1129/2756] Compiling C object libcommon.fa.p/ui_udmabuf.c.o
 19679	[1130/2756] Compiling C object libcommon.fa.p/ui_vnc-enc-zlib.c.o
 19680	[1131/2756] Compiling C object libcommon.fa.p/ui_input-linux.c.o
 19681	[1132/2756] Compiling C object libcommon.fa.p/ui_util.c.o
 19682	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 19683	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 19684	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 19685	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 19686	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 19687	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 19688	                 from ../qemu-xen/ui/util.c:20:
 19689	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 19690	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19691	   32 |   typeof(                                                                          \
 19692	      |   ^~~~~~
 19693	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19694	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19695	      |     ^~~~~~~~~~~~~~~~~
 19696	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 19697	 1100 |     return qatomic_rcu_read(&as->current_map);
 19698	      |            ^~~~~~~~~~~~~~~~
 19699	../qemu-xen/ui/util.c: In function ‘append_pci_address’:
 19700	../qemu-xen/ui/util.c:42:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19701	   42 |     size_t len = strlen(buf);
 19702	      |     ^~~~~~
 19703	[1133/2756] Compiling C object libcommon.fa.p/ui_ui-hmp-cmds.c.o
 19704	[1134/2756] Compiling C object libblock.fa.p/block.c.o
 19705	In file included from ../qemu-xen/block.c:32:
 19706	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h: In function ‘nbd_read’:
 19707	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h:363:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19708	  363 |     int ret = qio_channel_read_all(ioc, buffer, size, errp) < 0 ? -EIO : 0;
 19709	      |     ^~~
 19710	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 19711	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 19712	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 19713	                 from /usr/include/glib-2.0/glib.h:32,
 19714	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 19715	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 19716	                 from ../qemu-xen/block.c:26:
 19717	../qemu-xen/block.c: In function ‘bdrv_co_create’:
 19718	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19719	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 19720	      |                                           ^~~~~~~~~~~~~
 19721	/usr/include/glib-2.0/glib/gmacros.h:1384:26: note: in expansion of macro ‘_GLIB_CLEANUP’
 19722	 1384 | #define g_auto(TypeName) _GLIB_CLEANUP(_GLIB_AUTO_FUNC_NAME(TypeName)) TypeName
 19723	      |                          ^~~~~~~~~~~~~
 19724	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qapi/error.h:503:5: note: in expansion of macro ‘g_auto’
 19725	  503 |     g_auto(ErrorPropagator) _auto_errp_prop = {.errp = errp};   \
 19726	      |     ^~~~~~
 19727	../qemu-xen/block.c:535:5: note: in expansion of macro ‘ERRP_GUARD’
 19728	  535 |     ERRP_GUARD();
 19729	      |     ^~~~~~~~~~
 19730	../qemu-xen/block.c: In function ‘bdrv_attach_child_common’:
 19731	../qemu-xen/block.c:3065:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19732	 3065 |     BdrvAttachChildCommonState *s = g_new(BdrvAttachChildCommonState, 1);
 19733	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
 19734	../qemu-xen/block.c: In function ‘bdrv_reopen_queue_child’:
 19735	../qemu-xen/block.c:4217:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19736	 4217 |     BlockReopenQueueEntry *bs_entry;
 19737	      |     ^~~~~~~~~~~~~~~~~~~~~
 19738	../qemu-xen/block.c: In function ‘bdrv_insert_node’:
 19739	../qemu-xen/block.c:5390:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19740	 5390 |     int ret;
 19741	      |     ^~~
 19742	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 19743	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 19744	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/progress_meter.h:30,
 19745	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/job.h:31,
 19746	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/blockjob.h:30,
 19747	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block_int-global-state.h:28,
 19748	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block_int.h:27,
 19749	                 from ../qemu-xen/block.c:28:
 19750	../qemu-xen/block.c: In function ‘bdrv_bsc_range_overlaps_locked’:
 19751	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19752	   32 |   typeof(                                                                          \
 19753	      |   ^~~~~~
 19754	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19755	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19756	      |     ^~~~~~~~~~~~~~~~~
 19757	../qemu-xen/block.c:8203:33: note: in expansion of macro ‘qatomic_rcu_read’
 19758	 8203 |     BdrvBlockStatusCache *bsc = qatomic_rcu_read(&bs->block_status_cache);
 19759	      |                                 ^~~~~~~~~~~~~~~~
 19760	../qemu-xen/block.c: In function ‘bdrv_bsc_is_data’:
 19761	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19762	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 19763	      |                                           ^~~~~~~~~~~~~
 19764	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 19765	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 19766	      |                             ^~~~~~~~~~~~~
 19767	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu.h:186:5: note: in expansion of macro ‘g_autoptr’
 19768	  186 |     g_autoptr(RCUReadAuto) _rcu_read_auto __attribute__((unused)) = rcu_read_auto_lock()
 19769	      |     ^~~~~~~~~
 19770	../qemu-xen/block.c:8224:5: note: in expansion of macro ‘RCU_READ_LOCK_GUARD’
 19771	 8224 |     RCU_READ_LOCK_GUARD();
 19772	      |     ^~~~~~~~~~~~~~~~~~~
 19773	../qemu-xen/block.c: In function ‘bdrv_bsc_invalidate_range’:
 19774	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19775	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 19776	      |                                           ^~~~~~~~~~~~~
 19777	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 19778	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 19779	      |                             ^~~~~~~~~~~~~
 19780	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu.h:186:5: note: in expansion of macro ‘g_autoptr’
 19781	  186 |     g_autoptr(RCUReadAuto) _rcu_read_auto __attribute__((unused)) = rcu_read_auto_lock()
 19782	      |     ^~~~~~~~~
 19783	../qemu-xen/block.c:8235:5: note: in expansion of macro ‘RCU_READ_LOCK_GUARD’
 19784	 8235 |     RCU_READ_LOCK_GUARD();
 19785	      |     ^~~~~~~~~~~~~~~~~~~
 19786	../qemu-xen/block.c: In function ‘bdrv_bsc_fill’:
 19787	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19788	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 19789	      |                                           ^~~~~~~~~~~~~
 19790	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 19791	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 19792	      |                             ^~~~~~~~~~~~~
 19793	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 19794	  165 |     g_autoptr(QemuLockable)                                      \
 19795	      |     ^~~~~~~~~
 19796	../qemu-xen/block.c:8257:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 19797	 8257 |     QEMU_LOCK_GUARD(&bs->bsc_modify_lock);
 19798	      |     ^~~~~~~~~~~~~~~
 19799	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19800	   32 |   typeof(                                                                          \
 19801	      |   ^~~~~~
 19802	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19803	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19804	      |     ^~~~~~~~~~~~~~~~~
 19805	../qemu-xen/block.c:8259:15: note: in expansion of macro ‘qatomic_rcu_read’
 19806	 8259 |     old_bsc = qatomic_rcu_read(&bs->block_status_cache);
 19807	      |               ^~~~~~~~~~~~~~~~
 19808	[1135/2756] Compiling C object libblockdev.fa.p/nbd_server.c.o
 19809	In file included from ../qemu-xen/nbd/nbd-internal.h:12,
 19810	                 from ../qemu-xen/nbd/server.c:28:
 19811	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h: In function ‘nbd_read’:
 19812	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h:363:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19813	  363 |     int ret = qio_channel_read_all(ioc, buffer, size, errp) < 0 ? -EIO : 0;
 19814	      |     ^~~
 19815	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 19816	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 19817	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 19818	                 from /usr/include/glib-2.0/glib.h:32,
 19819	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 19820	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 19821	                 from ../qemu-xen/nbd/server.c:20:
 19822	../qemu-xen/nbd/server.c: In function ‘nbd_negotiate_send_rep_verr’:
 19823	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19824	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 19825	      |                                           ^~~~~~~~~~~~~
 19826	/usr/include/glib-2.0/glib/gmacros.h:1385:20: note: in expansion of macro ‘_GLIB_CLEANUP’
 19827	 1385 | #define g_autofree _GLIB_CLEANUP(g_autoptr_cleanup_generic_gfree)
 19828	      |                    ^~~~~~~~~~~~~
 19829	../qemu-xen/nbd/server.c:223:5: note: in expansion of macro ‘g_autofree’
 19830	  223 |     g_autofree char *msg = NULL;
 19831	      |     ^~~~~~~~~~
 19832	../qemu-xen/nbd/server.c: In function ‘nbd_negotiate_send_rep_list’:
 19833	../qemu-xen/nbd/server.c:405:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19834	  405 |     size_t name_len, desc_len;
 19835	      |     ^~~~~~
 19836	../qemu-xen/nbd/server.c: In function ‘nbd_negotiate_handle_export_name’:
 19837	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19838	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 19839	      |                                           ^~~~~~~~~~~~~
 19840	/usr/include/glib-2.0/glib/gmacros.h:1385:20: note: in expansion of macro ‘_GLIB_CLEANUP’
 19841	 1385 | #define g_autofree _GLIB_CLEANUP(g_autoptr_cleanup_generic_gfree)
 19842	      |                    ^~~~~~~~~~~~~
 19843	../qemu-xen/nbd/server.c:471:5: note: in expansion of macro ‘g_autofree’
 19844	  471 |     g_autofree char *name = NULL;
 19845	      |     ^~~~~~~~~~
 19846	../qemu-xen/nbd/server.c: In function ‘nbd_negotiate’:
 19847	../qemu-xen/nbd/server.c:1318:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19848	 1318 |     char buf[NBD_OLDSTYLE_NEGOTIATE_SIZE] = "";
 19849	      |     ^~~~
 19850	[1136/2756] Compiling C object libblockdev.fa.p/blockdev.c.o
 19851	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 19852	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 19853	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 19854	                 from /usr/include/glib-2.0/glib.h:32,
 19855	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 19856	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 19857	                 from ../qemu-xen/blockdev.c:33:
 19858	../qemu-xen/blockdev.c: In function ‘blockdev_mark_auto_del’:
 19859	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19860	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 19861	      |                                           ^~~~~~~~~~~~~
 19862	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 19863	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 19864	      |                             ^~~~~~~~~~~~~
 19865	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 19866	  165 |     g_autoptr(QemuLockable)                                      \
 19867	      |     ^~~~~~~~~
 19868	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/job.h:349:26: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 19869	  349 | #define JOB_LOCK_GUARD() QEMU_LOCK_GUARD(&job_mutex)
 19870	      |                          ^~~~~~~~~~~~~~~
 19871	../qemu-xen/blockdev.c:154:5: note: in expansion of macro ‘JOB_LOCK_GUARD’
 19872	  154 |     JOB_LOCK_GUARD();
 19873	      |     ^~~~~~~~~~~~~~
 19874	../qemu-xen/blockdev.c: In function ‘drive_new’:
 19875	../qemu-xen/blockdev.c:799:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19876	  799 |     static const struct {
 19877	      |     ^~~~~~
 19878	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/coroutine.h:19,
 19879	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/throttle-groups.h:28,
 19880	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/block-backend-common.h:17,
 19881	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/block-backend-global-state.h:16,
 19882	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/block-backend.h:16,
 19883	                 from ../qemu-xen/blockdev.c:34:
 19884	../qemu-xen/blockdev.c: In function ‘qmp_transaction’:
 19885	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/queue.h:395:1: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19886	  395 | union name {                                                            \
 19887	      | ^~~~~
 19888	../qemu-xen/blockdev.c:2324:5: note: in expansion of macro ‘QTAILQ_HEAD’
 19889	 2324 |     QTAILQ_HEAD(, BlkActionState) snap_bdrv_states;
 19890	      |     ^~~~~~~~~~~
 19891	[1137/2756] Compiling C object libcommon.fa.p/ui_input.c.o
 19892	[1138/2756] Compiling C object libcommon.fa.p/hw_9pfs_9p-posix-acl.c.o
 19893	[1139/2756] Compiling C object libcommon.fa.p/hw_9pfs_9p-util-linux.c.o
 19894	[1140/2756] Compiling C object libcommon.fa.p/hw_9pfs_9p-xattr-user.c.o
 19895	[1141/2756] Linking static target libblockdev.fa
 19896	[1142/2756] Compiling C object libcommon.fa.p/ui_vnc-ws.c.o
 19897	[1143/2756] Compiling C object libcommon.fa.p/ui_vnc-auth-vencrypt.c.o
 19898	[1144/2756] Compiling C object libcommon.fa.p/ui_vnc-enc-hextile.c.o
 19899	[1145/2756] Compiling C object libcommon.fa.p/hw_9pfs_9p-xattr.c.o
 19900	[1146/2756] Compiling C object libcommon.fa.p/hw_9pfs_coth.c.o
 19901	[1147/2756] Compiling C object libcommon.fa.p/ui_vnc-clipboard.c.o
 19902	[1148/2756] Compiling C object libcommon.fa.p/hw_9pfs_coxattr.c.o
 19903	[1149/2756] Compiling C object libcommon.fa.p/hw_9pfs_cofile.c.o
 19904	[1150/2756] Compiling C object libcommon.fa.p/hw_9pfs_codir.c.o
 19905	[1151/2756] Compiling C object libcommon.fa.p/ui_vdagent.c.o
 19906	[1152/2756] Compiling C object libblock.fa.p/block_vvfat.c.o
 19907	../qemu-xen/block/vvfat.c: In function ‘parse_long_name’:
 19908	../qemu-xen/block/vvfat.c:1707:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19909	 1707 |         gunichar2 c = (pointer[j + 1] << 8) + pointer[j];
 19910	      |         ^~~~~~~~~
 19911	[1153/2756] Compiling C object libcommon.fa.p/ui_vnc-jobs.c.o
 19912	[1154/2756] Compiling C object libcommon.fa.p/hw_9pfs_9p-synth.c.o
 19913	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 19914	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 19915	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 19916	                 from /usr/include/glib-2.0/glib.h:32,
 19917	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 19918	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 19919	                 from ../qemu-xen/hw/9pfs/9p-synth.c:20:
 19920	../qemu-xen/hw/9pfs/9p-synth.c: In function ‘qemu_v9fs_synth_mkdir’:
 19921	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19922	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 19923	      |                                           ^~~~~~~~~~~~~
 19924	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 19925	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 19926	      |                             ^~~~~~~~~~~~~
 19927	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 19928	  165 |     g_autoptr(QemuLockable)                                      \
 19929	      |     ^~~~~~~~~
 19930	../qemu-xen/hw/9pfs/9p-synth.c:86:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 19931	   86 |     QEMU_LOCK_GUARD(&synth_mutex);
 19932	      |     ^~~~~~~~~~~~~~~
 19933	../qemu-xen/hw/9pfs/9p-synth.c: In function ‘qemu_v9fs_synth_add_file’:
 19934	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19935	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 19936	      |                                           ^~~~~~~~~~~~~
 19937	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 19938	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 19939	      |                             ^~~~~~~~~~~~~
 19940	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/lockable.h:165:5: note: in expansion of macro ‘g_autoptr’
 19941	  165 |     g_autoptr(QemuLockable)                                      \
 19942	      |     ^~~~~~~~~
 19943	../qemu-xen/hw/9pfs/9p-synth.c:118:5: note: in expansion of macro ‘QEMU_LOCK_GUARD’
 19944	  118 |     QEMU_LOCK_GUARD(&synth_mutex);
 19945	      |     ^~~~~~~~~~~~~~~
 19946	[1155/2756] Compiling C object libcommon.fa.p/hw_acpi_acpi_interface.c.o
 19947	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 19948	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 19949	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 19950	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 19951	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 19952	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/acpi_dev_interface.h:6,
 19953	                 from ../qemu-xen/hw/acpi/acpi_interface.c:2:
 19954	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 19955	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19956	   32 |   typeof(                                                                          \
 19957	      |   ^~~~~~
 19958	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19959	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19960	      |     ^~~~~~~~~~~~~~~~~
 19961	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 19962	 1100 |     return qatomic_rcu_read(&as->current_map);
 19963	      |            ^~~~~~~~~~~~~~~~
 19964	[1156/2756] Compiling C object libcommon.fa.p/hw_9pfs_cofs.c.o
 19965	[1157/2756] Compiling C object libcommon.fa.p/hw_acpi_pci.c.o
 19966	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 19967	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 19968	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 19969	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/acpi_aml_interface.h:6,
 19970	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/pci.h:30,
 19971	                 from ../qemu-xen/hw/acpi/pci.c:28:
 19972	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 19973	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19974	   32 |   typeof(                                                                          \
 19975	      |   ^~~~~~
 19976	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19977	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19978	      |     ^~~~~~~~~~~~~~~~~
 19979	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 19980	 1100 |     return qatomic_rcu_read(&as->current_map);
 19981	      |            ^~~~~~~~~~~~~~~~
 19982	[1158/2756] Linking static target libblock.fa
 19983	[1159/2756] Compiling C object libcommon.fa.p/hw_acpi_utils.c.o
 19984	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 19985	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 19986	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 19987	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 19988	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/nvram/fw_cfg.h:6,
 19989	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/utils.h:4,
 19990	                 from ../qemu-xen/hw/acpi/utils.c:26:
 19991	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 19992	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 19993	   32 |   typeof(                                                                          \
 19994	      |   ^~~~~~
 19995	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 19996	  163 |     typeof_strip_qual(*ptr) _val;                      \
 19997	      |     ^~~~~~~~~~~~~~~~~
 19998	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 19999	 1100 |     return qatomic_rcu_read(&as->current_map);
 20000	      |            ^~~~~~~~~~~~~~~~
 20001	[1160/2756] Compiling C object libcommon.fa.p/hw_acpi_ghes-stub.c.o
 20002	[1161/2756] Compiling C object libcommon.fa.p/hw_9pfs_xen-9p-backend.c.o
 20003	[1162/2756] Compiling C object libcommon.fa.p/hw_9pfs_9p-proxy.c.o
 20004	[1163/2756] Compiling C object libcommon.fa.p/hw_acpi_bios-linker-loader.c.o
 20005	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20006	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20007	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20008	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 20009	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/nvram/fw_cfg.h:6,
 20010	                 from ../qemu-xen/hw/acpi/bios-linker-loader.c:23:
 20011	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20012	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20013	   32 |   typeof(                                                                          \
 20014	      |   ^~~~~~
 20015	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20016	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20017	      |     ^~~~~~~~~~~~~~~~~
 20018	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20019	 1100 |     return qatomic_rcu_read(&as->current_map);
 20020	      |            ^~~~~~~~~~~~~~~~
 20021	[1164/2756] Compiling C object libcommon.fa.p/hw_acpi_hmat.c.o
 20022	[1165/2756] Compiling C object libcommon.fa.p/hw_9pfs_9p-local.c.o
 20023	../qemu-xen/hw/9pfs/9p-local.c: In function ‘local_parse_opts’:
 20024	../qemu-xen/hw/9pfs/9p-local.c:1499:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20025	 1499 |     const char *sec_model = qemu_opt_get(opts, "security_model");
 20026	      |     ^~~~~
 20027	[1166/2756] Compiling C object libcommon.fa.p/hw_acpi_cxl.c.o
 20028	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20029	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20030	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20031	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 20032	                 from ../qemu-xen/hw/acpi/cxl.c:21:
 20033	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20034	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20035	   32 |   typeof(                                                                          \
 20036	      |   ^~~~~~
 20037	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20038	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20039	      |     ^~~~~~~~~~~~~~~~~
 20040	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20041	 1100 |     return qatomic_rcu_read(&as->current_map);
 20042	      |            ^~~~~~~~~~~~~~~~
 20043	[1167/2756] Compiling C object libcommon.fa.p/hw_acpi_vmgenid.c.o
 20044	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20045	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20046	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20047	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20048	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/acpi.h:24,
 20049	                 from ../qemu-xen/hw/acpi/vmgenid.c:16:
 20050	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20051	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20052	   32 |   typeof(                                                                          \
 20053	      |   ^~~~~~
 20054	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20055	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20056	      |     ^~~~~~~~~~~~~~~~~
 20057	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20058	 1100 |     return qatomic_rcu_read(&as->current_map);
 20059	      |            ^~~~~~~~~~~~~~~~
 20060	[1168/2756] Compiling C object libcommon.fa.p/hw_acpi_cpu_hotplug.c.o
 20061	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20062	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20063	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20064	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20065	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/acpi.h:24,
 20066	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/cpu_hotplug.h:16,
 20067	                 from ../qemu-xen/hw/acpi/cpu_hotplug.c:13:
 20068	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20069	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20070	   32 |   typeof(                                                                          \
 20071	      |   ^~~~~~
 20072	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20073	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20074	      |     ^~~~~~~~~~~~~~~~~
 20075	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20076	 1100 |     return qatomic_rcu_read(&as->current_map);
 20077	      |            ^~~~~~~~~~~~~~~~
 20078	../qemu-xen/hw/acpi/cpu_hotplug.c: In function ‘legacy_acpi_cpu_hotplug_init’:
 20079	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20080	   32 |   typeof(                                                                          \
 20081	      |   ^~~~~~
 20082	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20083	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20084	      |     ^~~~~~~~~~~~~~~~~
 20085	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 20086	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 20087	      |                  ^~~~~~~~~~~~~~~~
 20088	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 20089	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 20090	      |                          ^~~~~~~~~~~~~~~~~~
 20091	../qemu-xen/hw/acpi/cpu_hotplug.c:94:5: note: in expansion of macro ‘CPU_FOREACH’
 20092	   94 |     CPU_FOREACH(cpu) {
 20093	      |     ^~~~~~~~~~~
 20094	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20095	   32 |   typeof(                                                                          \
 20096	      |   ^~~~~~
 20097	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20098	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20099	      |     ^~~~~~~~~~~~~~~~~
 20100	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 20101	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 20102	      |                  ^~~~~~~~~~~~~~~~
 20103	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 20104	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 20105	      |                          ^~~~~~~~~~~~~~~~~~
 20106	../qemu-xen/hw/acpi/cpu_hotplug.c:94:5: note: in expansion of macro ‘CPU_FOREACH’
 20107	   94 |     CPU_FOREACH(cpu) {
 20108	      |     ^~~~~~~~~~~
 20109	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:49,
 20110	                 from ../qemu-xen/hw/acpi/cpu_hotplug.c:12:
 20111	../qemu-xen/hw/acpi/cpu_hotplug.c: In function ‘build_legacy_cpu_hotplug_aml’:
 20112	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20113	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 20114	      |                                    ^~~~~~~~~~~~~~
 20115	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 20116	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 20117	      |                              ^~~~~~~~~~~~~~~~~~
 20118	../qemu-xen/hw/acpi/cpu_hotplug.c:238:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 20119	  238 |     QEMU_BUILD_BUG_ON(ACPI_CPU_HOTPLUG_ID_LIMIT > 256);
 20120	      |     ^~~~~~~~~~~~~~~~~
 20121	[1169/2756] Compiling C object libcommon.fa.p/hw_acpi_tpm.c.o
 20122	[1170/2756] Compiling C object libcommon.fa.p/hw_acpi_core.c.o
 20123	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20124	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20125	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20126	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20127	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/acpi.h:24,
 20128	                 from ../qemu-xen/hw/acpi/core.c:24:
 20129	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20130	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20131	   32 |   typeof(                                                                          \
 20132	      |   ^~~~~~
 20133	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20134	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20135	      |     ^~~~~~~~~~~~~~~~~
 20136	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20137	 1100 |     return qatomic_rcu_read(&as->current_map);
 20138	      |            ^~~~~~~~~~~~~~~~
 20139	[1171/2756] Compiling C object libcommon.fa.p/hw_acpi_generic_event_device.c.o
 20140	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20141	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20142	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20143	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20144	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/acpi.h:24,
 20145	                 from ../qemu-xen/hw/acpi/generic_event_device.c:14:
 20146	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20147	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20148	   32 |   typeof(                                                                          \
 20149	      |   ^~~~~~
 20150	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20151	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20152	      |     ^~~~~~~~~~~~~~~~~
 20153	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20154	 1100 |     return qatomic_rcu_read(&as->current_map);
 20155	      |            ^~~~~~~~~~~~~~~~
 20156	[1172/2756] Compiling C object libcommon.fa.p/hw_acpi_pci-bridge.c.o
 20157	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20158	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20159	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20160	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/acpi_aml_interface.h:6,
 20161	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/pci.h:30,
 20162	                 from ../qemu-xen/hw/acpi/pci-bridge.c:16:
 20163	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20164	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20165	   32 |   typeof(                                                                          \
 20166	      |   ^~~~~~
 20167	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20168	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20169	      |     ^~~~~~~~~~~~~~~~~
 20170	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20171	 1100 |     return qatomic_rcu_read(&as->current_map);
 20172	      |            ^~~~~~~~~~~~~~~~
 20173	[1173/2756] Compiling C object libcommon.fa.p/hw_acpi_viot.c.o
 20174	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20175	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20176	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20177	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20178	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/acpi.h:24,
 20179	                 from ../qemu-xen/hw/acpi/viot.c:7:
 20180	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20181	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20182	   32 |   typeof(                                                                          \
 20183	      |   ^~~~~~
 20184	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20185	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20186	      |     ^~~~~~~~~~~~~~~~~
 20187	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20188	 1100 |     return qatomic_rcu_read(&as->current_map);
 20189	      |            ^~~~~~~~~~~~~~~~
 20190	../qemu-xen/hw/acpi/viot.c: In function ‘enumerate_pci_host_bridges’:
 20191	../qemu-xen/hw/acpi/viot.c:56:13: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20192	   56 |             const struct viot_pci_host_range pci_host_range = {
 20193	      |             ^~~~~
 20194	[1174/2756] Compiling C object libcommon.fa.p/hw_acpi_ipmi.c.o
 20195	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20196	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20197	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20198	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20199	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi.h:28,
 20200	                 from ../qemu-xen/hw/acpi/ipmi.c:11:
 20201	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20202	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20203	   32 |   typeof(                                                                          \
 20204	      |   ^~~~~~
 20205	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20206	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20207	      |     ^~~~~~~~~~~~~~~~~
 20208	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20209	 1100 |     return qatomic_rcu_read(&as->current_map);
 20210	      |            ^~~~~~~~~~~~~~~~
 20211	[1175/2756] Compiling C object libcommon.fa.p/hw_acpi_ich9_tco.c.o
 20212	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20213	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20214	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20215	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20216	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/apm.h:4,
 20217	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/southbridge/ich9.h:4,
 20218	                 from ../qemu-xen/hw/acpi/ich9_tco.c:12:
 20219	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20220	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20221	   32 |   typeof(                                                                          \
 20222	      |   ^~~~~~
 20223	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20224	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20225	      |     ^~~~~~~~~~~~~~~~~
 20226	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20227	 1100 |     return qatomic_rcu_read(&as->current_map);
 20228	      |            ^~~~~~~~~~~~~~~~
 20229	[1176/2756] Compiling C object libcommon.fa.p/hw_acpi_memory_hotplug.c.o
 20230	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20231	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20232	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20233	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/memory_hotplug.h:4,
 20234	                 from ../qemu-xen/hw/acpi/memory_hotplug.c:2:
 20235	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20236	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20237	   32 |   typeof(                                                                          \
 20238	      |   ^~~~~~
 20239	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20240	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20241	      |     ^~~~~~~~~~~~~~~~~
 20242	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20243	 1100 |     return qatomic_rcu_read(&as->current_map);
 20244	      |            ^~~~~~~~~~~~~~~~
 20245	[1177/2756] Compiling C object libcommon.fa.p/hw_acpi_cpu.c.o
 20246	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20247	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20248	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20249	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/cpu.h:15,
 20250	                 from ../qemu-xen/hw/acpi/cpu.c:3:
 20251	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20252	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20253	   32 |   typeof(                                                                          \
 20254	      |   ^~~~~~
 20255	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20256	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20257	      |     ^~~~~~~~~~~~~~~~~
 20258	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20259	 1100 |     return qatomic_rcu_read(&as->current_map);
 20260	      |            ^~~~~~~~~~~~~~~~
 20261	../qemu-xen/hw/acpi/cpu.c: In function ‘cpu_hotplug_wr’:
 20262	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20263	   32 |   typeof(                                                                          \
 20264	      |   ^~~~~~
 20265	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20266	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20267	      |     ^~~~~~~~~~~~~~~~~
 20268	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:198:38: note: in expansion of macro ‘qatomic_rcu_read’
 20269	  198 | #define QTAILQ_FIRST_RCU(head)       qatomic_rcu_read(&(head)->tqh_first)
 20270	      |                                      ^~~~~~~~~~~~~~~~
 20271	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:456:26: note: in expansion of macro ‘QTAILQ_FIRST_RCU’
 20272	  456 | #define first_cpu        QTAILQ_FIRST_RCU(&cpus)
 20273	      |                          ^~~~~~~~~~~~~~~~
 20274	../qemu-xen/hw/acpi/cpu.c:137:44: note: in expansion of macro ‘first_cpu’
 20275	  137 |             if (!cdev->cpu || cdev->cpu == first_cpu) {
 20276	      |                                            ^~~~~~~~~
 20277	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20278	   32 |   typeof(                                                                          \
 20279	      |   ^~~~~~
 20280	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20281	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20282	      |     ^~~~~~~~~~~~~~~~~
 20283	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:198:38: note: in expansion of macro ‘qatomic_rcu_read’
 20284	  198 | #define QTAILQ_FIRST_RCU(head)       qatomic_rcu_read(&(head)->tqh_first)
 20285	      |                                      ^~~~~~~~~~~~~~~~
 20286	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:456:26: note: in expansion of macro ‘QTAILQ_FIRST_RCU’
 20287	  456 | #define first_cpu        QTAILQ_FIRST_RCU(&cpus)
 20288	      |                          ^~~~~~~~~~~~~~~~
 20289	../qemu-xen/hw/acpi/cpu.c:149:44: note: in expansion of macro ‘first_cpu’
 20290	  149 |             if (!cdev->cpu || cdev->cpu == first_cpu) {
 20291	      |                                            ^~~~~~~~~
 20292	../qemu-xen/hw/acpi/cpu.c: In function ‘build_cpus_aml’:
 20293	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20294	   32 |   typeof(                                                                          \
 20295	      |   ^~~~~~
 20296	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20297	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20298	      |     ^~~~~~~~~~~~~~~~~
 20299	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:198:38: note: in expansion of macro ‘qatomic_rcu_read’
 20300	  198 | #define QTAILQ_FIRST_RCU(head)       qatomic_rcu_read(&(head)->tqh_first)
 20301	      |                                      ^~~~~~~~~~~~~~~~
 20302	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:456:26: note: in expansion of macro ‘QTAILQ_FIRST_RCU’
 20303	  456 | #define first_cpu        QTAILQ_FIRST_RCU(&cpus)
 20304	      |                          ^~~~~~~~~~~~~~~~
 20305	../qemu-xen/hw/acpi/cpu.c:674:47: note: in expansion of macro ‘first_cpu’
 20306	  674 |             if (CPU(arch_ids->cpus[i].cpu) != first_cpu) {
 20307	      |                                               ^~~~~~~~~
 20308	[1178/2756] Compiling C object libcommon.fa.p/hw_acpi_acpi-qmp-cmds.c.o
 20309	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20310	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20311	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20312	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20313	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 20314	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/acpi_dev_interface.h:6,
 20315	                 from ../qemu-xen/hw/acpi/acpi-qmp-cmds.c:9:
 20316	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20317	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20318	   32 |   typeof(                                                                          \
 20319	      |   ^~~~~~
 20320	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20321	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20322	      |     ^~~~~~~~~~~~~~~~~
 20323	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20324	 1100 |     return qatomic_rcu_read(&as->current_map);
 20325	      |            ^~~~~~~~~~~~~~~~
 20326	[1179/2756] Compiling C object libcommon.fa.p/hw_audio_soundhw.c.o
 20327	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20328	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20329	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20330	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 20331	                 from ../qemu-xen/hw/audio/soundhw.c:30:
 20332	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20333	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20334	   32 |   typeof(                                                                          \
 20335	      |   ^~~~~~
 20336	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20337	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20338	      |     ^~~~~~~~~~~~~~~~~
 20339	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20340	 1100 |     return qatomic_rcu_read(&as->current_map);
 20341	      |            ^~~~~~~~~~~~~~~~
 20342	[1180/2756] Compiling C object libcommon.fa.p/hw_audio_adlib.c.o
 20343	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20344	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20345	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20346	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 20347	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/audio/audio.h:30,
 20348	                 from ../qemu-xen/hw/audio/adlib.c:29:
 20349	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20350	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20351	   32 |   typeof(                                                                          \
 20352	      |   ^~~~~~
 20353	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20354	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20355	      |     ^~~~~~~~~~~~~~~~~
 20356	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20357	 1100 |     return qatomic_rcu_read(&as->current_map);
 20358	      |            ^~~~~~~~~~~~~~~~
 20359	[1181/2756] Compiling C object libcommon.fa.p/hw_acpi_nvdimm.c.o
 20360	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20361	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20362	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20363	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20364	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/acpi.h:24,
 20365	                 from ../qemu-xen/hw/acpi/nvdimm.c:32:
 20366	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20367	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20368	   32 |   typeof(                                                                          \
 20369	      |   ^~~~~~
 20370	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20371	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20372	      |     ^~~~~~~~~~~~~~~~~
 20373	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20374	 1100 |     return qatomic_rcu_read(&as->current_map);
 20375	      |            ^~~~~~~~~~~~~~~~
 20376	[1182/2756] Compiling C object libcommon.fa.p/ui_console.c.o
 20377	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20378	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20379	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20380	                 from ../qemu-xen/ui/console.c:27:
 20381	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20382	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20383	   32 |   typeof(                                                                          \
 20384	      |   ^~~~~~
 20385	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20386	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20387	      |     ^~~~~~~~~~~~~~~~~
 20388	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20389	 1100 |     return qatomic_rcu_read(&as->current_map);
 20390	      |            ^~~~~~~~~~~~~~~~
 20391	../qemu-xen/ui/console.c: In function ‘console_clear_xy’:
 20392	../qemu-xen/ui/console.c:899:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20393	  899 |     TextCell *c = &s->cells[y1 * s->width + x];
 20394	      |     ^~~~~~~~
 20395	[1183/2756] Compiling C object libcommon.fa.p/hw_acpi_ich9.c.o
 20396	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20397	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20398	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20399	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20400	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 20401	                 from ../qemu-xen/hw/acpi/ich9.c:30:
 20402	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20403	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20404	   32 |   typeof(                                                                          \
 20405	      |   ^~~~~~
 20406	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20407	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20408	      |     ^~~~~~~~~~~~~~~~~
 20409	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20410	 1100 |     return qatomic_rcu_read(&as->current_map);
 20411	      |            ^~~~~~~~~~~~~~~~
 20412	[1184/2756] Compiling C object libcommon.fa.p/hw_audio_gusemu_hal.c.o
 20413	[1185/2756] Compiling C object libcommon.fa.p/hw_acpi_piix4.c.o
 20414	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20415	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20416	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20417	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20418	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 20419	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/i386/pc.h:7,
 20420	                 from ../qemu-xen/hw/acpi/piix4.c:23:
 20421	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20422	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20423	   32 |   typeof(                                                                          \
 20424	      |   ^~~~~~
 20425	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20426	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20427	      |     ^~~~~~~~~~~~~~~~~
 20428	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20429	 1100 |     return qatomic_rcu_read(&as->current_map);
 20430	      |            ^~~~~~~~~~~~~~~~
 20431	[1186/2756] Compiling C object libcommon.fa.p/ui_vnc-enc-tight.c.o
 20432	[1187/2756] Compiling C object libcommon.fa.p/hw_audio_gus.c.o
 20433	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20434	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20435	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20436	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 20437	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/audio/audio.h:30,
 20438	                 from ../qemu-xen/hw/audio/gus.c:29:
 20439	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20440	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20441	   32 |   typeof(                                                                          \
 20442	      |   ^~~~~~
 20443	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20444	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20445	      |     ^~~~~~~~~~~~~~~~~
 20446	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20447	 1100 |     return qatomic_rcu_read(&as->current_map);
 20448	      |            ^~~~~~~~~~~~~~~~
 20449	[1188/2756] Compiling C object libcommon.fa.p/hw_audio_gusemu_mixer.c.o
 20450	[1189/2756] Compiling C object libcommon.fa.p/hw_audio_cs4231a.c.o
 20451	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20452	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20453	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20454	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 20455	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/audio/audio.h:30,
 20456	                 from ../qemu-xen/hw/audio/cs4231a.c:27:
 20457	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20458	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20459	   32 |   typeof(                                                                          \
 20460	      |   ^~~~~~
 20461	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20462	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20463	      |     ^~~~~~~~~~~~~~~~~
 20464	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20465	 1100 |     return qatomic_rcu_read(&as->current_map);
 20466	      |            ^~~~~~~~~~~~~~~~
 20467	[1190/2756] Compiling C object libcommon.fa.p/hw_acpi_pcihp.c.o
 20468	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20469	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20470	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20471	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20472	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/acpi.h:24,
 20473	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/pcihp.h:30,
 20474	                 from ../qemu-xen/hw/acpi/pcihp.c:28:
 20475	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20476	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20477	   32 |   typeof(                                                                          \
 20478	      |   ^~~~~~
 20479	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20480	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20481	      |     ^~~~~~~~~~~~~~~~~
 20482	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20483	 1100 |     return qatomic_rcu_read(&as->current_map);
 20484	      |            ^~~~~~~~~~~~~~~~
 20485	[1191/2756] Compiling C object libcommon.fa.p/hw_acpi_erst.c.o
 20486	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20487	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20488	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20489	                 from ../qemu-xen/hw/acpi/erst.c:14:
 20490	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20491	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20492	   32 |   typeof(                                                                          \
 20493	      |   ^~~~~~
 20494	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20495	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20496	      |     ^~~~~~~~~~~~~~~~~
 20497	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20498	 1100 |     return qatomic_rcu_read(&as->current_map);
 20499	      |            ^~~~~~~~~~~~~~~~
 20500	[1192/2756] Compiling C object libcommon.fa.p/hw_audio_pcspk.c.o
 20501	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20502	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20503	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20504	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20505	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 20506	                 from ../qemu-xen/hw/audio/pcspk.c:26:
 20507	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20508	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20509	   32 |   typeof(                                                                          \
 20510	      |   ^~~~~~
 20511	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20512	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20513	      |     ^~~~~~~~~~~~~~~~~
 20514	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20515	 1100 |     return qatomic_rcu_read(&as->current_map);
 20516	      |            ^~~~~~~~~~~~~~~~
 20517	[1193/2756] Compiling C object libcommon.fa.p/hw_block_cdrom.c.o
 20518	[1194/2756] Compiling C object libcommon.fa.p/hw_audio_es1370.c.o
 20519	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20520	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20521	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20522	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 20523	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/audio/audio.h:30,
 20524	                 from ../qemu-xen/hw/audio/es1370.c:31:
 20525	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20526	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20527	   32 |   typeof(                                                                          \
 20528	      |   ^~~~~~
 20529	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20530	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20531	      |     ^~~~~~~~~~~~~~~~~
 20532	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20533	 1100 |     return qatomic_rcu_read(&as->current_map);
 20534	      |            ^~~~~~~~~~~~~~~~
 20535	../qemu-xen/hw/audio/es1370.c: In function ‘es1370_transfer_audio’:
 20536	../qemu-xen/hw/audio/es1370.c:649:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20537	  649 |     int left = ((size - cnt + 1) << 2) + d->leftover;
 20538	      |     ^~~
 20539	[1195/2756] Compiling C object libcommon.fa.p/hw_block_block.c.o
 20540	[1196/2756] Compiling C object libcommon.fa.p/hw_block_hd-geometry.c.o
 20541	[1197/2756] Compiling C object libcommon.fa.p/hw_char_parallel-isa.c.o
 20542	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20543	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 20544	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/sysemu.h:5,
 20545	                 from ../qemu-xen/hw/char/parallel-isa.c:13:
 20546	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20547	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20548	   32 |   typeof(                                                                          \
 20549	      |   ^~~~~~
 20550	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20551	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20552	      |     ^~~~~~~~~~~~~~~~~
 20553	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20554	 1100 |     return qatomic_rcu_read(&as->current_map);
 20555	      |            ^~~~~~~~~~~~~~~~
 20556	[1198/2756] Compiling C object libcommon.fa.p/hw_audio_ac97.c.o
 20557	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20558	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20559	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20560	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 20561	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/audio/audio.h:30,
 20562	                 from ../qemu-xen/hw/audio/ac97.c:22:
 20563	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20564	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20565	   32 |   typeof(                                                                          \
 20566	      |   ^~~~~~
 20567	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20568	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20569	      |     ^~~~~~~~~~~~~~~~~
 20570	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20571	 1100 |     return qatomic_rcu_read(&as->current_map);
 20572	      |            ^~~~~~~~~~~~~~~~
 20573	[1199/2756] Compiling C object libcommon.fa.p/hw_char_debugcon.c.o
 20574	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20575	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20576	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/chardev/char.h:5,
 20577	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/chardev/char-fe.h:4,
 20578	                 from ../qemu-xen/hw/char/debugcon.c:30:
 20579	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20580	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20581	   32 |   typeof(                                                                          \
 20582	      |   ^~~~~~
 20583	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20584	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20585	      |     ^~~~~~~~~~~~~~~~~
 20586	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20587	 1100 |     return qatomic_rcu_read(&as->current_map);
 20588	      |            ^~~~~~~~~~~~~~~~
 20589	[1200/2756] Compiling C object libcommon.fa.p/hw_block_fdc-isa.c.o
 20590	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20591	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 20592	                 from ../qemu-xen/hw/block/fdc-isa.c:34:
 20593	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20594	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20595	   32 |   typeof(                                                                          \
 20596	      |   ^~~~~~
 20597	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20598	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20599	      |     ^~~~~~~~~~~~~~~~~
 20600	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20601	 1100 |     return qatomic_rcu_read(&as->current_map);
 20602	      |            ^~~~~~~~~~~~~~~~
 20603	[1201/2756] Compiling C object libcommon.fa.p/hw_char_serial-isa.c.o
 20604	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20605	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 20606	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/sysemu.h:5,
 20607	                 from ../qemu-xen/hw/char/serial-isa.c:29:
 20608	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20609	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20610	   32 |   typeof(                                                                          \
 20611	      |   ^~~~~~
 20612	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20613	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20614	      |     ^~~~~~~~~~~~~~~~~
 20615	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20616	 1100 |     return qatomic_rcu_read(&as->current_map);
 20617	      |            ^~~~~~~~~~~~~~~~
 20618	[1202/2756] Compiling C object libcommon.fa.p/hw_audio_fmopl.c.o
 20619	[1203/2756] Compiling C object libcommon.fa.p/hw_char_ipoctal232.c.o
 20620	[1204/2756] Compiling C object libcommon.fa.p/hw_core_fw-path-provider.c.o
 20621	[1205/2756] Compiling C object libcommon.fa.p/hw_char_serial-pci.c.o
 20622	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20623	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20624	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/chardev/char.h:5,
 20625	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/chardev/char-fe.h:4,
 20626	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/char/serial.h:29,
 20627	                 from ../qemu-xen/hw/char/serial-pci.c:31:
 20628	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20629	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20630	   32 |   typeof(                                                                          \
 20631	      |   ^~~~~~
 20632	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20633	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20634	      |     ^~~~~~~~~~~~~~~~~
 20635	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20636	 1100 |     return qatomic_rcu_read(&as->current_map);
 20637	      |            ^~~~~~~~~~~~~~~~
 20638	[1206/2756] Compiling C object libcommon.fa.p/hw_core_cpu-sysemu.c.o
 20639	[1207/2756] Compiling C object libcommon.fa.p/hw_audio_sb16.c.o
 20640	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20641	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20642	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20643	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 20644	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/audio/audio.h:30,
 20645	                 from ../qemu-xen/hw/audio/sb16.c:27:
 20646	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20647	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20648	   32 |   typeof(                                                                          \
 20649	      |   ^~~~~~
 20650	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20651	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20652	      |     ^~~~~~~~~~~~~~~~~
 20653	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20654	 1100 |     return qatomic_rcu_read(&as->current_map);
 20655	      |            ^~~~~~~~~~~~~~~~
 20656	[1208/2756] Compiling C object libcommon.fa.p/hw_char_xen_console.c.o
 20657	[1209/2756] Compiling C object libcommon.fa.p/hw_audio_hda-codec.c.o
 20658	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20659	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20660	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20661	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20662	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 20663	                 from ../qemu-xen/hw/audio/hda-codec.c:21:
 20664	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20665	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20666	   32 |   typeof(                                                                          \
 20667	      |   ^~~~~~
 20668	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20669	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20670	      |     ^~~~~~~~~~~~~~~~~
 20671	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20672	 1100 |     return qatomic_rcu_read(&as->current_map);
 20673	      |            ^~~~~~~~~~~~~~~~
 20674	../qemu-xen/hw/audio/hda-codec.c: In function ‘hda_audio_input_timer’:
 20675	../qemu-xen/hw/audio/hda-codec.c:238:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20676	  238 |     int64_t to_transfer = MIN(wpos - rpos, wanted_rpos - rpos);
 20677	      |     ^~~~~~~
 20678	../qemu-xen/hw/audio/hda-codec.c: In function ‘hda_audio_output_timer’:
 20679	../qemu-xen/hw/audio/hda-codec.c:302:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20680	  302 |     int64_t to_transfer = MIN(B_SIZE - (wpos - rpos), wanted_wpos - wpos);
 20681	      |     ^~~~~~~
 20682	[1210/2756] Compiling C object libcommon.fa.p/hw_char_serial-pci-multi.c.o
 20683	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20684	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20685	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/chardev/char.h:5,
 20686	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/chardev/char-fe.h:4,
 20687	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/char/serial.h:29,
 20688	                 from ../qemu-xen/hw/char/serial-pci-multi.c:32:
 20689	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20690	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20691	   32 |   typeof(                                                                          \
 20692	      |   ^~~~~~
 20693	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20694	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20695	      |     ^~~~~~~~~~~~~~~~~
 20696	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20697	 1100 |     return qatomic_rcu_read(&as->current_map);
 20698	      |            ^~~~~~~~~~~~~~~~
 20699	[1211/2756] Compiling C object libcommon.fa.p/hw_char_virtio-console.c.o
 20700	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20701	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20702	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/chardev/char.h:5,
 20703	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/chardev/char-fe.h:4,
 20704	                 from ../qemu-xen/hw/char/virtio-console.c:14:
 20705	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20706	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20707	   32 |   typeof(                                                                          \
 20708	      |   ^~~~~~
 20709	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20710	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20711	      |     ^~~~~~~~~~~~~~~~~
 20712	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20713	 1100 |     return qatomic_rcu_read(&as->current_map);
 20714	      |            ^~~~~~~~~~~~~~~~
 20715	[1212/2756] Compiling C object libcommon.fa.p/hw_core_guest-loader.c.o
 20716	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20717	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20718	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20719	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:23,
 20720	                 from ../qemu-xen/hw/core/guest-loader.c:28:
 20721	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20722	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20723	   32 |   typeof(                                                                          \
 20724	      |   ^~~~~~
 20725	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20726	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20727	      |     ^~~~~~~~~~~~~~~~~
 20728	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20729	 1100 |     return qatomic_rcu_read(&as->current_map);
 20730	      |            ^~~~~~~~~~~~~~~~
 20731	[1213/2756] Compiling C object libcommon.fa.p/hw_core_generic-loader.c.o
 20732	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20733	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20734	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20735	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:23,
 20736	                 from ../qemu-xen/hw/core/generic-loader.c:34:
 20737	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20738	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20739	   32 |   typeof(                                                                          \
 20740	      |   ^~~~~~
 20741	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20742	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20743	      |     ^~~~~~~~~~~~~~~~~
 20744	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20745	 1100 |     return qatomic_rcu_read(&as->current_map);
 20746	      |            ^~~~~~~~~~~~~~~~
 20747	../qemu-xen/hw/core/generic-loader.c: In function ‘generic_loader_realize’:
 20748	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20749	   32 |   typeof(                                                                          \
 20750	      |   ^~~~~~
 20751	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20752	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20753	      |     ^~~~~~~~~~~~~~~~~
 20754	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:198:38: note: in expansion of macro ‘qatomic_rcu_read’
 20755	  198 | #define QTAILQ_FIRST_RCU(head)       qatomic_rcu_read(&(head)->tqh_first)
 20756	      |                                      ^~~~~~~~~~~~~~~~
 20757	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:456:26: note: in expansion of macro ‘QTAILQ_FIRST_RCU’
 20758	  456 | #define first_cpu        QTAILQ_FIRST_RCU(&cpus)
 20759	      |                          ^~~~~~~~~~~~~~~~
 20760	../qemu-xen/hw/core/generic-loader.c:134:18: note: in expansion of macro ‘first_cpu’
 20761	  134 |         s->cpu = first_cpu;
 20762	      |                  ^~~~~~~~~
 20763	[1214/2756] Compiling C object libcommon.fa.p/hw_core_gpio.c.o
 20764	[1215/2756] Compiling C object libcommon.fa.p/hw_audio_intel-hda.c.o
 20765	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20766	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20767	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20768	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20769	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 20770	                 from ../qemu-xen/hw/audio/intel-hda.c:21:
 20771	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20772	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20773	   32 |   typeof(                                                                          \
 20774	      |   ^~~~~~
 20775	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20776	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20777	      |     ^~~~~~~~~~~~~~~~~
 20778	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20779	 1100 |     return qatomic_rcu_read(&as->current_map);
 20780	      |            ^~~~~~~~~~~~~~~~
 20781	[1216/2756] Compiling C object libcommon.fa.p/hw_char_parallel.c.o
 20782	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20783	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20784	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/chardev/char.h:5,
 20785	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/chardev/char-parallel.h:27,
 20786	                 from ../qemu-xen/hw/char/parallel.c:29:
 20787	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20788	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20789	   32 |   typeof(                                                                          \
 20790	      |   ^~~~~~
 20791	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20792	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20793	      |     ^~~~~~~~~~~~~~~~~
 20794	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20795	 1100 |     return qatomic_rcu_read(&as->current_map);
 20796	      |            ^~~~~~~~~~~~~~~~
 20797	[1217/2756] Compiling C object libcommon.fa.p/hw_char_serial.c.o
 20798	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20799	                 from ../qemu-xen/hw/char/serial.c:27:
 20800	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20801	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20802	   32 |   typeof(                                                                          \
 20803	      |   ^~~~~~
 20804	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20805	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20806	      |     ^~~~~~~~~~~~~~~~~
 20807	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20808	 1100 |     return qatomic_rcu_read(&as->current_map);
 20809	      |            ^~~~~~~~~~~~~~~~
 20810	[1218/2756] Compiling C object libcommon.fa.p/hw_core_nmi.c.o
 20811	[1219/2756] Compiling C object libcommon.fa.p/hw_core_qdev-fw.c.o
 20812	[1220/2756] Compiling C object libcommon.fa.p/hw_core_clock-vmstate.c.o
 20813	[1221/2756] Compiling C object libcommon.fa.p/hw_core_vm-change-state-handler.c.o
 20814	[1222/2756] Compiling C object libcommon.fa.p/hw_core_null-machine.c.o
 20815	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20816	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20817	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20818	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20819	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 20820	                 from ../qemu-xen/hw/core/null-machine.c:16:
 20821	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20822	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20823	   32 |   typeof(                                                                          \
 20824	      |   ^~~~~~
 20825	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20826	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20827	      |     ^~~~~~~~~~~~~~~~~
 20828	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20829	 1100 |     return qatomic_rcu_read(&as->current_map);
 20830	      |            ^~~~~~~~~~~~~~~~
 20831	[1223/2756] Compiling C object libcommon.fa.p/hw_core_machine-hmp-cmds.c.o
 20832	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20833	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20834	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/progress_meter.h:30,
 20835	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/job.h:31,
 20836	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/blockjob.h:30,
 20837	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block-common.h:71,
 20838	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block-global-state.h:27,
 20839	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block.h:27,
 20840	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/monitor/monitor.h:4,
 20841	                 from ../qemu-xen/hw/core/machine-hmp-cmds.c:18:
 20842	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20843	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20844	   32 |   typeof(                                                                          \
 20845	      |   ^~~~~~
 20846	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20847	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20848	      |     ^~~~~~~~~~~~~~~~~
 20849	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20850	 1100 |     return qatomic_rcu_read(&as->current_map);
 20851	      |            ^~~~~~~~~~~~~~~~
 20852	[1224/2756] Compiling C object libcommon.fa.p/hw_cpu_cluster.c.o
 20853	[1225/2756] Compiling C object libcommon.fa.p/hw_block_pflash_cfi01.c.o
 20854	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20855	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20856	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20857	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 20858	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties-system.h:4,
 20859	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/block/block.h:16,
 20860	                 from ../qemu-xen/hw/block/pflash_cfi01.c:40:
 20861	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20862	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20863	   32 |   typeof(                                                                          \
 20864	      |   ^~~~~~
 20865	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20866	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20867	      |     ^~~~~~~~~~~~~~~~~
 20868	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20869	 1100 |     return qatomic_rcu_read(&as->current_map);
 20870	      |            ^~~~~~~~~~~~~~~~
 20871	../qemu-xen/hw/block/pflash_cfi01.c: In function ‘pflash_cfi01_realize’:
 20872	../qemu-xen/hw/block/pflash_cfi01.c:801:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20873	  801 |     PFlashCFI01 *pfl = PFLASH_CFI01(dev);
 20874	      |     ^~~~~~~~~~~
 20875	[1226/2756] Compiling C object libcommon.fa.p/hw_display_edid-region.c.o
 20876	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20877	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20878	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 20879	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 20880	                 from ../qemu-xen/hw/display/edid-region.c:2:
 20881	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20882	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20883	   32 |   typeof(                                                                          \
 20884	      |   ^~~~~~
 20885	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20886	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20887	      |     ^~~~~~~~~~~~~~~~~
 20888	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20889	 1100 |     return qatomic_rcu_read(&as->current_map);
 20890	      |            ^~~~~~~~~~~~~~~~
 20891	[1227/2756] Compiling C object libcommon.fa.p/hw_cpu_core.c.o
 20892	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20893	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20894	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20895	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/cpu/core.h:12,
 20896	                 from ../qemu-xen/hw/cpu/core.c:11:
 20897	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20898	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20899	   32 |   typeof(                                                                          \
 20900	      |   ^~~~~~
 20901	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20902	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20903	      |     ^~~~~~~~~~~~~~~~~
 20904	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20905	 1100 |     return qatomic_rcu_read(&as->current_map);
 20906	      |            ^~~~~~~~~~~~~~~~
 20907	[1228/2756] Compiling C object libcommon.fa.p/hw_display_i2c-ddc.c.o
 20908	[1229/2756] Compiling C object libcommon.fa.p/hw_acpi_aml-build.c.o
 20909	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20910	                 from ../qemu-xen/hw/acpi/aml-build.c:26:
 20911	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20912	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20913	   32 |   typeof(                                                                          \
 20914	      |   ^~~~~~
 20915	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20916	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20917	      |     ^~~~~~~~~~~~~~~~~
 20918	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20919	 1100 |     return qatomic_rcu_read(&as->current_map);
 20920	      |            ^~~~~~~~~~~~~~~~
 20921	[1230/2756] Compiling C object libcommon.fa.p/hw_block_xen-block.c.o
 20922	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 20923	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 20924	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio.h:23,
 20925	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/main-loop.h:28,
 20926	                 from ../qemu-xen/hw/block/xen-block.c:10:
 20927	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20928	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20929	   32 |   typeof(                                                                          \
 20930	      |   ^~~~~~
 20931	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20932	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20933	      |     ^~~~~~~~~~~~~~~~~
 20934	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20935	 1100 |     return qatomic_rcu_read(&as->current_map);
 20936	      |            ^~~~~~~~~~~~~~~~
 20937	../qemu-xen/hw/block/xen-block.c: In function ‘xen_block_realize’:
 20938	../qemu-xen/hw/block/xen-block.c:199:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20939	  199 |     XenBlockDevice *blockdev = XEN_BLOCK_DEVICE(xendev);
 20940	      |     ^~~~~~~~~~~~~~
 20941	../qemu-xen/hw/block/xen-block.c: In function ‘xen_block_frontend_changed’:
 20942	../qemu-xen/hw/block/xen-block.c:287:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20943	  287 |     enum xenbus_state backend_state = xen_device_backend_get_state(xendev);
 20944	      |     ^~~~
 20945	../qemu-xen/hw/block/xen-block.c: In function ‘xen_block_blockdev_add’:
 20946	../qemu-xen/hw/block/xen-block.c:662:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20947	  662 |     const char *driver = qdict_get_try_str(qdict, "driver");
 20948	      |     ^~~~~
 20949	../qemu-xen/hw/block/xen-block.c: In function ‘xen_block_drive_destroy’:
 20950	../qemu-xen/hw/block/xen-block.c:706:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20951	  706 |     char *node_name = drive->node_name;
 20952	      |     ^~~~
 20953	../qemu-xen/hw/block/xen-block.c: In function ‘xen_block_drive_create’:
 20954	../qemu-xen/hw/block/xen-block.c:725:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20955	  725 |     const char *params = qdict_get_try_str(opts, "params");
 20956	      |     ^~~~~
 20957	../qemu-xen/hw/block/xen-block.c: In function ‘xen_block_iothread_create’:
 20958	../qemu-xen/hw/block/xen-block.c:854:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20959	  854 |     XenBlockIOThread *iothread = g_new(XenBlockIOThread, 1);
 20960	      |     ^~~~~~~~~~~~~~~~
 20961	../qemu-xen/hw/block/xen-block.c: In function ‘xen_block_device_create’:
 20962	../qemu-xen/hw/block/xen-block.c:880:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20963	  880 |     XenBus *xenbus = xen_backend_get_bus(backend);
 20964	      |     ^~~~~~
 20965	../qemu-xen/hw/block/xen-block.c: In function ‘xen_block_device_destroy’:
 20966	../qemu-xen/hw/block/xen-block.c:981:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20967	  981 |     XenDevice *xendev = xen_backend_get_device(backend);
 20968	      |     ^~~~~~~~~
 20969	[1231/2756] Compiling C object libcommon.fa.p/hw_core_sysbus.c.o
 20970	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20971	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20972	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20973	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 20974	                 from ../qemu-xen/hw/core/sysbus.c:23:
 20975	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20976	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20977	   32 |   typeof(                                                                          \
 20978	      |   ^~~~~~
 20979	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20980	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20981	      |     ^~~~~~~~~~~~~~~~~
 20982	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 20983	 1100 |     return qatomic_rcu_read(&as->current_map);
 20984	      |            ^~~~~~~~~~~~~~~~
 20985	[1232/2756] Compiling C object libcommon.fa.p/hw_cxl_cxl-device-utils.c.o
 20986	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 20987	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 20988	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 20989	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 20990	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_host.h:31,
 20991	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/cxl/cxl.h:16,
 20992	                 from ../qemu-xen/hw/cxl/cxl-device-utils.c:12:
 20993	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 20994	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 20995	   32 |   typeof(                                                                          \
 20996	      |   ^~~~~~
 20997	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 20998	  163 |     typeof_strip_qual(*ptr) _val;                      \
 20999	      |     ^~~~~~~~~~~~~~~~~
 21000	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21001	 1100 |     return qatomic_rcu_read(&as->current_map);
 21002	      |            ^~~~~~~~~~~~~~~~
 21003	[1233/2756] Compiling C object libcommon.fa.p/hw_block_fdc.c.o
 21004	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21005	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 21006	                 from ../qemu-xen/hw/block/fdc.c:34:
 21007	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21008	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21009	   32 |   typeof(                                                                          \
 21010	      |   ^~~~~~
 21011	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21012	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21013	      |     ^~~~~~~~~~~~~~~~~
 21014	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21015	 1100 |     return qatomic_rcu_read(&as->current_map);
 21016	      |            ^~~~~~~~~~~~~~~~
 21017	../qemu-xen/hw/block/fdc.c: In function ‘fdctrl_seek_to_next_sect’:
 21018	../qemu-xen/hw/block/fdc.c:1391:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21019	 1391 |     uint8_t new_head = cur_drv->head;
 21020	      |     ^~~~~~~
 21021	[1234/2756] Compiling C object libcommon.fa.p/hw_display_edid-generate.c.o
 21022	../qemu-xen/hw/display/edid-generate.c: In function ‘qemu_edid_generate’:
 21023	../qemu-xen/hw/display/edid-generate.c:449:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21024	  449 |     uint16_t vendor_id = ((((info->vendor[0] - '@') & 0x1f) << 10) |
 21025	      |     ^~~~~~~~
 21026	[1235/2756] Compiling C object libcommon.fa.p/hw_cxl_cxl-cdat.c.o
 21027	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21028	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21029	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21030	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21031	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 21032	                 from ../qemu-xen/hw/cxl/cxl-cdat.c:11:
 21033	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21034	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21035	   32 |   typeof(                                                                          \
 21036	      |   ^~~~~~
 21037	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21038	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21039	      |     ^~~~~~~~~~~~~~~~~
 21040	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21041	 1100 |     return qatomic_rcu_read(&as->current_map);
 21042	      |            ^~~~~~~~~~~~~~~~
 21043	[1236/2756] Compiling C object libcommon.fa.p/hw_cxl_cxl-mailbox-utils.c.o
 21044	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21045	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 21046	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 21047	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 21048	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_host.h:31,
 21049	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/cxl/cxl.h:16,
 21050	                 from ../qemu-xen/hw/cxl/cxl-mailbox-utils.c:11:
 21051	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21052	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21053	   32 |   typeof(                                                                          \
 21054	      |   ^~~~~~
 21055	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21056	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21057	      |     ^~~~~~~~~~~~~~~~~
 21058	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21059	 1100 |     return qatomic_rcu_read(&as->current_map);
 21060	      |            ^~~~~~~~~~~~~~~~
 21061	[1237/2756] Compiling C object libcommon.fa.p/hw_cxl_cxl-host.c.o
 21062	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21063	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 21064	                 from ../qemu-xen/hw/cxl/cxl-host.c:10:
 21065	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21066	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21067	   32 |   typeof(                                                                          \
 21068	      |   ^~~~~~
 21069	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21070	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21071	      |     ^~~~~~~~~~~~~~~~~
 21072	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21073	 1100 |     return qatomic_rcu_read(&as->current_map);
 21074	      |            ^~~~~~~~~~~~~~~~
 21075	[1238/2756] Compiling C object libcommon.fa.p/ui_vnc.c.o
 21076	../qemu-xen/ui/vnc.c: In function ‘protocol_client_msg’:
 21077	../qemu-xen/ui/vnc.c:2431:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21078	 2431 |         uint32_t dlen = abs(read_s32(data, 4));
 21079	      |         ^~~~~~~~
 21080	[1239/2756] Compiling C object libcommon.fa.p/hw_cxl_cxl-component-utils.c.o
 21081	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21082	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21083	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21084	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21085	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 21086	                 from ../qemu-xen/hw/cxl/cxl-component-utils.c:13:
 21087	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21088	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21089	   32 |   typeof(                                                                          \
 21090	      |   ^~~~~~
 21091	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21092	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21093	      |     ^~~~~~~~~~~~~~~~~
 21094	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21095	 1100 |     return qatomic_rcu_read(&as->current_map);
 21096	      |            ^~~~~~~~~~~~~~~~
 21097	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:49,
 21098	                 from ../qemu-xen/hw/cxl/cxl-component-utils.c:10:
 21099	../qemu-xen/hw/cxl/cxl-component-utils.c: In function ‘cxl_component_register_init_common’:
 21100	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21101	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 21102	      |                                    ^~~~~~~~~~~~~~
 21103	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 21104	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 21105	      |                              ^~~~~~~~~~~~~~~~~~
 21106	../qemu-xen/hw/cxl/cxl-component-utils.c:230:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 21107	  230 |     QEMU_BUILD_BUG_ON(CXL_##reg##_REGISTERS_OFFSET == 0);                     \
 21108	      |     ^~~~~~~~~~~~~~~~~
 21109	../qemu-xen/hw/cxl/cxl-component-utils.c:243:5: note: in expansion of macro ‘init_cap_reg’
 21110	  243 |     init_cap_reg(RAS, 2, 2);
 21111	      |     ^~~~~~~~~~~~
 21112	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21113	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 21114	      |                                    ^~~~~~~~~~~~~~
 21115	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 21116	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 21117	      |                              ^~~~~~~~~~~~~~~~~~
 21118	../qemu-xen/hw/cxl/cxl-component-utils.c:230:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 21119	  230 |     QEMU_BUILD_BUG_ON(CXL_##reg##_REGISTERS_OFFSET == 0);                     \
 21120	      |     ^~~~~~~~~~~~~~~~~
 21121	../qemu-xen/hw/cxl/cxl-component-utils.c:246:5: note: in expansion of macro ‘init_cap_reg’
 21122	  246 |     init_cap_reg(LINK, 4, 2);
 21123	      |     ^~~~~~~~~~~~
 21124	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21125	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 21126	      |                                    ^~~~~~~~~~~~~~
 21127	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 21128	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 21129	      |                              ^~~~~~~~~~~~~~~~~~
 21130	../qemu-xen/hw/cxl/cxl-component-utils.c:230:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 21131	  230 |     QEMU_BUILD_BUG_ON(CXL_##reg##_REGISTERS_OFFSET == 0);                     \
 21132	      |     ^~~~~~~~~~~~~~~~~
 21133	../qemu-xen/hw/cxl/cxl-component-utils.c:252:5: note: in expansion of macro ‘init_cap_reg’
 21134	  252 |     init_cap_reg(HDM, 5, 1);
 21135	      |     ^~~~~~~~~~~~
 21136	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21137	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 21138	      |                                    ^~~~~~~~~~~~~~
 21139	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 21140	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 21141	      |                              ^~~~~~~~~~~~~~~~~~
 21142	../qemu-xen/hw/cxl/cxl-component-utils.c:230:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 21143	  230 |     QEMU_BUILD_BUG_ON(CXL_##reg##_REGISTERS_OFFSET == 0);                     \
 21144	      |     ^~~~~~~~~~~~~~~~~
 21145	../qemu-xen/hw/cxl/cxl-component-utils.c:259:5: note: in expansion of macro ‘init_cap_reg’
 21146	  259 |     init_cap_reg(EXTSEC, 6, 1);
 21147	      |     ^~~~~~~~~~~~
 21148	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21149	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 21150	      |                                    ^~~~~~~~~~~~~~
 21151	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 21152	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 21153	      |                              ^~~~~~~~~~~~~~~~~~
 21154	../qemu-xen/hw/cxl/cxl-component-utils.c:230:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 21155	  230 |     QEMU_BUILD_BUG_ON(CXL_##reg##_REGISTERS_OFFSET == 0);                     \
 21156	      |     ^~~~~~~~~~~~~~~~~
 21157	../qemu-xen/hw/cxl/cxl-component-utils.c:260:5: note: in expansion of macro ‘init_cap_reg’
 21158	  260 |     init_cap_reg(SNOOP, 8, 1);
 21159	      |     ^~~~~~~~~~~~
 21160	[1240/2756] Compiling C object libcommon.fa.p/hw_9pfs_9p.c.o
 21161	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21162	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21163	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21164	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21165	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/virtio/virtio.h:17,
 21166	                 from ../qemu-xen/hw/9pfs/9p.c:24:
 21167	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21168	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21169	   32 |   typeof(                                                                          \
 21170	      |   ^~~~~~
 21171	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21172	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21173	      |     ^~~~~~~~~~~~~~~~~
 21174	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21175	 1100 |     return qatomic_rcu_read(&as->current_map);
 21176	      |            ^~~~~~~~~~~~~~~~
 21177	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/fsdev/file-op-9p.h:20,
 21178	                 from ../qemu-xen/hw/9pfs/9p.h:7,
 21179	                 from ../qemu-xen/hw/9pfs/virtio-9p.h:6,
 21180	                 from ../qemu-xen/hw/9pfs/9p.c:30:
 21181	../qemu-xen/hw/9pfs/9p.c: In function ‘p9array_new_V9fsPath’:
 21182	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/fsdev/p9array.h:111:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21183	  111 |         P9Array##scalar_type *arr = g_malloc0(sizeof(P9Array##scalar_type) + \
 21184	      |         ^~~~~~~
 21185	../qemu-xen/hw/9pfs/9p.c:56:1: note: in expansion of macro ‘P9ARRAY_DEFINE_TYPE’
 21186	   56 | P9ARRAY_DEFINE_TYPE(V9fsPath, v9fs_path_free);
 21187	      | ^~~~~~~~~~~~~~~~~~~
 21188	../qemu-xen/hw/9pfs/9p.c: In function ‘p9array_auto_free_V9fsPath’:
 21189	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/fsdev/p9array.h:123:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21190	  123 |         P9Array##scalar_type *arr = (P9Array##scalar_type *) ( \
 21191	      |         ^~~~~~~
 21192	../qemu-xen/hw/9pfs/9p.c:56:1: note: in expansion of macro ‘P9ARRAY_DEFINE_TYPE’
 21193	   56 | P9ARRAY_DEFINE_TYPE(V9fsPath, v9fs_path_free);
 21194	      | ^~~~~~~~~~~~~~~~~~~
 21195	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:4:
 21196	../qemu-xen/hw/9pfs/9p.c: In function ‘v9fs_reclaim_fd’:
 21197	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/queue.h:188:1: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21198	  188 | struct name {                                                           \
 21199	      | ^~~~~~
 21200	../qemu-xen/hw/9pfs/9p.c:444:5: note: in expansion of macro ‘QSLIST_HEAD’
 21201	  444 |     QSLIST_HEAD(, V9fsFidState) reclaim_list =
 21202	      |     ^~~~~~~~~~~
 21203	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:49,
 21204	                 from ../qemu-xen/hw/9pfs/9p.c:19:
 21205	../qemu-xen/hw/9pfs/9p.c: In function ‘v9fs_walk’:
 21206	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21207	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 21208	      |                                    ^~~~~~~~~~~~~~
 21209	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/fsdev/p9array.h:156:5: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 21210	  156 |     QEMU_BUILD_BUG_MSG( \
 21211	      |     ^~~~~~~~~~~~~~~~~~
 21212	../qemu-xen/hw/9pfs/9p.c:1818:9: note: in expansion of macro ‘P9ARRAY_NEW’
 21213	 1818 |         P9ARRAY_NEW(V9fsPath, pathes, nwnames);
 21214	      |         ^~~~~~~~~~~
 21215	../qemu-xen/hw/9pfs/9p.c: In function ‘v9fs_device_realize_common’:
 21216	../qemu-xen/hw/9pfs/9p.c:4196:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21217	 4196 |     int i, len;
 21218	      |     ^~~
 21219	[1241/2756] Compiling C object libcommon.fa.p/hw_display_acpi-vga.c.o
 21220	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21221	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 21222	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 21223	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/acpi_aml_interface.h:6,
 21224	                 from ../qemu-xen/hw/display/acpi-vga.c:2:
 21225	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21226	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21227	   32 |   typeof(                                                                          \
 21228	      |   ^~~~~~
 21229	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21230	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21231	      |     ^~~~~~~~~~~~~~~~~
 21232	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21233	 1100 |     return qatomic_rcu_read(&as->current_map);
 21234	      |            ^~~~~~~~~~~~~~~~
 21235	[1242/2756] Compiling C object libcommon.fa.p/hw_display_ramfb.c.o
 21236	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21237	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 21238	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 21239	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 21240	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/nvram/fw_cfg.h:6,
 21241	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/loader.h:3,
 21242	                 from ../qemu-xen/hw/display/ramfb.c:16:
 21243	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21244	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21245	   32 |   typeof(                                                                          \
 21246	      |   ^~~~~~
 21247	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21248	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21249	      |     ^~~~~~~~~~~~~~~~~
 21250	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21251	 1100 |     return qatomic_rcu_read(&as->current_map);
 21252	      |            ^~~~~~~~~~~~~~~~
 21253	[1243/2756] Compiling C object libcommon.fa.p/hw_i2c_smbus_slave.c.o
 21254	[1244/2756] Compiling C object libcommon.fa.p/hw_display_ramfb-standalone.c.o
 21255	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21256	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 21257	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 21258	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 21259	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/nvram/fw_cfg.h:6,
 21260	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/loader.h:3,
 21261	                 from ../qemu-xen/hw/display/ramfb-standalone.c:4:
 21262	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21263	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21264	   32 |   typeof(                                                                          \
 21265	      |   ^~~~~~
 21266	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21267	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21268	      |     ^~~~~~~~~~~~~~~~~
 21269	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21270	 1100 |     return qatomic_rcu_read(&as->current_map);
 21271	      |            ^~~~~~~~~~~~~~~~
 21272	[1245/2756] Compiling C object libcommon.fa.p/hw_display_ati_dbg.c.o
 21273	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21274	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 21275	                 from ../qemu-xen/hw/display/ati_int.h:12,
 21276	                 from ../qemu-xen/hw/display/ati_dbg.c:2:
 21277	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21278	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21279	   32 |   typeof(                                                                          \
 21280	      |   ^~~~~~
 21281	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21282	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21283	      |     ^~~~~~~~~~~~~~~~~
 21284	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21285	 1100 |     return qatomic_rcu_read(&as->current_map);
 21286	      |            ^~~~~~~~~~~~~~~~
 21287	[1246/2756] Compiling C object libcommon.fa.p/hw_core_qdev-properties-system.c.o
 21288	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21289	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 21290	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 21291	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 21292	                 from ../qemu-xen/hw/core/qdev-properties-system.c:14:
 21293	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21294	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21295	   32 |   typeof(                                                                          \
 21296	      |   ^~~~~~
 21297	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21298	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21299	      |     ^~~~~~~~~~~~~~~~~
 21300	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21301	 1100 |     return qatomic_rcu_read(&as->current_map);
 21302	      |            ^~~~~~~~~~~~~~~~
 21303	[1247/2756] Compiling C object libcommon.fa.p/hw_i2c_smbus_master.c.o
 21304	[1248/2756] Compiling C object libcommon.fa.p/hw_display_cirrus_vga_isa.c.o
 21305	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21306	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 21307	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 21308	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 21309	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/nvram/fw_cfg.h:6,
 21310	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/loader.h:3,
 21311	                 from ../qemu-xen/hw/display/cirrus_vga_isa.c:29:
 21312	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21313	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21314	   32 |   typeof(                                                                          \
 21315	      |   ^~~~~~
 21316	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21317	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21318	      |     ^~~~~~~~~~~~~~~~~
 21319	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21320	 1100 |     return qatomic_rcu_read(&as->current_map);
 21321	      |            ^~~~~~~~~~~~~~~~
 21322	[1249/2756] Compiling C object libcommon.fa.p/hw_core_machine.c.o
 21323	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21324	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21325	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio.h:23,
 21326	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/replay.h:19,
 21327	                 from ../qemu-xen/hw/core/machine.c:16:
 21328	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21329	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21330	   32 |   typeof(                                                                          \
 21331	      |   ^~~~~~
 21332	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21333	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21334	      |     ^~~~~~~~~~~~~~~~~
 21335	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21336	 1100 |     return qatomic_rcu_read(&as->current_map);
 21337	      |            ^~~~~~~~~~~~~~~~
 21338	../qemu-xen/hw/core/machine.c: In function ‘machine_set_mem’:
 21339	../qemu-xen/hw/core/machine.c:568:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21340	  568 |     MachineState *ms = MACHINE(obj);
 21341	      |     ^~~~~~~~~~~~
 21342	../qemu-xen/hw/core/machine.c: In function ‘machine_set_boot’:
 21343	../qemu-xen/hw/core/machine.c:893:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21344	  893 |     MachineState *ms = MACHINE(obj);
 21345	      |     ^~~~~~~~~~~~
 21346	[1250/2756] Compiling C object libcommon.fa.p/hw_display_vga-isa.c.o
 21347	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21348	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21349	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21350	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21351	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 21352	                 from ../qemu-xen/hw/display/vga-isa.c:28:
 21353	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21354	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21355	   32 |   typeof(                                                                          \
 21356	      |   ^~~~~~
 21357	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21358	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21359	      |     ^~~~~~~~~~~~~~~~~
 21360	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21361	 1100 |     return qatomic_rcu_read(&as->current_map);
 21362	      |            ^~~~~~~~~~~~~~~~
 21363	[1251/2756] Compiling C object libcommon.fa.p/ui_vnc-enc-zrle.c.o
 21364	[1252/2756] Compiling C object libcommon.fa.p/hw_dma_i8257.c.o
 21365	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21366	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21367	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21368	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21369	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 21370	                 from ../qemu-xen/hw/dma/i8257.c:26:
 21371	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21372	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21373	   32 |   typeof(                                                                          \
 21374	      |   ^~~~~~
 21375	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21376	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21377	      |     ^~~~~~~~~~~~~~~~~
 21378	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21379	 1100 |     return qatomic_rcu_read(&as->current_map);
 21380	      |            ^~~~~~~~~~~~~~~~
 21381	[1253/2756] Compiling C object libcommon.fa.p/hw_display_vga-pci.c.o
 21382	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21383	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21384	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21385	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21386	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 21387	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 21388	                 from ../qemu-xen/hw/display/vga-pci.c:28:
 21389	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21390	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21391	   32 |   typeof(                                                                          \
 21392	      |   ^~~~~~
 21393	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21394	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21395	      |     ^~~~~~~~~~~~~~~~~
 21396	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21397	 1100 |     return qatomic_rcu_read(&as->current_map);
 21398	      |            ^~~~~~~~~~~~~~~~
 21399	[1254/2756] Compiling C object libcommon.fa.p/hw_i2c_core.c.o
 21400	[1255/2756] Compiling C object libcommon.fa.p/hw_i2c_bitbang_i2c.c.o
 21401	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21402	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 21403	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 21404	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/i2c/i2c.h:4,
 21405	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/i2c/bitbang_i2c.h:4,
 21406	                 from ../qemu-xen/hw/i2c/bitbang_i2c.c:15:
 21407	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21408	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21409	   32 |   typeof(                                                                          \
 21410	      |   ^~~~~~
 21411	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21412	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21413	      |     ^~~~~~~~~~~~~~~~~
 21414	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21415	 1100 |     return qatomic_rcu_read(&as->current_map);
 21416	      |            ^~~~~~~~~~~~~~~~
 21417	[1256/2756] Compiling C object libcommon.fa.p/hw_display_bochs-display.c.o
 21418	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21419	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21420	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21421	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21422	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 21423	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 21424	                 from ../qemu-xen/hw/display/bochs-display.c:11:
 21425	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21426	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21427	   32 |   typeof(                                                                          \
 21428	      |   ^~~~~~
 21429	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21430	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21431	      |     ^~~~~~~~~~~~~~~~~
 21432	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21433	 1100 |     return qatomic_rcu_read(&as->current_map);
 21434	      |            ^~~~~~~~~~~~~~~~
 21435	[1257/2756] Compiling C object libcommon.fa.p/hw_i2c_smbus_ich9.c.o
 21436	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21437	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21438	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21439	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21440	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/i2c/pm_smbus.h:4,
 21441	                 from ../qemu-xen/hw/i2c/smbus_ich9.c:25:
 21442	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21443	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21444	   32 |   typeof(                                                                          \
 21445	      |   ^~~~~~
 21446	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21447	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21448	      |     ^~~~~~~~~~~~~~~~~
 21449	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21450	 1100 |     return qatomic_rcu_read(&as->current_map);
 21451	      |            ^~~~~~~~~~~~~~~~
 21452	[1258/2756] Compiling C object libcommon.fa.p/hw_display_ati_2d.c.o
 21453	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21454	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 21455	                 from ../qemu-xen/hw/display/ati_int.h:12,
 21456	                 from ../qemu-xen/hw/display/ati_2d.c:11:
 21457	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21458	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21459	   32 |   typeof(                                                                          \
 21460	      |   ^~~~~~
 21461	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21462	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21463	      |     ^~~~~~~~~~~~~~~~~
 21464	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21465	 1100 |     return qatomic_rcu_read(&as->current_map);
 21466	      |            ^~~~~~~~~~~~~~~~
 21467	../qemu-xen/hw/display/ati_2d.c: In function ‘ati_2d_blt’:
 21468	../qemu-xen/hw/display/ati_2d.c:57:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21469	   57 |     unsigned dst_x = (s->regs.dp_cntl & DST_X_LEFT_TO_RIGHT ?
 21470	      |     ^~~~~~~~
 21471	../qemu-xen/hw/display/ati_2d.c:66:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21472	   66 |     int dst_stride = DEFAULT_CNTL ? s->regs.dst_pitch : s->regs.default_pitch;
 21473	      |     ^~~
 21474	../qemu-xen/hw/display/ati_2d.c:71:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21475	   71 |     uint8_t *dst_bits = s->vga.vram_ptr + (DEFAULT_CNTL ?
 21476	      |     ^~~~~~~
 21477	../qemu-xen/hw/display/ati_2d.c:78:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21478	   78 |     uint8_t *end = s->vga.vram_ptr + s->vga.vram_size;
 21479	      |     ^~~~~~~
 21480	../qemu-xen/hw/display/ati_2d.c:105:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21481	  105 |         uint8_t *src_bits = s->vga.vram_ptr + (DEFAULT_CNTL ?
 21482	      |         ^~~~~~~
 21483	[1259/2756] Compiling C object libcommon.fa.p/hw_i2c_pm_smbus.c.o
 21484	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21485	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21486	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21487	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21488	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 21489	                 from ../qemu-xen/hw/i2c/pm_smbus.c:22:
 21490	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21491	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21492	   32 |   typeof(                                                                          \
 21493	      |   ^~~~~~
 21494	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21495	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21496	      |     ^~~~~~~~~~~~~~~~~
 21497	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21498	 1100 |     return qatomic_rcu_read(&as->current_map);
 21499	      |            ^~~~~~~~~~~~~~~~
 21500	[1260/2756] Compiling C object libcommon.fa.p/hw_i2c_smbus_eeprom.c.o
 21501	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21502	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21503	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21504	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21505	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 21506	                 from ../qemu-xen/hw/i2c/smbus_eeprom.c:28:
 21507	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21508	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21509	   32 |   typeof(                                                                          \
 21510	      |   ^~~~~~
 21511	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21512	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21513	      |     ^~~~~~~~~~~~~~~~~
 21514	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21515	 1100 |     return qatomic_rcu_read(&as->current_map);
 21516	      |            ^~~~~~~~~~~~~~~~
 21517	../qemu-xen/hw/i2c/smbus_eeprom.c: In function ‘smbus_eeprom_init’:
 21518	../qemu-xen/hw/i2c/smbus_eeprom.c:186:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21519	  186 |     uint8_t *eeprom_buf = g_malloc0(8 * SMBUS_EEPROM_SIZE);
 21520	      |     ^~~~~~~
 21521	[1261/2756] Compiling C object libcommon.fa.p/hw_ide_ich.c.o
 21522	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21523	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21524	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21525	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21526	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 21527	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 21528	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/msi.h:24,
 21529	                 from ../qemu-xen/hw/ide/ich.c:65:
 21530	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21531	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21532	   32 |   typeof(                                                                          \
 21533	      |   ^~~~~~
 21534	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21535	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21536	      |     ^~~~~~~~~~~~~~~~~
 21537	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21538	 1100 |     return qatomic_rcu_read(&as->current_map);
 21539	      |            ^~~~~~~~~~~~~~~~
 21540	../qemu-xen/hw/ide/ich.c: In function ‘pci_ich9_ahci_realize’:
 21541	../qemu-xen/hw/ide/ich.c:113:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21542	  113 |     int ret;
 21543	      |     ^~~
 21544	[1262/2756] Compiling C object libcommon.fa.p/hw_display_xenfb.c.o
 21545	[1263/2756] Compiling C object libcommon.fa.p/hw_ide_isa.c.o
 21546	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21547	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21548	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21549	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21550	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 21551	                 from ../qemu-xen/hw/ide/isa.c:27:
 21552	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21553	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21554	   32 |   typeof(                                                                          \
 21555	      |   ^~~~~~
 21556	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21557	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21558	      |     ^~~~~~~~~~~~~~~~~
 21559	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21560	 1100 |     return qatomic_rcu_read(&as->current_map);
 21561	      |            ^~~~~~~~~~~~~~~~
 21562	[1264/2756] Compiling C object libcommon.fa.p/hw_ide_ioport.c.o
 21563	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21564	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21565	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21566	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21567	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 21568	                 from ../qemu-xen/hw/ide/ioport.c:27:
 21569	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21570	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21571	   32 |   typeof(                                                                          \
 21572	      |   ^~~~~~
 21573	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21574	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21575	      |     ^~~~~~~~~~~~~~~~~
 21576	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21577	 1100 |     return qatomic_rcu_read(&as->current_map);
 21578	      |            ^~~~~~~~~~~~~~~~
 21579	[1265/2756] Compiling C object libcommon.fa.p/hw_intc_intc.c.o
 21580	[1266/2756] Compiling C object libcommon.fa.p/hw_ide_piix.c.o
 21581	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21582	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21583	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21584	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21585	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 21586	                 from ../qemu-xen/hw/ide/piix.c:33:
 21587	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21588	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21589	   32 |   typeof(                                                                          \
 21590	      |   ^~~~~~
 21591	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21592	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21593	      |     ^~~~~~~~~~~~~~~~~
 21594	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21595	 1100 |     return qatomic_rcu_read(&as->current_map);
 21596	      |            ^~~~~~~~~~~~~~~~
 21597	[1267/2756] Compiling C object libcommon.fa.p/hw_input_vhost-user-input.c.o
 21598	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21599	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21600	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21601	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21602	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/vhost-user-backend.h:16,
 21603	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/virtio/virtio-input.h:5,
 21604	                 from ../qemu-xen/hw/input/vhost-user-input.c:11:
 21605	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21606	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21607	   32 |   typeof(                                                                          \
 21608	      |   ^~~~~~
 21609	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21610	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21611	      |     ^~~~~~~~~~~~~~~~~
 21612	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21613	 1100 |     return qatomic_rcu_read(&as->current_map);
 21614	      |            ^~~~~~~~~~~~~~~~
 21615	[1268/2756] Compiling C object libcommon.fa.p/hw_ide_qdev.c.o
 21616	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21617	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21618	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21619	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21620	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/dma.h:13,
 21621	                 from ../qemu-xen/hw/ide/qdev.c:21:
 21622	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21623	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21624	   32 |   typeof(                                                                          \
 21625	      |   ^~~~~~
 21626	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21627	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21628	      |     ^~~~~~~~~~~~~~~~~
 21629	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21630	 1100 |     return qatomic_rcu_read(&as->current_map);
 21631	      |            ^~~~~~~~~~~~~~~~
 21632	[1269/2756] Compiling C object libcommon.fa.p/hw_ipack_ipack.c.o
 21633	[1270/2756] Compiling C object libcommon.fa.p/hw_intc_i8259_common.c.o
 21634	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21635	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21636	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21637	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21638	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 21639	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/i8259_internal.h:28,
 21640	                 from ../qemu-xen/hw/intc/i8259_common.c:28:
 21641	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21642	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21643	   32 |   typeof(                                                                          \
 21644	      |   ^~~~~~
 21645	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21646	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21647	      |     ^~~~~~~~~~~~~~~~~
 21648	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21649	 1100 |     return qatomic_rcu_read(&as->current_map);
 21650	      |            ^~~~~~~~~~~~~~~~
 21651	[1271/2756] Compiling C object libcommon.fa.p/hw_input_virtio-input.c.o
 21652	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21653	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21654	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21655	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21656	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/virtio/virtio.h:17,
 21657	                 from ../qemu-xen/hw/input/virtio-input.c:13:
 21658	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21659	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21660	   32 |   typeof(                                                                          \
 21661	      |   ^~~~~~
 21662	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21663	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21664	      |     ^~~~~~~~~~~~~~~~~
 21665	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21666	 1100 |     return qatomic_rcu_read(&as->current_map);
 21667	      |            ^~~~~~~~~~~~~~~~
 21668	[1272/2756] Compiling C object libcommon.fa.p/hw_input_virtio-input-host.c.o
 21669	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21670	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21671	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21672	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21673	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/virtio/virtio.h:17,
 21674	                 from ../qemu-xen/hw/input/virtio-input-host.c:12:
 21675	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21676	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21677	   32 |   typeof(                                                                          \
 21678	      |   ^~~~~~
 21679	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21680	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21681	      |     ^~~~~~~~~~~~~~~~~
 21682	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21683	 1100 |     return qatomic_rcu_read(&as->current_map);
 21684	      |            ^~~~~~~~~~~~~~~~
 21685	[1273/2756] Compiling C object libcommon.fa.p/hw_intc_kvm_irqcount.c.o
 21686	[1274/2756] Compiling C object libcommon.fa.p/hw_input_hid.c.o
 21687	[1275/2756] Compiling C object libcommon.fa.p/hw_ide_pci.c.o
 21688	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21689	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21690	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21691	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21692	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 21693	                 from ../qemu-xen/hw/ide/pci.c:28:
 21694	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21695	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21696	   32 |   typeof(                                                                          \
 21697	      |   ^~~~~~
 21698	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21699	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21700	      |     ^~~~~~~~~~~~~~~~~
 21701	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21702	 1100 |     return qatomic_rcu_read(&as->current_map);
 21703	      |            ^~~~~~~~~~~~~~~~
 21704	[1276/2756] Compiling C object libcommon.fa.p/hw_ipmi_ipmi.c.o
 21705	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21706	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21707	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21708	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21709	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi.h:28,
 21710	                 from ../qemu-xen/hw/ipmi/ipmi.c:26:
 21711	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21712	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21713	   32 |   typeof(                                                                          \
 21714	      |   ^~~~~~
 21715	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21716	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21717	      |     ^~~~~~~~~~~~~~~~~
 21718	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21719	 1100 |     return qatomic_rcu_read(&as->current_map);
 21720	      |            ^~~~~~~~~~~~~~~~
 21721	[1277/2756] Compiling C object libcommon.fa.p/hw_input_pckbd.c.o
 21722	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21723	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 21724	                 from ../qemu-xen/hw/input/pckbd.c:28:
 21725	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21726	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21727	   32 |   typeof(                                                                          \
 21728	      |   ^~~~~~
 21729	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21730	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21731	      |     ^~~~~~~~~~~~~~~~~
 21732	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21733	 1100 |     return qatomic_rcu_read(&as->current_map);
 21734	      |            ^~~~~~~~~~~~~~~~
 21735	[1278/2756] Compiling C object libcommon.fa.p/hw_input_virtio-input-hid.c.o
 21736	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21737	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21738	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21739	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21740	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/virtio/virtio.h:17,
 21741	                 from ../qemu-xen/hw/input/virtio-input-hid.c:11:
 21742	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21743	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21744	   32 |   typeof(                                                                          \
 21745	      |   ^~~~~~
 21746	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21747	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21748	      |     ^~~~~~~~~~~~~~~~~
 21749	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21750	 1100 |     return qatomic_rcu_read(&as->current_map);
 21751	      |            ^~~~~~~~~~~~~~~~
 21752	[1279/2756] Compiling C object libcommon.fa.p/hw_intc_ioapic_common.c.o
 21753	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21754	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21755	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/progress_meter.h:30,
 21756	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/job.h:31,
 21757	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/blockjob.h:30,
 21758	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block-common.h:71,
 21759	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block-global-state.h:27,
 21760	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block.h:27,
 21761	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/monitor/monitor.h:4,
 21762	                 from ../qemu-xen/hw/intc/ioapic_common.c:26:
 21763	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21764	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21765	   32 |   typeof(                                                                          \
 21766	      |   ^~~~~~
 21767	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21768	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21769	      |     ^~~~~~~~~~~~~~~~~
 21770	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21771	 1100 |     return qatomic_rcu_read(&as->current_map);
 21772	      |            ^~~~~~~~~~~~~~~~
 21773	[1280/2756] Compiling C object libcommon.fa.p/hw_ipmi_ipmi_kcs.c.o
 21774	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21775	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21776	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21777	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21778	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi.h:28,
 21779	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi_kcs.h:28,
 21780	                 from ../qemu-xen/hw/ipmi/ipmi_kcs.c:28:
 21781	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21782	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21783	   32 |   typeof(                                                                          \
 21784	      |   ^~~~~~
 21785	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21786	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21787	      |     ^~~~~~~~~~~~~~~~~
 21788	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21789	 1100 |     return qatomic_rcu_read(&as->current_map);
 21790	      |            ^~~~~~~~~~~~~~~~
 21791	[1281/2756] Compiling C object libcommon.fa.p/hw_ipmi_ipmi_bt.c.o
 21792	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21793	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21794	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21795	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21796	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi.h:28,
 21797	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi_bt.h:28,
 21798	                 from ../qemu-xen/hw/ipmi/ipmi_bt.c:28:
 21799	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21800	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21801	   32 |   typeof(                                                                          \
 21802	      |   ^~~~~~
 21803	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21804	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21805	      |     ^~~~~~~~~~~~~~~~~
 21806	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21807	 1100 |     return qatomic_rcu_read(&as->current_map);
 21808	      |            ^~~~~~~~~~~~~~~~
 21809	[1282/2756] Compiling C object libcommon.fa.p/hw_ipmi_isa_ipmi_kcs.c.o
 21810	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21811	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21812	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21813	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21814	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi.h:28,
 21815	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi_kcs.h:28,
 21816	                 from ../qemu-xen/hw/ipmi/isa_ipmi_kcs.c:29:
 21817	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21818	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21819	   32 |   typeof(                                                                          \
 21820	      |   ^~~~~~
 21821	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21822	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21823	      |     ^~~~~~~~~~~~~~~~~
 21824	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21825	 1100 |     return qatomic_rcu_read(&as->current_map);
 21826	      |            ^~~~~~~~~~~~~~~~
 21827	[1283/2756] Compiling C object libcommon.fa.p/hw_core_loader.c.o
 21828	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21829	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21830	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/progress_meter.h:30,
 21831	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/job.h:31,
 21832	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/blockjob.h:30,
 21833	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block-common.h:71,
 21834	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block-global-state.h:27,
 21835	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block.h:27,
 21836	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/monitor/monitor.h:4,
 21837	                 from ../qemu-xen/hw/core/loader.c:55:
 21838	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21839	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21840	   32 |   typeof(                                                                          \
 21841	      |   ^~~~~~
 21842	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21843	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21844	      |     ^~~~~~~~~~~~~~~~~
 21845	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21846	 1100 |     return qatomic_rcu_read(&as->current_map);
 21847	      |            ^~~~~~~~~~~~~~~~
 21848	In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9,
 21849	                 from /usr/include/glib-2.0/glib/gtypes.h:34,
 21850	                 from /usr/include/glib-2.0/glib/galloca.h:34,
 21851	                 from /usr/include/glib-2.0/glib.h:32,
 21852	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/glib-compat.h:32,
 21853	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:144,
 21854	                 from ../qemu-xen/hw/core/loader.c:45:
 21855	../qemu-xen/hw/core/loader.c: In function ‘rom_ptr_for_as’:
 21856	/usr/include/glib-2.0/glib/gmacros.h:1347:43: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21857	 1347 | #define _GLIB_CLEANUP(func)               __attribute__((cleanup(func)))
 21858	      |                                           ^~~~~~~~~~~~~
 21859	/usr/include/glib-2.0/glib/gmacros.h:1380:29: note: in expansion of macro ‘_GLIB_CLEANUP’
 21860	 1380 | #define g_autoptr(TypeName) _GLIB_CLEANUP(_GLIB_AUTOPTR_FUNC_NAME(TypeName)) _GLIB_AUTOPTR_TYPENAME(TypeName)
 21861	      |                             ^~~~~~~~~~~~~
 21862	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu.h:186:5: note: in expansion of macro ‘g_autoptr’
 21863	  186 |     g_autoptr(RCUReadAuto) _rcu_read_auto __attribute__((unused)) = rcu_read_auto_lock()
 21864	      |     ^~~~~~~~~
 21865	../qemu-xen/hw/core/loader.c:1668:5: note: in expansion of macro ‘RCU_READ_LOCK_GUARD’
 21866	 1668 |     RCU_READ_LOCK_GUARD();
 21867	      |     ^~~~~~~~~~~~~~~~~~~
 21868	[1284/2756] Compiling C object libcommon.fa.p/hw_display_ati.c.o
 21869	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21870	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 21871	                 from ../qemu-xen/hw/display/ati_int.h:12,
 21872	                 from ../qemu-xen/hw/display/ati.c:20:
 21873	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21874	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21875	   32 |   typeof(                                                                          \
 21876	      |   ^~~~~~
 21877	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21878	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21879	      |     ^~~~~~~~~~~~~~~~~
 21880	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21881	 1100 |     return qatomic_rcu_read(&as->current_map);
 21882	      |            ^~~~~~~~~~~~~~~~
 21883	../qemu-xen/hw/display/ati.c: In function ‘ati_vga_realize’:
 21884	../qemu-xen/hw/display/ati.c:970:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21885	  970 |     I2CBus *i2cbus = i2c_init_bus(DEVICE(s), "ati-vga.ddc");
 21886	      |     ^~~~~~
 21887	../qemu-xen/hw/display/ati.c:972:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21888	  972 |     I2CSlave *i2cddc = I2C_SLAVE(qdev_new(TYPE_I2CDDC));
 21889	      |     ^~~~~~~~
 21890	[1285/2756] Compiling C object libcommon.fa.p/hw_intc_i8259.c.o
 21891	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21892	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21893	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21894	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21895	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 21896	                 from ../qemu-xen/hw/intc/i8259.c:28:
 21897	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21898	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21899	   32 |   typeof(                                                                          \
 21900	      |   ^~~~~~
 21901	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21902	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21903	      |     ^~~~~~~~~~~~~~~~~
 21904	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21905	 1100 |     return qatomic_rcu_read(&as->current_map);
 21906	      |            ^~~~~~~~~~~~~~~~
 21907	[1286/2756] Compiling C object libcommon.fa.p/hw_ipmi_isa_ipmi_bt.c.o
 21908	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21909	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21910	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21911	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21912	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi.h:28,
 21913	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi_bt.h:28,
 21914	                 from ../qemu-xen/hw/ipmi/isa_ipmi_bt.c:29:
 21915	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21916	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21917	   32 |   typeof(                                                                          \
 21918	      |   ^~~~~~
 21919	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21920	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21921	      |     ^~~~~~~~~~~~~~~~~
 21922	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21923	 1100 |     return qatomic_rcu_read(&as->current_map);
 21924	      |            ^~~~~~~~~~~~~~~~
 21925	[1287/2756] Compiling C object libcommon.fa.p/hw_display_vmware_vga.c.o
 21926	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21927	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 21928	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 21929	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 21930	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/nvram/fw_cfg.h:6,
 21931	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/loader.h:3,
 21932	                 from ../qemu-xen/hw/display/vmware_vga.c:30:
 21933	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21934	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21935	   32 |   typeof(                                                                          \
 21936	      |   ^~~~~~
 21937	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21938	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21939	      |     ^~~~~~~~~~~~~~~~~
 21940	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21941	 1100 |     return qatomic_rcu_read(&as->current_map);
 21942	      |            ^~~~~~~~~~~~~~~~
 21943	../qemu-xen/hw/display/vmware_vga.c: In function ‘vmsvga_update_rect_delayed’:
 21944	../qemu-xen/hw/display/vmware_vga.c:411:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21945	  411 |     struct vmsvga_rect_s *rect = &s->redraw_fifo[s->redraw_fifo_last++];
 21946	      |     ^~~~~~
 21947	[1288/2756] Compiling C object libcommon.fa.p/hw_ide_atapi.c.o
 21948	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21949	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21950	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21951	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21952	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ide.h:4,
 21953	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ide/internal.h:10,
 21954	                 from ../qemu-xen/hw/ide/atapi.c:27:
 21955	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21956	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21957	   32 |   typeof(                                                                          \
 21958	      |   ^~~~~~
 21959	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21960	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21961	      |     ^~~~~~~~~~~~~~~~~
 21962	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21963	 1100 |     return qatomic_rcu_read(&as->current_map);
 21964	      |            ^~~~~~~~~~~~~~~~
 21965	[1289/2756] Compiling C object libcommon.fa.p/hw_ipmi_ipmi_bmc_extern.c.o
 21966	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 21967	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 21968	                 from ../qemu-xen/hw/ipmi/ipmi_bmc_extern.c:34:
 21969	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21970	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21971	   32 |   typeof(                                                                          \
 21972	      |   ^~~~~~
 21973	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21974	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21975	      |     ^~~~~~~~~~~~~~~~~
 21976	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21977	 1100 |     return qatomic_rcu_read(&as->current_map);
 21978	      |            ^~~~~~~~~~~~~~~~
 21979	[1290/2756] Compiling C object libcommon.fa.p/hw_ipmi_pci_ipmi_bt.c.o
 21980	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21981	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 21982	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 21983	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 21984	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi.h:28,
 21985	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi_bt.h:28,
 21986	                 from ../qemu-xen/hw/ipmi/pci_ipmi_bt.c:27:
 21987	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 21988	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 21989	   32 |   typeof(                                                                          \
 21990	      |   ^~~~~~
 21991	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 21992	  163 |     typeof_strip_qual(*ptr) _val;                      \
 21993	      |     ^~~~~~~~~~~~~~~~~
 21994	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 21995	 1100 |     return qatomic_rcu_read(&as->current_map);
 21996	      |            ^~~~~~~~~~~~~~~~
 21997	[1291/2756] Compiling C object libcommon.fa.p/hw_ipmi_pci_ipmi_kcs.c.o
 21998	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 21999	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22000	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22001	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22002	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi.h:28,
 22003	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi_kcs.h:28,
 22004	                 from ../qemu-xen/hw/ipmi/pci_ipmi_kcs.c:27:
 22005	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22006	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22007	   32 |   typeof(                                                                          \
 22008	      |   ^~~~~~
 22009	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22010	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22011	      |     ^~~~~~~~~~~~~~~~~
 22012	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22013	 1100 |     return qatomic_rcu_read(&as->current_map);
 22014	      |            ^~~~~~~~~~~~~~~~
 22015	[1292/2756] Compiling C object libcommon.fa.p/hw_ipack_tpci200.c.o
 22016	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22017	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22018	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22019	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipack/ipack.h:14,
 22020	                 from ../qemu-xen/hw/ipack/tpci200.c:13:
 22021	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22022	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22023	   32 |   typeof(                                                                          \
 22024	      |   ^~~~~~
 22025	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22026	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22027	      |     ^~~~~~~~~~~~~~~~~
 22028	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22029	 1100 |     return qatomic_rcu_read(&as->current_map);
 22030	      |            ^~~~~~~~~~~~~~~~
 22031	[1293/2756] Compiling C object libcommon.fa.p/hw_ipmi_smbus_ipmi.c.o
 22032	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22033	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22034	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22035	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/i2c/i2c.h:4,
 22036	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/i2c/smbus_slave.h:28,
 22037	                 from ../qemu-xen/hw/ipmi/smbus_ipmi.c:26:
 22038	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22039	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22040	   32 |   typeof(                                                                          \
 22041	      |   ^~~~~~
 22042	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22043	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22044	      |     ^~~~~~~~~~~~~~~~~
 22045	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22046	 1100 |     return qatomic_rcu_read(&as->current_map);
 22047	      |            ^~~~~~~~~~~~~~~~
 22048	[1294/2756] Compiling C object libcommon.fa.p/hw_isa_apm.c.o
 22049	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22050	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22051	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22052	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22053	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/apm.h:4,
 22054	                 from ../qemu-xen/hw/isa/apm.c:24:
 22055	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22056	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22057	   32 |   typeof(                                                                          \
 22058	      |   ^~~~~~
 22059	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22060	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22061	      |     ^~~~~~~~~~~~~~~~~
 22062	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22063	 1100 |     return qatomic_rcu_read(&as->current_map);
 22064	      |            ^~~~~~~~~~~~~~~~
 22065	[1295/2756] Compiling C object libcommon.fa.p/hw_misc_debugexit.c.o
 22066	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22067	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22068	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22069	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22070	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 22071	                 from ../qemu-xen/hw/misc/debugexit.c:11:
 22072	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22073	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22074	   32 |   typeof(                                                                          \
 22075	      |   ^~~~~~
 22076	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22077	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22078	      |     ^~~~~~~~~~~~~~~~~
 22079	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22080	 1100 |     return qatomic_rcu_read(&as->current_map);
 22081	      |            ^~~~~~~~~~~~~~~~
 22082	[1296/2756] Compiling C object libcommon.fa.p/hw_mem_nvdimm.c.o
 22083	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22084	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22085	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22086	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22087	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/mem/pc-dimm.h:19,
 22088	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/mem/nvdimm.h:26,
 22089	                 from ../qemu-xen/hw/mem/nvdimm.c:30:
 22090	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22091	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22092	   32 |   typeof(                                                                          \
 22093	      |   ^~~~~~
 22094	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22095	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22096	      |     ^~~~~~~~~~~~~~~~~
 22097	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22098	 1100 |     return qatomic_rcu_read(&as->current_map);
 22099	      |            ^~~~~~~~~~~~~~~~
 22100	[1297/2756] Compiling C object libcommon.fa.p/hw_isa_isa-bus.c.o
 22101	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22102	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22103	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22104	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 22105	                 from ../qemu-xen/hw/isa/isa-bus.c:24:
 22106	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22107	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22108	   32 |   typeof(                                                                          \
 22109	      |   ^~~~~~
 22110	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22111	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22112	      |     ^~~~~~~~~~~~~~~~~
 22113	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22114	 1100 |     return qatomic_rcu_read(&as->current_map);
 22115	      |            ^~~~~~~~~~~~~~~~
 22116	[1298/2756] Compiling C object libcommon.fa.p/hw_misc_pc-testdev.c.o
 22117	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22118	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22119	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22120	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22121	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 22122	                 from ../qemu-xen/hw/misc/pc-testdev.c:41:
 22123	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22124	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22125	   32 |   typeof(                                                                          \
 22126	      |   ^~~~~~
 22127	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22128	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22129	      |     ^~~~~~~~~~~~~~~~~
 22130	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22131	 1100 |     return qatomic_rcu_read(&as->current_map);
 22132	      |            ^~~~~~~~~~~~~~~~
 22133	[1299/2756] Compiling C object libcommon.fa.p/hw_misc_vmcoreinfo.c.o
 22134	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22135	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22136	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22137	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 22138	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/nvram/fw_cfg.h:6,
 22139	                 from ../qemu-xen/hw/misc/vmcoreinfo.c:17:
 22140	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22141	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22142	   32 |   typeof(                                                                          \
 22143	      |   ^~~~~~
 22144	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22145	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22146	      |     ^~~~~~~~~~~~~~~~~
 22147	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22148	 1100 |     return qatomic_rcu_read(&as->current_map);
 22149	      |            ^~~~~~~~~~~~~~~~
 22150	[1300/2756] Compiling C object libcommon.fa.p/hw_misc_i2c-echo.c.o
 22151	[1301/2756] Compiling C object libcommon.fa.p/hw_misc_pvpanic.c.o
 22152	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22153	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22154	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22155	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 22156	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/nvram/fw_cfg.h:6,
 22157	                 from ../qemu-xen/hw/misc/pvpanic.c:20:
 22158	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22159	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22160	   32 |   typeof(                                                                          \
 22161	      |   ^~~~~~
 22162	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22163	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22164	      |     ^~~~~~~~~~~~~~~~~
 22165	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22166	 1100 |     return qatomic_rcu_read(&as->current_map);
 22167	      |            ^~~~~~~~~~~~~~~~
 22168	[1302/2756] Compiling C object libcommon.fa.p/hw_input_ps2.c.o
 22169	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22170	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22171	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22172	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 22173	                 from ../qemu-xen/hw/input/ps2.c:28:
 22174	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22175	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22176	   32 |   typeof(                                                                          \
 22177	      |   ^~~~~~
 22178	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22179	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22180	      |     ^~~~~~~~~~~~~~~~~
 22181	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22182	 1100 |     return qatomic_rcu_read(&as->current_map);
 22183	      |            ^~~~~~~~~~~~~~~~
 22184	[1303/2756] Compiling C object libcommon.fa.p/hw_mem_pc-dimm.c.o
 22185	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22186	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22187	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22188	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22189	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 22190	                 from ../qemu-xen/hw/mem/pc-dimm.c:22:
 22191	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22192	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22193	   32 |   typeof(                                                                          \
 22194	      |   ^~~~~~
 22195	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22196	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22197	      |     ^~~~~~~~~~~~~~~~~
 22198	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22199	 1100 |     return qatomic_rcu_read(&as->current_map);
 22200	      |            ^~~~~~~~~~~~~~~~
 22201	[1304/2756] Compiling C object libcommon.fa.p/hw_isa_piix3.c.o
 22202	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22203	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22204	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22205	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22206	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 22207	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/dma/i8257.h:4,
 22208	                 from ../qemu-xen/hw/isa/piix3.c:28:
 22209	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22210	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22211	   32 |   typeof(                                                                          \
 22212	      |   ^~~~~~
 22213	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22214	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22215	      |     ^~~~~~~~~~~~~~~~~
 22216	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22217	 1100 |     return qatomic_rcu_read(&as->current_map);
 22218	      |            ^~~~~~~~~~~~~~~~
 22219	../qemu-xen/hw/isa/piix3.c: In function ‘piix3_realize’:
 22220	../qemu-xen/hw/isa/piix3.c:365:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22221	  365 |     PIIX3State *piix3 = PIIX3_PCI_DEVICE(dev);
 22222	      |     ^~~~~~~~~~
 22223	../qemu-xen/hw/isa/piix3.c: In function ‘piix3_xen_realize’:
 22224	../qemu-xen/hw/isa/piix3.c:394:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22225	  394 |     PIIX3State *piix3 = PIIX3_PCI_DEVICE(dev);
 22226	      |     ^~~~~~~~~~
 22227	[1305/2756] Compiling C object libcommon.fa.p/hw_misc_applesmc.c.o
 22228	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22229	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22230	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22231	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22232	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 22233	                 from ../qemu-xen/hw/misc/applesmc.c:34:
 22234	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22235	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22236	   32 |   typeof(                                                                          \
 22237	      |   ^~~~~~
 22238	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22239	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22240	      |     ^~~~~~~~~~~~~~~~~
 22241	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22242	 1100 |     return qatomic_rcu_read(&as->current_map);
 22243	      |            ^~~~~~~~~~~~~~~~
 22244	[1306/2756] Compiling C object libcommon.fa.p/hw_misc_edu.c.o
 22245	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22246	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22247	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22248	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22249	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22250	                 from ../qemu-xen/hw/misc/edu.c:27:
 22251	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22252	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22253	   32 |   typeof(                                                                          \
 22254	      |   ^~~~~~
 22255	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22256	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22257	      |     ^~~~~~~~~~~~~~~~~
 22258	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22259	 1100 |     return qatomic_rcu_read(&as->current_map);
 22260	      |            ^~~~~~~~~~~~~~~~
 22261	[1307/2756] Compiling C object libcommon.fa.p/hw_misc_pci-testdev.c.o
 22262	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22263	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22264	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22265	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22266	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22267	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 22268	                 from ../qemu-xen/hw/misc/pci-testdev.c:22:
 22269	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22270	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22271	   32 |   typeof(                                                                          \
 22272	      |   ^~~~~~
 22273	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22274	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22275	      |     ^~~~~~~~~~~~~~~~~
 22276	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22277	 1100 |     return qatomic_rcu_read(&as->current_map);
 22278	      |            ^~~~~~~~~~~~~~~~
 22279	[1308/2756] Compiling C object libcommon.fa.p/hw_misc_pvpanic-isa.c.o
 22280	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22281	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22282	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22283	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 22284	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/nvram/fw_cfg.h:6,
 22285	                 from ../qemu-xen/hw/misc/pvpanic-isa.c:19:
 22286	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22287	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22288	   32 |   typeof(                                                                          \
 22289	      |   ^~~~~~
 22290	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22291	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22292	      |     ^~~~~~~~~~~~~~~~~
 22293	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22294	 1100 |     return qatomic_rcu_read(&as->current_map);
 22295	      |            ^~~~~~~~~~~~~~~~
 22296	[1309/2756] Compiling C object libcommon.fa.p/hw_misc_pvpanic-pci.c.o
 22297	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22298	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22299	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22300	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 22301	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/nvram/fw_cfg.h:6,
 22302	                 from ../qemu-xen/hw/misc/pvpanic-pci.c:18:
 22303	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22304	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22305	   32 |   typeof(                                                                          \
 22306	      |   ^~~~~~
 22307	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22308	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22309	      |     ^~~~~~~~~~~~~~~~~
 22310	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22311	 1100 |     return qatomic_rcu_read(&as->current_map);
 22312	      |            ^~~~~~~~~~~~~~~~
 22313	[1310/2756] Compiling C object libcommon.fa.p/hw_net_xen_nic.c.o
 22314	[1311/2756] Compiling C object libcommon.fa.p/hw_net_ne2000-pci.c.o
 22315	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22316	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22317	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22318	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22319	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22320	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 22321	                 from ../qemu-xen/hw/net/ne2000-pci.c:27:
 22322	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22323	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22324	   32 |   typeof(                                                                          \
 22325	      |   ^~~~~~
 22326	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22327	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22328	      |     ^~~~~~~~~~~~~~~~~
 22329	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22330	 1100 |     return qatomic_rcu_read(&as->current_map);
 22331	      |            ^~~~~~~~~~~~~~~~
 22332	[1312/2756] Compiling C object libcommon.fa.p/hw_ide_ahci.c.o
 22333	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22334	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22335	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22336	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22337	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22338	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 22339	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/msi.h:24,
 22340	                 from ../qemu-xen/hw/ide/ahci.c:26:
 22341	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22342	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22343	   32 |   typeof(                                                                          \
 22344	      |   ^~~~~~
 22345	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22346	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22347	      |     ^~~~~~~~~~~~~~~~~
 22348	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22349	 1100 |     return qatomic_rcu_read(&as->current_map);
 22350	      |            ^~~~~~~~~~~~~~~~
 22351	../qemu-xen/hw/ide/ahci.c: In function ‘ahci_trigger_irq’:
 22352	../qemu-xen/hw/ide/ahci.c:232:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22353	  232 |     uint32_t irq = 1U << irqbit;
 22354	      |     ^~~~~~~~
 22355	[1313/2756] Compiling C object libcommon.fa.p/hw_mem_memory-device.c.o
 22356	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22357	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22358	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22359	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/mem/memory-device.h:16,
 22360	                 from ../qemu-xen/hw/mem/memory-device.c:14:
 22361	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22362	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22363	   32 |   typeof(                                                                          \
 22364	      |   ^~~~~~
 22365	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22366	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22367	      |     ^~~~~~~~~~~~~~~~~
 22368	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22369	 1100 |     return qatomic_rcu_read(&as->current_map);
 22370	      |            ^~~~~~~~~~~~~~~~
 22371	[1314/2756] Compiling C object libcommon.fa.p/hw_mem_cxl_type3.c.o
 22372	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22373	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22374	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22375	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/mem/memory-device.h:16,
 22376	                 from ../qemu-xen/hw/mem/cxl_type3.c:5:
 22377	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22378	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22379	   32 |   typeof(                                                                          \
 22380	      |   ^~~~~~
 22381	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22382	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22383	      |     ^~~~~~~~~~~~~~~~~
 22384	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22385	 1100 |     return qatomic_rcu_read(&as->current_map);
 22386	      |            ^~~~~~~~~~~~~~~~
 22387	[1315/2756] Compiling C object libcommon.fa.p/hw_net_ne2000.c.o
 22388	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22389	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22390	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22391	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22392	                 from ../qemu-xen/hw/net/ne2000.c:28:
 22393	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22394	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22395	   32 |   typeof(                                                                          \
 22396	      |   ^~~~~~
 22397	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22398	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22399	      |     ^~~~~~~~~~~~~~~~~
 22400	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22401	 1100 |     return qatomic_rcu_read(&as->current_map);
 22402	      |            ^~~~~~~~~~~~~~~~
 22403	[1316/2756] Compiling C object libcommon.fa.p/hw_net_rocker_rocker_world.c.o
 22404	[1317/2756] Compiling C object libcommon.fa.p/hw_net_ne2000-isa.c.o
 22405	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22406	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22407	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22408	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22409	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 22410	                 from ../qemu-xen/hw/net/ne2000-isa.c:26:
 22411	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22412	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22413	   32 |   typeof(                                                                          \
 22414	      |   ^~~~~~
 22415	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22416	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22417	      |     ^~~~~~~~~~~~~~~~~
 22418	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22419	 1100 |     return qatomic_rcu_read(&as->current_map);
 22420	      |            ^~~~~~~~~~~~~~~~
 22421	[1318/2756] Compiling C object libcommon.fa.p/hw_net_pcnet-pci.c.o
 22422	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22423	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22424	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22425	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22426	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22427	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 22428	                 from ../qemu-xen/hw/net/pcnet-pci.c:32:
 22429	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22430	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22431	   32 |   typeof(                                                                          \
 22432	      |   ^~~~~~
 22433	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22434	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22435	      |     ^~~~~~~~~~~~~~~~~
 22436	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22437	 1100 |     return qatomic_rcu_read(&as->current_map);
 22438	      |            ^~~~~~~~~~~~~~~~
 22439	[1319/2756] Compiling C object libcommon.fa.p/hw_misc_ivshmem.c.o
 22440	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22441	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22442	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22443	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22444	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22445	                 from ../qemu-xen/hw/misc/ivshmem.c:24:
 22446	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22447	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22448	   32 |   typeof(                                                                          \
 22449	      |   ^~~~~~
 22450	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22451	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22452	      |     ^~~~~~~~~~~~~~~~~
 22453	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22454	 1100 |     return qatomic_rcu_read(&as->current_map);
 22455	      |            ^~~~~~~~~~~~~~~~
 22456	[1320/2756] Compiling C object libcommon.fa.p/hw_net_rocker_rocker_fp.c.o
 22457	[1321/2756] Compiling C object libcommon.fa.p/hw_net_e1000x_common.c.o
 22458	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22459	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22460	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22461	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22462	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22463	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 22464	                 from ../qemu-xen/hw/net/e1000x_common.c:28:
 22465	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22466	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22467	   32 |   typeof(                                                                          \
 22468	      |   ^~~~~~
 22469	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22470	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22471	      |     ^~~~~~~~~~~~~~~~~
 22472	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22473	 1100 |     return qatomic_rcu_read(&as->current_map);
 22474	      |            ^~~~~~~~~~~~~~~~
 22475	[1322/2756] Compiling C object libcommon.fa.p/hw_net_net_tx_pkt.c.o
 22476	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22477	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22478	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22479	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 22480	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties-system.h:4,
 22481	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/net/net.h:7,
 22482	                 from ../qemu-xen/hw/net/net_tx_pkt.c:23:
 22483	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22484	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22485	   32 |   typeof(                                                                          \
 22486	      |   ^~~~~~
 22487	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22488	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22489	      |     ^~~~~~~~~~~~~~~~~
 22490	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22491	 1100 |     return qatomic_rcu_read(&as->current_map);
 22492	      |            ^~~~~~~~~~~~~~~~
 22493	../qemu-xen/hw/net/net_tx_pkt.c: In function ‘net_tx_pkt_update_ip_checksums’:
 22494	../qemu-xen/hw/net/net_tx_pkt.c:111:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22495	  111 |     uint8_t gso_type = pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN;
 22496	      |     ^~~~~~~
 22497	../qemu-xen/hw/net/net_tx_pkt.c: In function ‘net_tx_pkt_send_custom’:
 22498	../qemu-xen/hw/net/net_tx_pkt.c:801:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22499	  801 |     uint8_t gso_type = pkt->virt_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN;
 22500	      |     ^~~~~~~
 22501	[1323/2756] Compiling C object libcommon.fa.p/hw_ide_core.c.o
 22502	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22503	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22504	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22505	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22506	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 22507	                 from ../qemu-xen/hw/ide/core.c:28:
 22508	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22509	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22510	   32 |   typeof(                                                                          \
 22511	      |   ^~~~~~
 22512	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22513	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22514	      |     ^~~~~~~~~~~~~~~~~
 22515	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22516	 1100 |     return qatomic_rcu_read(&as->current_map);
 22517	      |            ^~~~~~~~~~~~~~~~
 22518	[1324/2756] Compiling C object libcommon.fa.p/hw_ipmi_ipmi_bmc_sim.c.o
 22519	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22520	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 22521	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/sysemu.h:5,
 22522	                 from ../qemu-xen/hw/ipmi/ipmi_bmc_sim.c:26:
 22523	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22524	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22525	   32 |   typeof(                                                                          \
 22526	      |   ^~~~~~
 22527	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22528	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22529	      |     ^~~~~~~~~~~~~~~~~
 22530	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22531	 1100 |     return qatomic_rcu_read(&as->current_map);
 22532	      |            ^~~~~~~~~~~~~~~~
 22533	[1325/2756] Compiling C object libcommon.fa.p/hw_net_igbvf.c.o
 22534	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22535	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22536	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22537	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22538	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22539	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 22540	                 from ../qemu-xen/hw/net/igbvf.c:43:
 22541	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22542	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22543	   32 |   typeof(                                                                          \
 22544	      |   ^~~~~~
 22545	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22546	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22547	      |     ^~~~~~~~~~~~~~~~~
 22548	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22549	 1100 |     return qatomic_rcu_read(&as->current_map);
 22550	      |            ^~~~~~~~~~~~~~~~
 22551	[1326/2756] Compiling C object libcommon.fa.p/hw_net_rocker_rocker-hmp-cmds.c.o
 22552	[1327/2756] Compiling C object libcommon.fa.p/hw_net_e1000e.c.o
 22553	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22554	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22555	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22556	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 22557	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties-system.h:4,
 22558	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/net/net.h:7,
 22559	                 from ../qemu-xen/hw/net/e1000e.c:39:
 22560	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22561	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22562	   32 |   typeof(                                                                          \
 22563	      |   ^~~~~~
 22564	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22565	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22566	      |     ^~~~~~~~~~~~~~~~~
 22567	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22568	 1100 |     return qatomic_rcu_read(&as->current_map);
 22569	      |            ^~~~~~~~~~~~~~~~
 22570	[1328/2756] Compiling C object libcommon.fa.p/hw_net_vhost_net.c.o
 22571	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22572	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22573	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22574	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 22575	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties-system.h:4,
 22576	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/net/net.h:7,
 22577	                 from ../qemu-xen/hw/net/vhost_net.c:17:
 22578	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22579	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22580	   32 |   typeof(                                                                          \
 22581	      |   ^~~~~~
 22582	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22583	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22584	      |     ^~~~~~~~~~~~~~~~~
 22585	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22586	 1100 |     return qatomic_rcu_read(&as->current_map);
 22587	      |            ^~~~~~~~~~~~~~~~
 22588	../qemu-xen/hw/net/vhost_net.c: In function ‘vhost_net_start_one’:
 22589	../qemu-xen/hw/net/vhost_net.c:313:13: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22590	  313 |             int r = vhost_net_set_backend(&net->dev, &file);
 22591	      |             ^~~
 22592	../qemu-xen/hw/net/vhost_net.c: In function ‘vhost_net_virtqueue_reset’:
 22593	../qemu-xen/hw/net/vhost_net.c:570:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22594	  570 |         int r = vhost_net_set_backend(&net->dev, &file);
 22595	      |         ^~~
 22596	../qemu-xen/hw/net/vhost_net.c: In function ‘vhost_net_virtqueue_restart’:
 22597	../qemu-xen/hw/net/vhost_net.c:623:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22598	  623 |         int r = vhost_net_set_backend(&net->dev, &file);
 22599	      |         ^~~
 22600	[1329/2756] Compiling C object libcommon.fa.p/hw_net_rocker_rocker_desc.c.o
 22601	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22602	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22603	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22604	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 22605	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties-system.h:4,
 22606	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/net/net.h:7,
 22607	                 from ../qemu-xen/hw/net/rocker/rocker_desc.c:18:
 22608	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22609	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22610	   32 |   typeof(                                                                          \
 22611	      |   ^~~~~~
 22612	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22613	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22614	      |     ^~~~~~~~~~~~~~~~~
 22615	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22616	 1100 |     return qatomic_rcu_read(&as->current_map);
 22617	      |            ^~~~~~~~~~~~~~~~
 22618	[1330/2756] Compiling C object libcommon.fa.p/hw_net_eepro100.c.o
 22619	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22620	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22621	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22622	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22623	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22624	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 22625	                 from ../qemu-xen/hw/net/eepro100.c:45:
 22626	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22627	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22628	   32 |   typeof(                                                                          \
 22629	      |   ^~~~~~
 22630	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22631	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22632	      |     ^~~~~~~~~~~~~~~~~
 22633	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22634	 1100 |     return qatomic_rcu_read(&as->current_map);
 22635	      |            ^~~~~~~~~~~~~~~~
 22636	../qemu-xen/hw/net/eepro100.c: In function ‘nic_selective_reset’:
 22637	../qemu-xen/hw/net/eepro100.c:597:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22638	  597 |     uint16_t sum = 0;
 22639	      |     ^~~~~~~~
 22640	../qemu-xen/hw/net/eepro100.c: In function ‘set_multicast_list’:
 22641	../qemu-xen/hw/net/eepro100.c:833:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22642	  833 |         unsigned mcast_idx = (net_crc32(multicast_addr, ETH_ALEN) &
 22643	      |         ^~~~~~~~
 22644	../qemu-xen/hw/net/eepro100.c: In function ‘eepro100_write_eeprom’:
 22645	../qemu-xen/hw/net/eepro100.c:1111:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22646	 1111 |     int eecs = ((val & EEPROM_CS) != 0);
 22647	      |     ^~~
 22648	../qemu-xen/hw/net/eepro100.c: In function ‘eepro100_write_port’:
 22649	../qemu-xen/hw/net/eepro100.c:1302:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22650	 1302 |         eepro100_selftest_t data;
 22651	      |         ^~~~~~~~~~~~~~~~~~~
 22652	../qemu-xen/hw/net/eepro100.c: In function ‘nic_receive’:
 22653	../qemu-xen/hw/net/eepro100.c:1719:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22654	 1719 |     eepro100_rx_t rx;
 22655	      |     ^~~~~~~~~~~~~
 22656	../qemu-xen/hw/net/eepro100.c:1722:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22657	 1722 |     uint16_t rfd_command = le16_to_cpu(rx.command);
 22658	      |     ^~~~~~~~
 22659	[1331/2756] Compiling C object libcommon.fa.p/hw_net_can_can_mioe3680_pci.c.o
 22660	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22661	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22662	                 from ../qemu-xen/hw/net/can/can_mioe3680_pci.c:31:
 22663	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22664	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22665	   32 |   typeof(                                                                          \
 22666	      |   ^~~~~~
 22667	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22668	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22669	      |     ^~~~~~~~~~~~~~~~~
 22670	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22671	 1100 |     return qatomic_rcu_read(&as->current_map);
 22672	      |            ^~~~~~~~~~~~~~~~
 22673	[1332/2756] Compiling C object libcommon.fa.p/hw_net_net_rx_pkt.c.o
 22674	[1333/2756] Compiling C object libcommon.fa.p/hw_net_igb.c.o
 22675	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22676	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22677	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22678	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 22679	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties-system.h:4,
 22680	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/net/net.h:7,
 22681	                 from ../qemu-xen/hw/net/igb.c:43:
 22682	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22683	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22684	   32 |   typeof(                                                                          \
 22685	      |   ^~~~~~
 22686	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22687	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22688	      |     ^~~~~~~~~~~~~~~~~
 22689	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22690	 1100 |     return qatomic_rcu_read(&as->current_map);
 22691	      |            ^~~~~~~~~~~~~~~~
 22692	[1334/2756] Compiling C object libcommon.fa.p/hw_net_can_can_kvaser_pci.c.o
 22693	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22694	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22695	                 from ../qemu-xen/hw/net/can/can_kvaser_pci.c:35:
 22696	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22697	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22698	   32 |   typeof(                                                                          \
 22699	      |   ^~~~~~
 22700	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22701	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22702	      |     ^~~~~~~~~~~~~~~~~
 22703	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22704	 1100 |     return qatomic_rcu_read(&as->current_map);
 22705	      |            ^~~~~~~~~~~~~~~~
 22706	[1335/2756] Compiling C object libcommon.fa.p/hw_net_can_can_pcm3680_pci.c.o
 22707	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22708	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22709	                 from ../qemu-xen/hw/net/can/can_pcm3680_pci.c:31:
 22710	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22711	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22712	   32 |   typeof(                                                                          \
 22713	      |   ^~~~~~
 22714	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22715	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22716	      |     ^~~~~~~~~~~~~~~~~
 22717	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22718	 1100 |     return qatomic_rcu_read(&as->current_map);
 22719	      |            ^~~~~~~~~~~~~~~~
 22720	[1336/2756] Compiling C object libcommon.fa.p/hw_net_can_can_sja1000.c.o
 22721	[1337/2756] Compiling C object libcommon.fa.p/hw_net_pcnet.c.o
 22722	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 22723	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 22724	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 22725	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 22726	                 from ../qemu-xen/hw/net/pcnet.c:41:
 22727	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22728	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22729	   32 |   typeof(                                                                          \
 22730	      |   ^~~~~~
 22731	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22732	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22733	      |     ^~~~~~~~~~~~~~~~~
 22734	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22735	 1100 |     return qatomic_rcu_read(&as->current_map);
 22736	      |            ^~~~~~~~~~~~~~~~
 22737	[1338/2756] Compiling C object libcommon.fa.p/hw_net_can_ctucan_core.c.o
 22738	../qemu-xen/hw/net/can/ctucan_core.c: In function ‘ctucan_hardware_reset’:
 22739	../qemu-xen/hw/net/can/ctucan_core.c:193:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22740	  193 |     int i;
 22741	      |     ^~~
 22742	[1339/2756] Compiling C object libcommon.fa.p/hw_net_can_ctucan_pci.c.o
 22743	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22744	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22745	                 from ../qemu-xen/hw/net/can/ctucan_pci.c:32:
 22746	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22747	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22748	   32 |   typeof(                                                                          \
 22749	      |   ^~~~~~
 22750	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22751	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22752	      |     ^~~~~~~~~~~~~~~~~
 22753	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22754	 1100 |     return qatomic_rcu_read(&as->current_map);
 22755	      |            ^~~~~~~~~~~~~~~~
 22756	../qemu-xen/hw/net/can/ctucan_pci.c: In function ‘ctucan_pci_id_cra_io_read’:
 22757	../qemu-xen/hw/net/can/ctucan_pci.c:101:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22758	  101 |     uint64_t tmp = 0xC0000000 + CTUCAN_PCI_CORE_COUNT;
 22759	      |     ^~~~~~~~
 22760	[1340/2756] Compiling C object libcommon.fa.p/hw_nvram_eeprom93xx.c.o
 22761	[1341/2756] Compiling C object libcommon.fa.p/hw_nvme_subsys.c.o
 22762	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22763	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22764	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22765	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22766	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22767	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 22768	                 from ../qemu-xen/hw/nvme/nvme.h:22,
 22769	                 from ../qemu-xen/hw/nvme/subsys.c:13:
 22770	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22771	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22772	   32 |   typeof(                                                                          \
 22773	      |   ^~~~~~
 22774	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22775	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22776	      |     ^~~~~~~~~~~~~~~~~
 22777	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22778	 1100 |     return qatomic_rcu_read(&as->current_map);
 22779	      |            ^~~~~~~~~~~~~~~~
 22780	[1342/2756] Compiling C object libcommon.fa.p/hw_pci_pcie_host.c.o
 22781	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22782	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22783	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22784	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22785	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22786	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 22787	                 from ../qemu-xen/hw/pci/pcie_host.c:23:
 22788	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22789	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22790	   32 |   typeof(                                                                          \
 22791	      |   ^~~~~~
 22792	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22793	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22794	      |     ^~~~~~~~~~~~~~~~~
 22795	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22796	 1100 |     return qatomic_rcu_read(&as->current_map);
 22797	      |            ^~~~~~~~~~~~~~~~
 22798	[1343/2756] Compiling C object libcommon.fa.p/hw_net_e1000.c.o
 22799	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22800	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22801	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22802	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22803	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22804	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 22805	                 from ../qemu-xen/hw/net/e1000.c:30:
 22806	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22807	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22808	   32 |   typeof(                                                                          \
 22809	      |   ^~~~~~
 22810	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22811	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22812	      |     ^~~~~~~~~~~~~~~~~
 22813	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22814	 1100 |     return qatomic_rcu_read(&as->current_map);
 22815	      |            ^~~~~~~~~~~~~~~~
 22816	[1344/2756] Compiling C object libcommon.fa.p/hw_net_tulip.c.o
 22817	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22818	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22819	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22820	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22821	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22822	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 22823	                 from ../qemu-xen/hw/net/tulip.c:12:
 22824	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22825	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22826	   32 |   typeof(                                                                          \
 22827	      |   ^~~~~~
 22828	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22829	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22830	      |     ^~~~~~~~~~~~~~~~~
 22831	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22832	 1100 |     return qatomic_rcu_read(&as->current_map);
 22833	      |            ^~~~~~~~~~~~~~~~
 22834	[1345/2756] Compiling C object libcommon.fa.p/hw_pci_pcie_port.c.o
 22835	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22836	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22837	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22838	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22839	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22840	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 22841	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_bridge.h:29,
 22842	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pcie_port.h:24,
 22843	                 from ../qemu-xen/hw/pci/pcie_port.c:22:
 22844	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22845	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22846	   32 |   typeof(                                                                          \
 22847	      |   ^~~~~~
 22848	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22849	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22850	      |     ^~~~~~~~~~~~~~~~~
 22851	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22852	 1100 |     return qatomic_rcu_read(&as->current_map);
 22853	      |            ^~~~~~~~~~~~~~~~
 22854	[1346/2756] Compiling C object libcommon.fa.p/hw_net_rocker_rocker_of_dpa.c.o
 22855	[1347/2756] Compiling C object libcommon.fa.p/hw_net_rtl8139.c.o
 22856	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22857	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22858	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22859	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22860	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22861	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 22862	                 from ../qemu-xen/hw/net/rtl8139.c:56:
 22863	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22864	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22865	   32 |   typeof(                                                                          \
 22866	      |   ^~~~~~
 22867	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22868	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22869	      |     ^~~~~~~~~~~~~~~~~
 22870	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22871	 1100 |     return qatomic_rcu_read(&as->current_map);
 22872	      |            ^~~~~~~~~~~~~~~~
 22873	../qemu-xen/hw/net/rtl8139.c: In function ‘rtl8139_do_receive’:
 22874	../qemu-xen/hw/net/rtl8139.c:887:13: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22875	  887 |             int mcast_idx = net_crc32(buf, ETH_ALEN) >> 26;
 22876	      |             ^~~
 22877	../qemu-xen/hw/net/rtl8139.c:975:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22878	  975 |         int descriptor = s->currCPlusRxDesc;
 22879	      |         ^~~
 22880	../qemu-xen/hw/net/rtl8139.c:985:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22881	  985 |         uint32_t val, rxdw0,rxdw1,rxbufLO,rxbufHI;
 22882	      |         ^~~~~~~~
 22883	../qemu-xen/hw/net/rtl8139.c:1015:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22884	 1015 |         uint32_t rx_space = rxdw0 & CP_RX_BUFFER_SIZE_MASK;
 22885	      |         ^~~~~~~~
 22886	../qemu-xen/hw/net/rtl8139.c:1056:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22887	 1056 |         dma_addr_t rx_addr = rtl8139_addr64(rxbufLO, rxbufHI);
 22888	      |         ^~~~~~~~~~
 22889	../qemu-xen/hw/net/rtl8139.c:1146:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22890	 1146 |         int avail = MOD2(s->RxBufferSize + s->RxBufPtr - s->RxBufAddr, s->RxBufferSize);
 22891	      |         ^~~
 22892	../qemu-xen/hw/net/rtl8139.c:1169:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22893	 1169 |         uint32_t val = cpu_to_le32(packet_header);
 22894	      |         ^~~~~~~~
 22895	../qemu-xen/hw/net/rtl8139.c: In function ‘rtl8139_BasicModeCtrl_write’:
 22896	../qemu-xen/hw/net/rtl8139.c:1477:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22897	 1477 |     uint32_t mask = 0xccff;
 22898	      |     ^~~~~~~~
 22899	../qemu-xen/hw/net/rtl8139.c: In function ‘rtl8139_Cfg9346_write’:
 22900	../qemu-xen/hw/net/rtl8139.c:1538:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22901	 1538 |     uint32_t opmode = val & 0xc0;
 22902	      |     ^~~~~~~~
 22903	../qemu-xen/hw/net/rtl8139.c: In function ‘rtl8139_TxConfig_writeb’:
 22904	../qemu-xen/hw/net/rtl8139.c:1721:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22905	 1721 |     uint32_t tc = s->TxConfig;
 22906	      |     ^~~~~~~~
 22907	../qemu-xen/hw/net/rtl8139.c: In function ‘rtl8139_transmit_one’:
 22908	../qemu-xen/hw/net/rtl8139.c:1831:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22909	 1831 |     PCIDevice *d = PCI_DEVICE(s);
 22910	      |     ^~~~~~~~~
 22911	../qemu-xen/hw/net/rtl8139.c: In function ‘rtl8139_cplus_transmit_one’:
 22912	../qemu-xen/hw/net/rtl8139.c:1900:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22913	 1900 |     PCIDevice *d = PCI_DEVICE(s);
 22914	      |     ^~~~~~~~~
 22915	../qemu-xen/hw/net/rtl8139.c:1912:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22916	 1912 |     uint32_t val, txdw0,txdw1,txbufLO,txbufHI;
 22917	      |     ^~~~~~~~
 22918	../qemu-xen/hw/net/rtl8139.c:1986:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22919	 1986 |     int txsize = txdw0 & CP_TX_BUFFER_SIZE_MASK;
 22920	      |     ^~~
 22921	../qemu-xen/hw/net/rtl8139.c:2031:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22922	 2031 |     uint32_t tx_status = txdw0;
 22923	      |     ^~~~~~~~
 22924	../qemu-xen/hw/net/rtl8139.c:2058:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22925	 2058 |         uint8_t *saved_buffer  = s->cplus_txbuffer;
 22926	      |         ^~~~~~~
 22927	../qemu-xen/hw/net/rtl8139.c:2092:13: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22928	 2092 |             struct ip_header *ip = NULL;
 22929	      |             ^~~~~~
 22930	../qemu-xen/hw/net/rtl8139.c:2155:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22931	 2155 |                 int large_send_mss = (txdw0 >> CP_TC_LGSEN_MSS_SHIFT) &
 22932	      |                 ^~~
 22933	../qemu-xen/hw/net/rtl8139.c:2165:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22934	 2165 |                 int tcp_send_offset = 0;
 22935	      |                 ^~~
 22936	../qemu-xen/hw/net/rtl8139.c:2174:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22937	 2174 |                 uint8_t *data_to_checksum     = eth_payload_data + hlen - 12;
 22938	      |                 ^~~~~~~
 22939	../qemu-xen/hw/net/rtl8139.c:2187:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22940	 2187 |                 int tcp_data_len = ip_data_len - tcp_hlen;
 22941	      |                 ^~~
 22942	../qemu-xen/hw/net/rtl8139.c:2195:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22943	 2195 |                 int is_last_frame = 0;
 22944	      |                 ^~~
 22945	../qemu-xen/hw/net/rtl8139.c:2231:21: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22946	 2231 |                     ip_pseudo_header *p_tcpip_hdr = (ip_pseudo_header *)data_to_checksum;
 22947	      |                     ^~~~~~~~~~~~~~~~
 22948	../qemu-xen/hw/net/rtl8139.c:2238:21: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22949	 2238 |                     int tcp_checksum = ip_checksum(data_to_checksum, tcp_hlen + chunk_size + 12);
 22950	      |                     ^~~
 22951	../qemu-xen/hw/net/rtl8139.c:2258:21: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22952	 2258 |                     int tso_send_size = ETH_HLEN + hlen + tcp_hlen + chunk_size;
 22953	      |                     ^~~
 22954	../qemu-xen/hw/net/rtl8139.c:2277:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22955	 2277 |                 uint8_t saved_ip_header[60];
 22956	      |                 ^~~~~~~
 22957	../qemu-xen/hw/net/rtl8139.c:2280:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22958	 2280 |                 uint8_t *data_to_checksum     = eth_payload_data + hlen - 12;
 22959	      |                 ^~~~~~~
 22960	../qemu-xen/hw/net/rtl8139.c:2292:21: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22961	 2292 |                     ip_pseudo_header *p_tcpip_hdr = (ip_pseudo_header *)data_to_checksum;
 22962	      |                     ^~~~~~~~~~~~~~~~
 22963	../qemu-xen/hw/net/rtl8139.c:2297:21: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22964	 2297 |                     tcp_header* p_tcp_hdr = (tcp_header *) (data_to_checksum+12);
 22965	      |                     ^~~~~~~~~~
 22966	../qemu-xen/hw/net/rtl8139.c:2301:21: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22967	 2301 |                     int tcp_checksum = ip_checksum(data_to_checksum, ip_data_len + 12);
 22968	      |                     ^~~
 22969	../qemu-xen/hw/net/rtl8139.c:2312:21: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22970	 2312 |                     ip_pseudo_header *p_udpip_hdr = (ip_pseudo_header *)data_to_checksum;
 22971	      |                     ^~~~~~~~~~~~~~~~
 22972	../qemu-xen/hw/net/rtl8139.c:2317:21: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22973	 2317 |                     udp_header *p_udp_hdr = (udp_header *) (data_to_checksum+12);
 22974	      |                     ^~~~~~~~~~
 22975	../qemu-xen/hw/net/rtl8139.c:2321:21: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22976	 2321 |                     int udp_checksum = ip_checksum(data_to_checksum, ip_data_len + 12);
 22977	      |                     ^~~
 22978	../qemu-xen/hw/net/rtl8139.c: In function ‘rtl8139_IntrStatus_write’:
 22979	../qemu-xen/hw/net/rtl8139.c:2619:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22980	 2619 |     uint16_t newStatus = s->IntrStatus & ~val;
 22981	      |     ^~~~~~~~
 22982	[1348/2756] Compiling C object libcommon.fa.p/hw_pci_pci-hmp-cmds.c.o
 22983	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 22984	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 22985	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 22986	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 22987	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 22988	                 from ../qemu-xen/hw/pci/pci-hmp-cmds.c:17:
 22989	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 22990	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 22991	   32 |   typeof(                                                                          \
 22992	      |   ^~~~~~
 22993	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 22994	  163 |     typeof_strip_qual(*ptr) _val;                      \
 22995	      |     ^~~~~~~~~~~~~~~~~
 22996	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 22997	 1100 |     return qatomic_rcu_read(&as->current_map);
 22998	      |            ^~~~~~~~~~~~~~~~
 22999	[1349/2756] Compiling C object libcommon.fa.p/hw_pci_slotid_cap.c.o
 23000	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23001	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23002	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23003	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23004	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23005	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23006	                 from ../qemu-xen/hw/pci/slotid_cap.c:3:
 23007	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23008	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23009	   32 |   typeof(                                                                          \
 23010	      |   ^~~~~~
 23011	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23012	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23013	      |     ^~~~~~~~~~~~~~~~~
 23014	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23015	 1100 |     return qatomic_rcu_read(&as->current_map);
 23016	      |            ^~~~~~~~~~~~~~~~
 23017	[1350/2756] Compiling C object libcommon.fa.p/hw_pci_msi.c.o
 23018	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23019	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23020	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23021	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23022	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23023	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23024	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/msi.h:24,
 23025	                 from ../qemu-xen/hw/pci/msi.c:22:
 23026	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23027	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23028	   32 |   typeof(                                                                          \
 23029	      |   ^~~~~~
 23030	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23031	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23032	      |     ^~~~~~~~~~~~~~~~~
 23033	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23034	 1100 |     return qatomic_rcu_read(&as->current_map);
 23035	      |            ^~~~~~~~~~~~~~~~
 23036	[1351/2756] Compiling C object libcommon.fa.p/hw_net_rocker_rocker.c.o
 23037	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23038	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23039	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23040	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23041	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23042	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23043	                 from ../qemu-xen/hw/net/rocker/rocker.c:19:
 23044	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23045	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23046	   32 |   typeof(                                                                          \
 23047	      |   ^~~~~~
 23048	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23049	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23050	      |     ^~~~~~~~~~~~~~~~~
 23051	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23052	 1100 |     return qatomic_rcu_read(&as->current_map);
 23053	      |            ^~~~~~~~~~~~~~~~
 23054	[1352/2756] Compiling C object libcommon.fa.p/hw_pci_pci_bridge.c.o
 23055	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23056	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23057	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23058	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23059	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23060	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23061	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_bridge.h:29,
 23062	                 from ../qemu-xen/hw/pci/pci_bridge.c:34:
 23063	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23064	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23065	   32 |   typeof(                                                                          \
 23066	      |   ^~~~~~
 23067	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23068	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23069	      |     ^~~~~~~~~~~~~~~~~
 23070	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23071	 1100 |     return qatomic_rcu_read(&as->current_map);
 23072	      |            ^~~~~~~~~~~~~~~~
 23073	../qemu-xen/hw/pci/pci_bridge.c: In function ‘pci_bridge_qemu_reserve_cap_init’:
 23074	../qemu-xen/hw/pci/pci_bridge.c:449:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23075	  449 |     size_t cap_len = sizeof(PCIBridgeQemuCap);
 23076	      |     ^~~~~~
 23077	[1353/2756] Compiling C object libcommon.fa.p/hw_pci_pci-qmp-cmds.c.o
 23078	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23079	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23080	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23081	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23082	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23083	                 from ../qemu-xen/hw/pci/pci-qmp-cmds.c:26:
 23084	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23085	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23086	   32 |   typeof(                                                                          \
 23087	      |   ^~~~~~
 23088	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23089	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23090	      |     ^~~~~~~~~~~~~~~~~
 23091	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23092	 1100 |     return qatomic_rcu_read(&as->current_map);
 23093	      |            ^~~~~~~~~~~~~~~~
 23094	[1354/2756] Compiling C object libcommon.fa.p/hw_nvme_ns.c.o
 23095	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 23096	                 from ../qemu-xen/hw/nvme/ns.c:20:
 23097	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23098	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23099	   32 |   typeof(                                                                          \
 23100	      |   ^~~~~~
 23101	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23102	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23103	      |     ^~~~~~~~~~~~~~~~~
 23104	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23105	 1100 |     return qatomic_rcu_read(&as->current_map);
 23106	      |            ^~~~~~~~~~~~~~~~
 23107	../qemu-xen/hw/nvme/ns.c: In function ‘nvme_ns_init’:
 23108	../qemu-xen/hw/nvme/ns.c:110:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23109	  110 |     static const NvmeLBAF lbaf[16] = {
 23110	      |     ^~~~~~
 23111	[1355/2756] Compiling C object libcommon.fa.p/hw_pci_pcie_sriov.c.o
 23112	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23113	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23114	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23115	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23116	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23117	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23118	                 from ../qemu-xen/hw/pci/pcie_sriov.c:14:
 23119	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23120	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23121	   32 |   typeof(                                                                          \
 23122	      |   ^~~~~~
 23123	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23124	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23125	      |     ^~~~~~~~~~~~~~~~~
 23126	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23127	 1100 |     return qatomic_rcu_read(&as->current_map);
 23128	      |            ^~~~~~~~~~~~~~~~
 23129	../qemu-xen/hw/pci/pcie_sriov.c: In function ‘register_vf’:
 23130	../qemu-xen/hw/pci/pcie_sriov.c:150:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23131	  150 |     PCIBus *bus = pci_get_bus(pf);
 23132	      |     ^~~~~~
 23133	[1356/2756] Compiling C object libcommon.fa.p/hw_pci_pci_host.c.o
 23134	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23135	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23136	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23137	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23138	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23139	                 from ../qemu-xen/hw/pci/pci_host.c:22:
 23140	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23141	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23142	   32 |   typeof(                                                                          \
 23143	      |   ^~~~~~
 23144	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23145	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23146	      |     ^~~~~~~~~~~~~~~~~
 23147	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23148	 1100 |     return qatomic_rcu_read(&as->current_map);
 23149	      |            ^~~~~~~~~~~~~~~~
 23150	[1357/2756] Compiling C object libcommon.fa.p/hw_net_vmxnet3.c.o
 23151	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23152	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23153	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23154	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23155	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23156	                 from ../qemu-xen/hw/net/vmxnet3.c:20:
 23157	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23158	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23159	   32 |   typeof(                                                                          \
 23160	      |   ^~~~~~
 23161	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23162	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23163	      |     ^~~~~~~~~~~~~~~~~
 23164	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23165	 1100 |     return qatomic_rcu_read(&as->current_map);
 23166	      |            ^~~~~~~~~~~~~~~~
 23167	[1358/2756] Compiling C object libcommon.fa.p/hw_pci_pcie_doe.c.o
 23168	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23169	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23170	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23171	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23172	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23173	                 from ../qemu-xen/hw/pci/pcie_doe.c:15:
 23174	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23175	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23176	   32 |   typeof(                                                                          \
 23177	      |   ^~~~~~
 23178	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23179	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23180	      |     ^~~~~~~~~~~~~~~~~
 23181	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23182	 1100 |     return qatomic_rcu_read(&as->current_map);
 23183	      |            ^~~~~~~~~~~~~~~~
 23184	[1359/2756] Compiling C object libcommon.fa.p/hw_pci_msix.c.o
 23185	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23186	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23187	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23188	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23189	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23190	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23191	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/msi.h:24,
 23192	                 from ../qemu-xen/hw/pci/msix.c:18:
 23193	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23194	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23195	   32 |   typeof(                                                                          \
 23196	      |   ^~~~~~
 23197	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23198	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23199	      |     ^~~~~~~~~~~~~~~~~
 23200	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23201	 1100 |     return qatomic_rcu_read(&as->current_map);
 23202	      |            ^~~~~~~~~~~~~~~~
 23203	[1360/2756] Compiling C object libcommon.fa.p/hw_pci-bridge_pci_bridge_dev.c.o
 23204	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23205	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23206	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23207	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23208	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23209	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23210	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_bridge.h:29,
 23211	                 from ../qemu-xen/hw/pci-bridge/pci_bridge_dev.c:25:
 23212	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23213	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23214	   32 |   typeof(                                                                          \
 23215	      |   ^~~~~~
 23216	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23217	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23218	      |     ^~~~~~~~~~~~~~~~~
 23219	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23220	 1100 |     return qatomic_rcu_read(&as->current_map);
 23221	      |            ^~~~~~~~~~~~~~~~
 23222	[1361/2756] Compiling C object libcommon.fa.p/hw_pci-bridge_i82801b11.c.o
 23223	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23224	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23225	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23226	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23227	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23228	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23229	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_bridge.h:29,
 23230	                 from ../qemu-xen/hw/pci-bridge/i82801b11.c:45:
 23231	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23232	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23233	   32 |   typeof(                                                                          \
 23234	      |   ^~~~~~
 23235	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23236	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23237	      |     ^~~~~~~~~~~~~~~~~
 23238	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23239	 1100 |     return qatomic_rcu_read(&as->current_map);
 23240	      |            ^~~~~~~~~~~~~~~~
 23241	[1362/2756] Compiling C object libcommon.fa.p/hw_pci-bridge_ioh3420.c.o
 23242	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23243	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23244	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23245	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23246	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23247	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23248	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/msi.h:24,
 23249	                 from ../qemu-xen/hw/pci-bridge/ioh3420.c:25:
 23250	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23251	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23252	   32 |   typeof(                                                                          \
 23253	      |   ^~~~~~
 23254	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23255	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23256	      |     ^~~~~~~~~~~~~~~~~
 23257	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23258	 1100 |     return qatomic_rcu_read(&as->current_map);
 23259	      |            ^~~~~~~~~~~~~~~~
 23260	[1363/2756] Compiling C object libcommon.fa.p/hw_nvme_dif.c.o
 23261	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 23262	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 23263	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/coroutine.h:20,
 23264	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/throttle-groups.h:28,
 23265	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/block-backend-common.h:17,
 23266	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/block-backend-global-state.h:16,
 23267	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/block-backend.h:16,
 23268	                 from ../qemu-xen/hw/nvme/dif.c:13:
 23269	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23270	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23271	   32 |   typeof(                                                                          \
 23272	      |   ^~~~~~
 23273	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23274	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23275	      |     ^~~~~~~~~~~~~~~~~
 23276	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23277	 1100 |     return qatomic_rcu_read(&as->current_map);
 23278	      |            ^~~~~~~~~~~~~~~~
 23279	[1364/2756] Compiling C object libcommon.fa.p/hw_pci-bridge_pcie_root_port.c.o
 23280	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23281	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23282	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23283	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23284	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23285	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23286	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_bridge.h:29,
 23287	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pcie_port.h:24,
 23288	                 from ../qemu-xen/hw/pci-bridge/pcie_root_port.c:18:
 23289	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23290	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23291	   32 |   typeof(                                                                          \
 23292	      |   ^~~~~~
 23293	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23294	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23295	      |     ^~~~~~~~~~~~~~~~~
 23296	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23297	 1100 |     return qatomic_rcu_read(&as->current_map);
 23298	      |            ^~~~~~~~~~~~~~~~
 23299	[1365/2756] Compiling C object libcommon.fa.p/hw_pci_shpc.c.o
 23300	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23301	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23302	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23303	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23304	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/shpc.h:4,
 23305	                 from ../qemu-xen/hw/pci/shpc.c:6:
 23306	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23307	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23308	   32 |   typeof(                                                                          \
 23309	      |   ^~~~~~
 23310	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23311	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23312	      |     ^~~~~~~~~~~~~~~~~
 23313	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23314	 1100 |     return qatomic_rcu_read(&as->current_map);
 23315	      |            ^~~~~~~~~~~~~~~~
 23316	[1366/2756] Compiling C object libcommon.fa.p/hw_pci-bridge_gen_pcie_root_port.c.o
 23317	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23318	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23319	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23320	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23321	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23322	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/msix.h:4,
 23323	                 from ../qemu-xen/hw/pci-bridge/gen_pcie_root_port.c:16:
 23324	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23325	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23326	   32 |   typeof(                                                                          \
 23327	      |   ^~~~~~
 23328	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23329	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23330	      |     ^~~~~~~~~~~~~~~~~
 23331	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23332	 1100 |     return qatomic_rcu_read(&as->current_map);
 23333	      |            ^~~~~~~~~~~~~~~~
 23334	../qemu-xen/hw/pci-bridge/gen_pcie_root_port.c: In function ‘gen_rp_realize’:
 23335	../qemu-xen/hw/pci-bridge/gen_pcie_root_port.c:98:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23336	   98 |     int rc = pci_bridge_qemu_reserve_cap_init(d, 0,
 23337	      |     ^~~
 23338	[1367/2756] Compiling C object libcommon.fa.p/hw_pci-host_pam.c.o
 23339	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23340	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23341	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23342	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23343	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci-host/pam.h:53,
 23344	                 from ../qemu-xen/hw/pci-host/pam.c:31:
 23345	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23346	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23347	   32 |   typeof(                                                                          \
 23348	      |   ^~~~~~
 23349	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23350	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23351	      |     ^~~~~~~~~~~~~~~~~
 23352	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23353	 1100 |     return qatomic_rcu_read(&as->current_map);
 23354	      |            ^~~~~~~~~~~~~~~~
 23355	[1368/2756] Compiling C object libcommon.fa.p/hw_pci_pcie_aer.c.o
 23356	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23357	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23358	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23359	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23360	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23361	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23362	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_bridge.h:29,
 23363	                 from ../qemu-xen/hw/pci/pcie_aer.c:23:
 23364	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23365	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23366	   32 |   typeof(                                                                          \
 23367	      |   ^~~~~~
 23368	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23369	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23370	      |     ^~~~~~~~~~~~~~~~~
 23371	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23372	 1100 |     return qatomic_rcu_read(&as->current_map);
 23373	      |            ^~~~~~~~~~~~~~~~
 23374	[1369/2756] Compiling C object libcommon.fa.p/hw_pci-bridge_xio3130_upstream.c.o
 23375	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23376	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23377	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23378	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23379	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23380	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23381	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/msi.h:24,
 23382	                 from ../qemu-xen/hw/pci-bridge/xio3130_upstream.c:24:
 23383	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23384	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23385	   32 |   typeof(                                                                          \
 23386	      |   ^~~~~~
 23387	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23388	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23389	      |     ^~~~~~~~~~~~~~~~~
 23390	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23391	 1100 |     return qatomic_rcu_read(&as->current_map);
 23392	      |            ^~~~~~~~~~~~~~~~
 23393	[1370/2756] Compiling C object libcommon.fa.p/hw_scsi_emulation.c.o
 23394	[1371/2756] Compiling C object libcommon.fa.p/hw_pci-bridge_pcie_pci_bridge.c.o
 23395	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23396	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23397	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23398	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23399	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23400	                 from ../qemu-xen/hw/pci-bridge/pcie_pci_bridge.c:13:
 23401	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23402	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23403	   32 |   typeof(                                                                          \
 23404	      |   ^~~~~~
 23405	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23406	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23407	      |     ^~~~~~~~~~~~~~~~~
 23408	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23409	 1100 |     return qatomic_rcu_read(&as->current_map);
 23410	      |            ^~~~~~~~~~~~~~~~
 23411	../qemu-xen/hw/pci-bridge/pcie_pci_bridge.c: In function ‘pcie_pci_bridge_realize’:
 23412	../qemu-xen/hw/pci-bridge/pcie_pci_bridge.c:70:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23413	   70 |     Error *local_err = NULL;
 23414	      |     ^~~~~
 23415	[1372/2756] Compiling C object libcommon.fa.p/hw_pci-bridge_xio3130_downstream.c.o
 23416	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23417	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23418	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23419	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23420	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23421	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23422	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/msi.h:24,
 23423	                 from ../qemu-xen/hw/pci-bridge/xio3130_downstream.c:24:
 23424	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23425	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23426	   32 |   typeof(                                                                          \
 23427	      |   ^~~~~~
 23428	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23429	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23430	      |     ^~~~~~~~~~~~~~~~~
 23431	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23432	 1100 |     return qatomic_rcu_read(&as->current_map);
 23433	      |            ^~~~~~~~~~~~~~~~
 23434	[1373/2756] Compiling C object libcommon.fa.p/hw_nvram_fw_cfg.c.o
 23435	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 23436	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 23437	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/sysemu.h:5,
 23438	                 from ../qemu-xen/hw/nvram/fw_cfg.c:27:
 23439	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23440	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23441	   32 |   typeof(                                                                          \
 23442	      |   ^~~~~~
 23443	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23444	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23445	      |     ^~~~~~~~~~~~~~~~~
 23446	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23447	 1100 |     return qatomic_rcu_read(&as->current_map);
 23448	      |            ^~~~~~~~~~~~~~~~
 23449	../qemu-xen/hw/nvram/fw_cfg.c: In function ‘fw_cfg_io_realize’:
 23450	../qemu-xen/hw/nvram/fw_cfg.c:1311:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23451	 1311 |     FWCfgIoState *s = FW_CFG_IO(dev);
 23452	      |     ^~~~~~~~~~~~
 23453	../qemu-xen/hw/nvram/fw_cfg.c: In function ‘fw_cfg_mem_realize’:
 23454	../qemu-xen/hw/nvram/fw_cfg.c:1361:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23455	 1361 |     FWCfgMemState *s = FW_CFG_MEM(dev);
 23456	      |     ^~~~~~~~~~~~~
 23457	[1374/2756] Compiling C object libcommon.fa.p/hw_pci-bridge_cxl_root_port.c.o
 23458	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23459	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23460	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23461	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23462	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23463	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23464	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_bridge.h:29,
 23465	                 from ../qemu-xen/hw/pci-bridge/cxl_root_port.c:23:
 23466	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23467	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23468	   32 |   typeof(                                                                          \
 23469	      |   ^~~~~~
 23470	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23471	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23472	      |     ^~~~~~~~~~~~~~~~~
 23473	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23474	 1100 |     return qatomic_rcu_read(&as->current_map);
 23475	      |            ^~~~~~~~~~~~~~~~
 23476	../qemu-xen/hw/pci-bridge/cxl_root_port.c: In function ‘cxl_rp_realize’:
 23477	../qemu-xen/hw/pci-bridge/cxl_root_port.c:162:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23478	  162 |     int rc =
 23479	      |     ^~~
 23480	[1375/2756] Compiling C object libcommon.fa.p/hw_pci-host_gpex.c.o
 23481	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 23482	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 23483	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 23484	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 23485	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci-host/gpex.h:24,
 23486	                 from ../qemu-xen/hw/pci-host/gpex.c:35:
 23487	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23488	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23489	   32 |   typeof(                                                                          \
 23490	      |   ^~~~~~
 23491	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23492	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23493	      |     ^~~~~~~~~~~~~~~~~
 23494	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23495	 1100 |     return qatomic_rcu_read(&as->current_map);
 23496	      |            ^~~~~~~~~~~~~~~~
 23497	[1376/2756] Compiling C object libcommon.fa.p/hw_pci_pcie.c.o
 23498	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23499	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23500	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23501	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23502	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23503	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23504	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_bridge.h:29,
 23505	                 from ../qemu-xen/hw/pci/pcie.c:23:
 23506	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23507	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23508	   32 |   typeof(                                                                          \
 23509	      |   ^~~~~~
 23510	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23511	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23512	      |     ^~~~~~~~~~~~~~~~~
 23513	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23514	 1100 |     return qatomic_rcu_read(&as->current_map);
 23515	      |            ^~~~~~~~~~~~~~~~
 23516	[1377/2756] Compiling C object libcommon.fa.p/hw_pci-bridge_cxl_downstream.c.o
 23517	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23518	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23519	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23520	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23521	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23522	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23523	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/msi.h:24,
 23524	                 from ../qemu-xen/hw/pci-bridge/cxl_downstream.c:13:
 23525	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23526	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23527	   32 |   typeof(                                                                          \
 23528	      |   ^~~~~~
 23529	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23530	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23531	      |     ^~~~~~~~~~~~~~~~~
 23532	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23533	 1100 |     return qatomic_rcu_read(&as->current_map);
 23534	      |            ^~~~~~~~~~~~~~~~
 23535	[1378/2756] Compiling C object libcommon.fa.p/hw_pci-host_xen_igd_pt.c.o
 23536	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23537	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23538	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23539	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23540	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23541	                 from ../qemu-xen/hw/pci-host/xen_igd_pt.c:28:
 23542	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23543	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23544	   32 |   typeof(                                                                          \
 23545	      |   ^~~~~~
 23546	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23547	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23548	      |     ^~~~~~~~~~~~~~~~~
 23549	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23550	 1100 |     return qatomic_rcu_read(&as->current_map);
 23551	      |            ^~~~~~~~~~~~~~~~
 23552	../qemu-xen/hw/pci-host/xen_igd_pt.c: In function ‘igd_pt_i440fx_realize’:
 23553	../qemu-xen/hw/pci-host/xen_igd_pt.c:83:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23554	   83 |     uint32_t val = 0;
 23555	      |     ^~~~~~~~
 23556	[1379/2756] Compiling C object libcommon.fa.p/hw_pci-bridge_cxl_upstream.c.o
 23557	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 23558	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 23559	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 23560	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 23561	                 from ../qemu-xen/hw/pci-bridge/cxl_upstream.c:13:
 23562	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23563	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23564	   32 |   typeof(                                                                          \
 23565	      |   ^~~~~~
 23566	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23567	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23568	      |     ^~~~~~~~~~~~~~~~~
 23569	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23570	 1100 |     return qatomic_rcu_read(&as->current_map);
 23571	      |            ^~~~~~~~~~~~~~~~
 23572	[1380/2756] Compiling C object libcommon.fa.p/hw_pci-bridge_pci_expander_bridge.c.o
 23573	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23574	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23575	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23576	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23577	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23578	                 from ../qemu-xen/hw/pci-bridge/pci_expander_bridge.c:15:
 23579	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23580	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23581	   32 |   typeof(                                                                          \
 23582	      |   ^~~~~~
 23583	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23584	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23585	      |     ^~~~~~~~~~~~~~~~~
 23586	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23587	 1100 |     return qatomic_rcu_read(&as->current_map);
 23588	      |            ^~~~~~~~~~~~~~~~
 23589	[1381/2756] Compiling C object libcommon.fa.p/hw_sd_sdmmc-internal.c.o
 23590	[1382/2756] Compiling C object libcommon.fa.p/hw_pci-host_gpex-acpi.c.o
 23591	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 23592	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 23593	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 23594	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 23595	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci-host/gpex.h:24,
 23596	                 from ../qemu-xen/hw/pci-host/gpex-acpi.c:3:
 23597	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23598	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23599	   32 |   typeof(                                                                          \
 23600	      |   ^~~~~~
 23601	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23602	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23603	      |     ^~~~~~~~~~~~~~~~~
 23604	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23605	 1100 |     return qatomic_rcu_read(&as->current_map);
 23606	      |            ^~~~~~~~~~~~~~~~
 23607	../qemu-xen/hw/pci-host/gpex-acpi.c: In function ‘acpi_dsdt_add_pci_osc’:
 23608	../qemu-xen/hw/pci-host/gpex-acpi.c:116:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23609	  116 |     uint8_t byte_list[1] = {1};
 23610	      |     ^~~~~~~
 23611	../qemu-xen/hw/pci-host/gpex-acpi.c: In function ‘acpi_dsdt_add_gpex’:
 23612	../qemu-xen/hw/pci-host/gpex-acpi.c:268:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23613	  268 |     Aml *dev_res0 = aml_device("%s", "RES0");
 23614	      |     ^~~
 23615	[1383/2756] Compiling C object libcommon.fa.p/hw_pci-host_i440fx.c.o
 23616	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23617	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23618	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23619	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23620	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 23621	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/i386/pc.h:7,
 23622	                 from ../qemu-xen/hw/pci-host/i440fx.c:28:
 23623	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23624	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23625	   32 |   typeof(                                                                          \
 23626	      |   ^~~~~~
 23627	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23628	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23629	      |     ^~~~~~~~~~~~~~~~~
 23630	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23631	 1100 |     return qatomic_rcu_read(&as->current_map);
 23632	      |            ^~~~~~~~~~~~~~~~
 23633	[1384/2756] Compiling C object libcommon.fa.p/hw_pci-host_q35.c.o
 23634	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23635	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23636	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23637	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23638	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 23639	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/i386/pc.h:7,
 23640	                 from ../qemu-xen/hw/pci-host/q35.c:33:
 23641	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23642	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23643	   32 |   typeof(                                                                          \
 23644	      |   ^~~~~~
 23645	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23646	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23647	      |     ^~~~~~~~~~~~~~~~~
 23648	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23649	 1100 |     return qatomic_rcu_read(&as->current_map);
 23650	      |            ^~~~~~~~~~~~~~~~
 23651	[1385/2756] Compiling C object libcommon.fa.p/hw_scsi_mptendian.c.o
 23652	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23653	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23654	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23655	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23656	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23657	                 from ../qemu-xen/hw/scsi/mptendian.c:24:
 23658	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23659	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23660	   32 |   typeof(                                                                          \
 23661	      |   ^~~~~~
 23662	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23663	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23664	      |     ^~~~~~~~~~~~~~~~~
 23665	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23666	 1100 |     return qatomic_rcu_read(&as->current_map);
 23667	      |            ^~~~~~~~~~~~~~~~
 23668	[1386/2756] Compiling C object libcommon.fa.p/hw_sd_core.c.o
 23669	[1387/2756] Compiling C object libcommon.fa.p/hw_sd_sdhci-pci.c.o
 23670	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 23671	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 23672	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 23673	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 23674	                 from ../qemu-xen/hw/sd/sdhci-pci.c:21:
 23675	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23676	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23677	   32 |   typeof(                                                                          \
 23678	      |   ^~~~~~
 23679	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23680	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23681	      |     ^~~~~~~~~~~~~~~~~
 23682	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23683	 1100 |     return qatomic_rcu_read(&as->current_map);
 23684	      |            ^~~~~~~~~~~~~~~~
 23685	../qemu-xen/hw/sd/sdhci-pci.c: In function ‘sdhci_pci_realize’:
 23686	../qemu-xen/hw/sd/sdhci-pci.c:33:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23687	   33 |     SDHCIState *s = PCI_SDHCI(dev);
 23688	      |     ^~~~~~~~~~
 23689	[1388/2756] Compiling C object libcommon.fa.p/hw_rtc_mc146818rtc.c.o
 23690	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 23691	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 23692	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 23693	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/acpi/acpi_aml_interface.h:6,
 23694	                 from ../qemu-xen/hw/rtc/mc146818rtc.c:29:
 23695	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23696	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23697	   32 |   typeof(                                                                          \
 23698	      |   ^~~~~~
 23699	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23700	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23701	      |     ^~~~~~~~~~~~~~~~~
 23702	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23703	 1100 |     return qatomic_rcu_read(&as->current_map);
 23704	      |            ^~~~~~~~~~~~~~~~
 23705	[1389/2756] Compiling C object libcommon.fa.p/hw_smbios_smbios_type_38.c.o
 23706	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23707	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23708	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23709	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23710	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/ipmi/ipmi.h:28,
 23711	                 from ../qemu-xen/hw/smbios/smbios_type_38.c:11:
 23712	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23713	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23714	   32 |   typeof(                                                                          \
 23715	      |   ^~~~~~
 23716	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23717	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23718	      |     ^~~~~~~~~~~~~~~~~
 23719	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23720	 1100 |     return qatomic_rcu_read(&as->current_map);
 23721	      |            ^~~~~~~~~~~~~~~~
 23722	[1390/2756] Compiling C object libcommon.fa.p/hw_scsi_esp-pci.c.o
 23723	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23724	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23725	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23726	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23727	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23728	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 23729	                 from ../qemu-xen/hw/scsi/esp-pci.c:27:
 23730	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23731	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23732	   32 |   typeof(                                                                          \
 23733	      |   ^~~~~~
 23734	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23735	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23736	      |     ^~~~~~~~~~~~~~~~~
 23737	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23738	 1100 |     return qatomic_rcu_read(&as->current_map);
 23739	      |            ^~~~~~~~~~~~~~~~
 23740	[1391/2756] Compiling C object libcommon.fa.p/hw_timer_i8254_common.c.o
 23741	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23742	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23743	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23744	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23745	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 23746	                 from ../qemu-xen/hw/timer/i8254_common.c:27:
 23747	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23748	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23749	   32 |   typeof(                                                                          \
 23750	      |   ^~~~~~
 23751	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23752	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23753	      |     ^~~~~~~~~~~~~~~~~
 23754	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23755	 1100 |     return qatomic_rcu_read(&as->current_map);
 23756	      |            ^~~~~~~~~~~~~~~~
 23757	[1392/2756] Compiling C object libcommon.fa.p/hw_tpm_tpm_tis_isa.c.o
 23758	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23759	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23760	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23761	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23762	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 23763	                 from ../qemu-xen/hw/tpm/tpm_tis_isa.c:26:
 23764	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23765	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23766	   32 |   typeof(                                                                          \
 23767	      |   ^~~~~~
 23768	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23769	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23770	      |     ^~~~~~~~~~~~~~~~~
 23771	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23772	 1100 |     return qatomic_rcu_read(&as->current_map);
 23773	      |            ^~~~~~~~~~~~~~~~
 23774	[1393/2756] Compiling C object libcommon.fa.p/hw_scsi_scsi-generic.c.o
 23775	[1394/2756] Compiling C object libcommon.fa.p/hw_timer_i8254.c.o
 23776	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 23777	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 23778	                 from ../qemu-xen/hw/timer/i8254.c:28:
 23779	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23780	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23781	   32 |   typeof(                                                                          \
 23782	      |   ^~~~~~
 23783	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23784	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23785	      |     ^~~~~~~~~~~~~~~~~
 23786	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23787	 1100 |     return qatomic_rcu_read(&as->current_map);
 23788	      |            ^~~~~~~~~~~~~~~~
 23789	[1395/2756] Compiling C object libcommon.fa.p/hw_tpm_tpm_ppi.c.o
 23790	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 23791	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 23792	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 23793	                 from ../qemu-xen/hw/tpm/tpm_ppi.c:19:
 23794	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23795	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23796	   32 |   typeof(                                                                          \
 23797	      |   ^~~~~~
 23798	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23799	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23800	      |     ^~~~~~~~~~~~~~~~~
 23801	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23802	 1100 |     return qatomic_rcu_read(&as->current_map);
 23803	      |            ^~~~~~~~~~~~~~~~
 23804	[1396/2756] Compiling C object libcommon.fa.p/hw_tpm_tpm_crb.c.o
 23805	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23806	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23807	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23808	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23809	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/address-spaces.h:22,
 23810	                 from ../qemu-xen/hw/tpm/tpm_crb.c:21:
 23811	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23812	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23813	   32 |   typeof(                                                                          \
 23814	      |   ^~~~~~
 23815	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23816	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23817	      |     ^~~~~~~~~~~~~~~~~
 23818	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23819	 1100 |     return qatomic_rcu_read(&as->current_map);
 23820	      |            ^~~~~~~~~~~~~~~~
 23821	[1397/2756] Compiling C object libcommon.fa.p/hw_timer_hpet.c.o
 23822	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23823	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23824	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23825	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23826	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 23827	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/i386/pc.h:7,
 23828	                 from ../qemu-xen/hw/timer/hpet.c:28:
 23829	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23830	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23831	   32 |   typeof(                                                                          \
 23832	      |   ^~~~~~
 23833	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23834	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23835	      |     ^~~~~~~~~~~~~~~~~
 23836	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23837	 1100 |     return qatomic_rcu_read(&as->current_map);
 23838	      |            ^~~~~~~~~~~~~~~~
 23839	[1398/2756] Compiling C object libcommon.fa.p/hw_pci_pci.c.o
 23840	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23841	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23842	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23843	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23844	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23845	                 from ../qemu-xen/hw/pci/pci.c:29:
 23846	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23847	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23848	   32 |   typeof(                                                                          \
 23849	      |   ^~~~~~
 23850	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23851	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23852	      |     ^~~~~~~~~~~~~~~~~
 23853	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23854	 1100 |     return qatomic_rcu_read(&as->current_map);
 23855	      |            ^~~~~~~~~~~~~~~~
 23856	[1399/2756] Compiling C object libcommon.fa.p/hw_scsi_mptconfig.c.o
 23857	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23858	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23859	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23860	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23861	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23862	                 from ../qemu-xen/hw/scsi/mptconfig.c:19:
 23863	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23864	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23865	   32 |   typeof(                                                                          \
 23866	      |   ^~~~~~
 23867	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23868	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23869	      |     ^~~~~~~~~~~~~~~~~
 23870	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23871	 1100 |     return qatomic_rcu_read(&as->current_map);
 23872	      |            ^~~~~~~~~~~~~~~~
 23873	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:49,
 23874	                 from ../qemu-xen/hw/scsi/mptconfig.c:18:
 23875	../qemu-xen/hw/scsi/mptconfig.c: In function ‘mptsas_process_config’:
 23876	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23877	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 23878	      |                                    ^~~~~~~~~~~~~~
 23879	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 23880	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 23881	      |                              ^~~~~~~~~~~~~~~~~~
 23882	../qemu-xen/hw/scsi/mptconfig.c:787:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 23883	  787 |     QEMU_BUILD_BUG_ON(sizeof(s->doorbell_msg) < sizeof(*req));
 23884	      |     ^~~~~~~~~~~~~~~~~
 23885	[1400/2756] Compiling C object libcommon.fa.p/hw_usb_combined-packet.c.o
 23886	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23887	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23888	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23889	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23890	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb.h:28,
 23891	                 from ../qemu-xen/hw/usb/combined-packet.c:24:
 23892	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23893	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23894	   32 |   typeof(                                                                          \
 23895	      |   ^~~~~~
 23896	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23897	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23898	      |     ^~~~~~~~~~~~~~~~~
 23899	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23900	 1100 |     return qatomic_rcu_read(&as->current_map);
 23901	      |            ^~~~~~~~~~~~~~~~
 23902	../qemu-xen/hw/usb/combined-packet.c: In function ‘usb_combined_packet_cancel’:
 23903	../qemu-xen/hw/usb/combined-packet.c:107:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23904	  107 |     USBPacket *first = p->combined->first;
 23905	      |     ^~~~~~~~~
 23906	[1401/2756] Compiling C object libcommon.fa.p/hw_usb_desc-msos.c.o
 23907	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23908	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23909	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23910	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23911	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb.h:28,
 23912	                 from ../qemu-xen/hw/usb/desc-msos.c:2:
 23913	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23914	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23915	   32 |   typeof(                                                                          \
 23916	      |   ^~~~~~
 23917	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23918	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23919	      |     ^~~~~~~~~~~~~~~~~
 23920	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23921	 1100 |     return qatomic_rcu_read(&as->current_map);
 23922	      |            ^~~~~~~~~~~~~~~~
 23923	[1402/2756] Compiling C object libcommon.fa.p/hw_usb_pcap.c.o
 23924	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23925	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23926	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23927	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23928	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb.h:28,
 23929	                 from ../qemu-xen/hw/usb/pcap.c:11:
 23930	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23931	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23932	   32 |   typeof(                                                                          \
 23933	      |   ^~~~~~
 23934	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23935	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23936	      |     ^~~~~~~~~~~~~~~~~
 23937	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23938	 1100 |     return qatomic_rcu_read(&as->current_map);
 23939	      |            ^~~~~~~~~~~~~~~~
 23940	[1403/2756] Compiling C object libcommon.fa.p/hw_scsi_mptsas.c.o
 23941	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 23942	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 23943	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 23944	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 23945	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 23946	                 from ../qemu-xen/hw/scsi/mptsas.c:26:
 23947	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 23948	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23949	   32 |   typeof(                                                                          \
 23950	      |   ^~~~~~
 23951	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 23952	  163 |     typeof_strip_qual(*ptr) _val;                      \
 23953	      |     ^~~~~~~~~~~~~~~~~
 23954	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 23955	 1100 |     return qatomic_rcu_read(&as->current_map);
 23956	      |            ^~~~~~~~~~~~~~~~
 23957	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/osdep.h:49,
 23958	                 from ../qemu-xen/hw/scsi/mptsas.c:25:
 23959	../qemu-xen/hw/scsi/mptsas.c: In function ‘mptsas_process_scsi_task_mgmt’:
 23960	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23961	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 23962	      |                                    ^~~~~~~~~~~~~~
 23963	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 23964	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 23965	      |                              ^~~~~~~~~~~~~~~~~~
 23966	../qemu-xen/hw/scsi/mptsas.c:415:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 23967	  415 |     QEMU_BUILD_BUG_ON(MPTSAS_MAX_REQUEST_SIZE < sizeof(*req));
 23968	      |     ^~~~~~~~~~~~~~~~~
 23969	../qemu-xen/hw/scsi/mptsas.c: In function ‘mptsas_process_ioc_init’:
 23970	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23971	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 23972	      |                                    ^~~~~~~~~~~~~~
 23973	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 23974	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 23975	      |                              ^~~~~~~~~~~~~~~~~~
 23976	../qemu-xen/hw/scsi/mptsas.c:566:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 23977	  566 |     QEMU_BUILD_BUG_ON(MPTSAS_MAX_REQUEST_SIZE < sizeof(*req));
 23978	      |     ^~~~~~~~~~~~~~~~~
 23979	../qemu-xen/hw/scsi/mptsas.c: In function ‘mptsas_process_ioc_facts’:
 23980	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23981	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 23982	      |                                    ^~~~~~~~~~~~~~
 23983	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 23984	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 23985	      |                              ^~~~~~~~~~~~~~~~~~
 23986	../qemu-xen/hw/scsi/mptsas.c:600:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 23987	  600 |     QEMU_BUILD_BUG_ON(MPTSAS_MAX_REQUEST_SIZE < sizeof(*req));
 23988	      |     ^~~~~~~~~~~~~~~~~
 23989	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 23990	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 23991	      |                                    ^~~~~~~~~~~~~~
 23992	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 23993	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 23994	      |                              ^~~~~~~~~~~~~~~~~~
 23995	../qemu-xen/hw/scsi/mptsas.c:613:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 23996	  613 |     QEMU_BUILD_BUG_ON(ARRAY_SIZE(s->reply_post) != ARRAY_SIZE(s->reply_free));
 23997	      |     ^~~~~~~~~~~~~~~~~
 23998	../qemu-xen/hw/scsi/mptsas.c: In function ‘mptsas_process_port_facts’:
 23999	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24000	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 24001	      |                                    ^~~~~~~~~~~~~~
 24002	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 24003	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 24004	      |                              ^~~~~~~~~~~~~~~~~~
 24005	../qemu-xen/hw/scsi/mptsas.c:640:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 24006	  640 |     QEMU_BUILD_BUG_ON(MPTSAS_MAX_REQUEST_SIZE < sizeof(*req));
 24007	      |     ^~~~~~~~~~~~~~~~~
 24008	../qemu-xen/hw/scsi/mptsas.c: In function ‘mptsas_process_port_enable’:
 24009	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24010	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 24011	      |                                    ^~~~~~~~~~~~~~
 24012	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 24013	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 24014	      |                              ^~~~~~~~~~~~~~~~~~
 24015	../qemu-xen/hw/scsi/mptsas.c:668:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 24016	  668 |     QEMU_BUILD_BUG_ON(MPTSAS_MAX_REQUEST_SIZE < sizeof(*req));
 24017	      |     ^~~~~~~~~~~~~~~~~
 24018	../qemu-xen/hw/scsi/mptsas.c: In function ‘mptsas_process_event_notification’:
 24019	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:74:36: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24020	   74 | #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
 24021	      |                                    ^~~~~~~~~~~~~~
 24022	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/compiler.h:76:30: note: in expansion of macro ‘QEMU_BUILD_BUG_MSG’
 24023	   76 | #define QEMU_BUILD_BUG_ON(x) QEMU_BUILD_BUG_MSG(x, "not expecting: " #x)
 24024	      |                              ^~~~~~~~~~~~~~~~~~
 24025	../qemu-xen/hw/scsi/mptsas.c:689:5: note: in expansion of macro ‘QEMU_BUILD_BUG_ON’
 24026	  689 |     QEMU_BUILD_BUG_ON(MPTSAS_MAX_REQUEST_SIZE < sizeof(*req));
 24027	      |     ^~~~~~~~~~~~~~~~~
 24028	[1404/2756] Compiling C object libcommon.fa.p/hw_scsi_esp.c.o
 24029	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24030	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24031	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24032	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 24033	                 from ../qemu-xen/hw/scsi/esp.c:27:
 24034	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24035	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24036	   32 |   typeof(                                                                          \
 24037	      |   ^~~~~~
 24038	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24039	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24040	      |     ^~~~~~~~~~~~~~~~~
 24041	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24042	 1100 |     return qatomic_rcu_read(&as->current_map);
 24043	      |            ^~~~~~~~~~~~~~~~
 24044	[1405/2756] Compiling C object libcommon.fa.p/hw_usb_libhw.c.o
 24045	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24046	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24047	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24048	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24049	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb.h:28,
 24050	                 from ../qemu-xen/hw/usb/libhw.c:23:
 24051	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24052	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24053	   32 |   typeof(                                                                          \
 24054	      |   ^~~~~~
 24055	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24056	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24057	      |     ^~~~~~~~~~~~~~~~~
 24058	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24059	 1100 |     return qatomic_rcu_read(&as->current_map);
 24060	      |            ^~~~~~~~~~~~~~~~
 24061	[1406/2756] Compiling C object libcommon.fa.p/hw_tpm_tpm_tis_common.c.o
 24062	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24063	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24064	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24065	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24066	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/isa/isa.h:6,
 24067	                 from ../qemu-xen/hw/tpm/tpm_tis_common.c:27:
 24068	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24069	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24070	   32 |   typeof(                                                                          \
 24071	      |   ^~~~~~
 24072	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24073	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24074	      |     ^~~~~~~~~~~~~~~~~
 24075	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24076	 1100 |     return qatomic_rcu_read(&as->current_map);
 24077	      |            ^~~~~~~~~~~~~~~~
 24078	../qemu-xen/hw/tpm/tpm_tis_common.c: In function ‘tpm_tis_mmio_write’:
 24079	../qemu-xen/hw/tpm/tpm_tis_common.c:501:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24080	  501 |                 uint8_t newlocty = TPM_TIS_NO_LOCALITY;
 24081	      |                 ^~~~~~~
 24082	[1407/2756] Compiling C object libcommon.fa.p/hw_net_igb_core.c.o
 24083	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24084	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24085	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24086	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 24087	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties-system.h:4,
 24088	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/net/net.h:7,
 24089	                 from ../qemu-xen/hw/net/igb_core.c:42:
 24090	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24091	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24092	   32 |   typeof(                                                                          \
 24093	      |   ^~~~~~
 24094	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24095	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24096	      |     ^~~~~~~~~~~~~~~~~
 24097	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24098	 1100 |     return qatomic_rcu_read(&as->current_map);
 24099	      |            ^~~~~~~~~~~~~~~~
 24100	[1408/2756] Compiling C object libcommon.fa.p/hw_net_e1000e_core.c.o
 24101	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24102	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24103	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24104	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 24105	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties-system.h:4,
 24106	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/net/net.h:7,
 24107	                 from ../qemu-xen/hw/net/e1000e_core.c:38:
 24108	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24109	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24110	   32 |   typeof(                                                                          \
 24111	      |   ^~~~~~
 24112	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24113	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24114	      |     ^~~~~~~~~~~~~~~~~
 24115	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24116	 1100 |     return qatomic_rcu_read(&as->current_map);
 24117	      |            ^~~~~~~~~~~~~~~~
 24118	[1409/2756] Compiling C object libcommon.fa.p/hw_scsi_scsi-bus.c.o
 24119	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24120	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24121	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24122	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 24123	                 from ../qemu-xen/hw/scsi/scsi-bus.c:7:
 24124	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24125	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24126	   32 |   typeof(                                                                          \
 24127	      |   ^~~~~~
 24128	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24129	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24130	      |     ^~~~~~~~~~~~~~~~~
 24131	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24132	 1100 |     return qatomic_rcu_read(&as->current_map);
 24133	      |            ^~~~~~~~~~~~~~~~
 24134	../qemu-xen/hw/scsi/scsi-bus.c: In function ‘do_scsi_device_find’:
 24135	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24136	   32 |   typeof(                                                                          \
 24137	      |   ^~~~~~
 24138	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24139	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24140	      |     ^~~~~~~~~~~~~~~~~
 24141	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 24142	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 24143	      |                  ^~~~~~~~~~~~~~~~
 24144	../qemu-xen/hw/scsi/scsi-bus.c:35:5: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 24145	   35 |     QTAILQ_FOREACH_RCU(kid, &bus->qbus.children, sibling) {
 24146	      |     ^~~~~~~~~~~~~~~~~~
 24147	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24148	   32 |   typeof(                                                                          \
 24149	      |   ^~~~~~
 24150	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24151	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24152	      |     ^~~~~~~~~~~~~~~~~
 24153	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 24154	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 24155	      |                  ^~~~~~~~~~~~~~~~
 24156	../qemu-xen/hw/scsi/scsi-bus.c:35:5: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 24157	   35 |     QTAILQ_FOREACH_RCU(kid, &bus->qbus.children, sibling) {
 24158	      |     ^~~~~~~~~~~~~~~~~~
 24159	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24160	   32 |   typeof(                                                                          \
 24161	      |   ^~~~~~
 24162	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:176:5: note: in expansion of macro ‘typeof_strip_qual’
 24163	  176 |     typeof_strip_qual(*ptr) _val;                       \
 24164	      |     ^~~~~~~~~~~~~~~~~
 24165	../qemu-xen/hw/scsi/scsi-bus.c:64:10: note: in expansion of macro ‘qatomic_load_acquire’
 24166	   64 |         !qatomic_load_acquire(&retval->qdev.realized)) {
 24167	      |          ^~~~~~~~~~~~~~~~~~~~
 24168	../qemu-xen/hw/scsi/scsi-bus.c: In function ‘scsi_target_emulate_report_luns’:
 24169	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24170	   32 |   typeof(                                                                          \
 24171	      |   ^~~~~~
 24172	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24173	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24174	      |     ^~~~~~~~~~~~~~~~~
 24175	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 24176	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 24177	      |                  ^~~~~~~~~~~~~~~~
 24178	../qemu-xen/hw/scsi/scsi-bus.c:486:9: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 24179	  486 |         QTAILQ_FOREACH_RCU(kid, &r->req.bus->qbus.children, sibling) {
 24180	      |         ^~~~~~~~~~~~~~~~~~
 24181	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24182	   32 |   typeof(                                                                          \
 24183	      |   ^~~~~~
 24184	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24185	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24186	      |     ^~~~~~~~~~~~~~~~~
 24187	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 24188	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 24189	      |                  ^~~~~~~~~~~~~~~~
 24190	../qemu-xen/hw/scsi/scsi-bus.c:486:9: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 24191	  486 |         QTAILQ_FOREACH_RCU(kid, &r->req.bus->qbus.children, sibling) {
 24192	      |         ^~~~~~~~~~~~~~~~~~
 24193	[1410/2756] Compiling C object libcommon.fa.p/hw_usb_hcd-ohci-pci.c.o
 24194	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24195	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 24196	                 from ../qemu-xen/hw/usb/hcd-ohci-pci.c:23:
 24197	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24198	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24199	   32 |   typeof(                                                                          \
 24200	      |   ^~~~~~
 24201	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24202	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24203	      |     ^~~~~~~~~~~~~~~~~
 24204	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24205	 1100 |     return qatomic_rcu_read(&as->current_map);
 24206	      |            ^~~~~~~~~~~~~~~~
 24207	[1411/2756] Compiling C object libcommon.fa.p/hw_sd_sd.c.o
 24208	[1412/2756] Compiling C object libcommon.fa.p/hw_usb_bus.c.o
 24209	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24210	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24211	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24212	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 24213	                 from ../qemu-xen/hw/usb/bus.c:2:
 24214	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24215	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24216	   32 |   typeof(                                                                          \
 24217	      |   ^~~~~~
 24218	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24219	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24220	      |     ^~~~~~~~~~~~~~~~~
 24221	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24222	 1100 |     return qatomic_rcu_read(&as->current_map);
 24223	      |            ^~~~~~~~~~~~~~~~
 24224	[1413/2756] Compiling C object libcommon.fa.p/hw_usb_hcd-ehci-pci.c.o
 24225	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24226	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24227	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24228	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 24229	                 from ../qemu-xen/hw/usb/hcd-ehci-pci.c:19:
 24230	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24231	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24232	   32 |   typeof(                                                                          \
 24233	      |   ^~~~~~
 24234	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24235	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24236	      |     ^~~~~~~~~~~~~~~~~
 24237	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24238	 1100 |     return qatomic_rcu_read(&as->current_map);
 24239	      |            ^~~~~~~~~~~~~~~~
 24240	[1414/2756] Compiling C object libcommon.fa.p/hw_usb_core.c.o
 24241	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24242	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24243	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24244	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24245	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb.h:28,
 24246	                 from ../qemu-xen/hw/usb/core.c:27:
 24247	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24248	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24249	   32 |   typeof(                                                                          \
 24250	      |   ^~~~~~
 24251	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24252	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24253	      |     ^~~~~~~~~~~~~~~~~
 24254	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24255	 1100 |     return qatomic_rcu_read(&as->current_map);
 24256	      |            ^~~~~~~~~~~~~~~~
 24257	[1415/2756] Compiling C object libcommon.fa.p/hw_usb_imx-usb-phy.c.o
 24258	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24259	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24260	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24261	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 24262	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb/imx-usb-phy.h:4,
 24263	                 from ../qemu-xen/hw/usb/imx-usb-phy.c:14:
 24264	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24265	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24266	   32 |   typeof(                                                                          \
 24267	      |   ^~~~~~
 24268	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24269	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24270	      |     ^~~~~~~~~~~~~~~~~
 24271	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24272	 1100 |     return qatomic_rcu_read(&as->current_map);
 24273	      |            ^~~~~~~~~~~~~~~~
 24274	[1416/2756] Compiling C object libcommon.fa.p/hw_usb_hcd-xhci-pci.c.o
 24275	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24276	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24277	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24278	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24279	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 24280	                 from ../qemu-xen/hw/usb/hcd-xhci-pci.c:26:
 24281	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24282	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24283	   32 |   typeof(                                                                          \
 24284	      |   ^~~~~~
 24285	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24286	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24287	      |     ^~~~~~~~~~~~~~~~~
 24288	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24289	 1100 |     return qatomic_rcu_read(&as->current_map);
 24290	      |            ^~~~~~~~~~~~~~~~
 24291	[1417/2756] Compiling C object libcommon.fa.p/hw_usb_hcd-xhci-nec.c.o
 24292	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24293	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24294	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24295	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24296	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb.h:28,
 24297	                 from ../qemu-xen/hw/usb/hcd-xhci-nec.c:23:
 24298	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24299	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24300	   32 |   typeof(                                                                          \
 24301	      |   ^~~~~~
 24302	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24303	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24304	      |     ^~~~~~~~~~~~~~~~~
 24305	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24306	 1100 |     return qatomic_rcu_read(&as->current_map);
 24307	      |            ^~~~~~~~~~~~~~~~
 24308	[1418/2756] Compiling C object libcommon.fa.p/hw_scsi_vmw_pvscsi.c.o
 24309	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24310	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24311	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio.h:23,
 24312	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/main-loop.h:28,
 24313	                 from ../qemu-xen/hw/scsi/vmw_pvscsi.c:30:
 24314	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24315	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24316	   32 |   typeof(                                                                          \
 24317	      |   ^~~~~~
 24318	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24319	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24320	      |     ^~~~~~~~~~~~~~~~~
 24321	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24322	 1100 |     return qatomic_rcu_read(&as->current_map);
 24323	      |            ^~~~~~~~~~~~~~~~
 24324	[1419/2756] Compiling C object libcommon.fa.p/hw_usb_hcd-xhci-sysbus.c.o
 24325	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24326	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24327	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24328	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 24329	                 from ../qemu-xen/hw/usb/hcd-xhci-sysbus.c:11:
 24330	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24331	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24332	   32 |   typeof(                                                                          \
 24333	      |   ^~~~~~
 24334	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24335	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24336	      |     ^~~~~~~~~~~~~~~~~
 24337	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24338	 1100 |     return qatomic_rcu_read(&as->current_map);
 24339	      |            ^~~~~~~~~~~~~~~~
 24340	[1420/2756] Compiling C object libcommon.fa.p/hw_usb_desc.c.o
 24341	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24342	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24343	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24344	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24345	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb.h:28,
 24346	                 from ../qemu-xen/hw/usb/desc.c:3:
 24347	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24348	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24349	   32 |   typeof(                                                                          \
 24350	      |   ^~~~~~
 24351	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24352	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24353	      |     ^~~~~~~~~~~~~~~~~
 24354	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24355	 1100 |     return qatomic_rcu_read(&as->current_map);
 24356	      |            ^~~~~~~~~~~~~~~~
 24357	[1421/2756] Compiling C object libcommon.fa.p/hw_usb_dev-storage-bot.c.o
 24358	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24359	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24360	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24361	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24362	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb.h:28,
 24363	                 from ../qemu-xen/hw/usb/dev-storage-bot.c:12:
 24364	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24365	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24366	   32 |   typeof(                                                                          \
 24367	      |   ^~~~~~
 24368	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24369	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24370	      |     ^~~~~~~~~~~~~~~~~
 24371	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24372	 1100 |     return qatomic_rcu_read(&as->current_map);
 24373	      |            ^~~~~~~~~~~~~~~~
 24374	[1422/2756] Compiling C object libcommon.fa.p/hw_scsi_scsi-disk.c.o
 24375	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24376	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24377	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio.h:23,
 24378	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/main-loop.h:28,
 24379	                 from ../qemu-xen/hw/scsi/scsi-disk.c:26:
 24380	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24381	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24382	   32 |   typeof(                                                                          \
 24383	      |   ^~~~~~
 24384	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24385	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24386	      |     ^~~~~~~~~~~~~~~~~
 24387	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24388	 1100 |     return qatomic_rcu_read(&as->current_map);
 24389	      |            ^~~~~~~~~~~~~~~~
 24390	[1423/2756] Compiling C object libcommon.fa.p/hw_smbios_smbios.c.o
 24391	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24392	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 24393	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/sysemu.h:5,
 24394	                 from ../qemu-xen/hw/smbios/smbios.c:25:
 24395	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24396	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24397	   32 |   typeof(                                                                          \
 24398	      |   ^~~~~~
 24399	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24400	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24401	      |     ^~~~~~~~~~~~~~~~~
 24402	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24403	 1100 |     return qatomic_rcu_read(&as->current_map);
 24404	      |            ^~~~~~~~~~~~~~~~
 24405	In file included from ../qemu-xen/hw/smbios/smbios.c:32:
 24406	../qemu-xen/hw/smbios/smbios.c: In function ‘smbios_build_type_4_table’:
 24407	../qemu-xen/hw/smbios/smbios_build.h:35:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24408	   35 |     struct smbios_type_##tbl_type *t;                                     \
 24409	      |     ^~~~~~
 24410	../qemu-xen/hw/smbios/smbios.c:721:5: note: in expansion of macro ‘SMBIOS_BUILD_TABLE_PRE_SIZE’
 24411	  721 |     SMBIOS_BUILD_TABLE_PRE_SIZE(4, T4_BASE + instance,
 24412	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
 24413	../qemu-xen/hw/smbios/smbios.c: In function ‘smbios_build_type_11_table’:
 24414	../qemu-xen/hw/smbios/smbios_build.h:35:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24415	   35 |     struct smbios_type_##tbl_type *t;                                     \
 24416	      |     ^~~~~~
 24417	../qemu-xen/hw/smbios/smbios_build.h:30:9: note: in expansion of macro ‘SMBIOS_BUILD_TABLE_PRE_SIZE’
 24418	   30 |         SMBIOS_BUILD_TABLE_PRE_SIZE(tbl_type, tbl_handle, tbl_required,   \
 24419	      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
 24420	../qemu-xen/hw/smbios/smbios.c:796:5: note: in expansion of macro ‘SMBIOS_BUILD_TABLE_PRE’
 24421	  796 |     SMBIOS_BUILD_TABLE_PRE(11, T11_BASE, true); /* required */
 24422	      |     ^~~~~~~~~~~~~~~~~~~~~~
 24423	../qemu-xen/hw/smbios/smbios.c: In function ‘smbios_entry_add’:
 24424	../qemu-xen/hw/smbios/smbios.c:1422:13: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24425	 1422 |             struct type8_instance *t;
 24426	      |             ^~~~~~
 24427	[1424/2756] Compiling C object libcommon.fa.p/hw_usb_dev-storage-classic.c.o
 24428	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24429	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24430	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24431	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24432	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb.h:28,
 24433	                 from ../qemu-xen/hw/usb/dev-storage-classic.c:13:
 24434	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24435	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24436	   32 |   typeof(                                                                          \
 24437	      |   ^~~~~~
 24438	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24439	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24440	      |     ^~~~~~~~~~~~~~~~~
 24441	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24442	 1100 |     return qatomic_rcu_read(&as->current_map);
 24443	      |            ^~~~~~~~~~~~~~~~
 24444	[1425/2756] Compiling C object libcommon.fa.p/hw_usb_dev-wacom.c.o
 24445	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24446	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24447	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24448	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24449	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb.h:28,
 24450	                 from ../qemu-xen/hw/usb/dev-wacom.c:31:
 24451	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24452	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24453	   32 |   typeof(                                                                          \
 24454	      |   ^~~~~~
 24455	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24456	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24457	      |     ^~~~~~~~~~~~~~~~~
 24458	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24459	 1100 |     return qatomic_rcu_read(&as->current_map);
 24460	      |            ^~~~~~~~~~~~~~~~
 24461	[1426/2756] Compiling C object libcommon.fa.p/hw_usb_dev-audio.c.o
 24462	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24463	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24464	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24465	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 24466	                 from ../qemu-xen/hw/usb/dev-audio.c:34:
 24467	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24468	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24469	   32 |   typeof(                                                                          \
 24470	      |   ^~~~~~
 24471	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24472	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24473	      |     ^~~~~~~~~~~~~~~~~
 24474	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24475	 1100 |     return qatomic_rcu_read(&as->current_map);
 24476	      |            ^~~~~~~~~~~~~~~~
 24477	[1427/2756] Compiling C object libcommon.fa.p/hw_sd_sdhci.c.o
 24478	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24479	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24480	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24481	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 24482	                 from ../qemu-xen/hw/sd/sdhci.c:32:
 24483	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24484	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24485	   32 |   typeof(                                                                          \
 24486	      |   ^~~~~~
 24487	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24488	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24489	      |     ^~~~~~~~~~~~~~~~~
 24490	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24491	 1100 |     return qatomic_rcu_read(&as->current_map);
 24492	      |            ^~~~~~~~~~~~~~~~
 24493	../qemu-xen/hw/sd/sdhci.c: In function ‘sdhci_sysbus_realize’:
 24494	../qemu-xen/hw/sd/sdhci.c:1535:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24495	 1535 |     SDHCIState *s = SYSBUS_SDHCI(dev);
 24496	      |     ^~~~~~~~~~
 24497	[1428/2756] Compiling C object libcommon.fa.p/hw_usb_dev-hub.c.o
 24498	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24499	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 24500	                 from ../qemu-xen/hw/usb/dev-hub.c:27:
 24501	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24502	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24503	   32 |   typeof(                                                                          \
 24504	      |   ^~~~~~
 24505	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24506	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24507	      |     ^~~~~~~~~~~~~~~~~
 24508	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24509	 1100 |     return qatomic_rcu_read(&as->current_map);
 24510	      |            ^~~~~~~~~~~~~~~~
 24511	[1429/2756] Compiling C object libcommon.fa.p/hw_usb_dev-hid.c.o
 24512	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24513	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24514	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24515	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24516	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb.h:28,
 24517	                 from ../qemu-xen/hw/usb/dev-hid.c:28:
 24518	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24519	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24520	   32 |   typeof(                                                                          \
 24521	      |   ^~~~~~
 24522	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24523	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24524	      |     ^~~~~~~~~~~~~~~~~
 24525	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24526	 1100 |     return qatomic_rcu_read(&as->current_map);
 24527	      |            ^~~~~~~~~~~~~~~~
 24528	[1430/2756] Compiling C object libcommon.fa.p/hw_watchdog_watchdog.c.o
 24529	[1431/2756] Compiling C object libcommon.fa.p/hw_usb_u2f.c.o
 24530	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24531	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24532	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24533	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24534	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb.h:28,
 24535	                 from ../qemu-xen/hw/usb/u2f.c:29:
 24536	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24537	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24538	   32 |   typeof(                                                                          \
 24539	      |   ^~~~~~
 24540	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24541	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24542	      |     ^~~~~~~~~~~~~~~~~
 24543	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24544	 1100 |     return qatomic_rcu_read(&as->current_map);
 24545	      |            ^~~~~~~~~~~~~~~~
 24546	[1432/2756] Compiling C object libcommon.fa.p/hw_usb_dev-network.c.o
 24547	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24548	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24549	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24550	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 24551	                 from ../qemu-xen/hw/usb/dev-network.c:28:
 24552	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24553	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24554	   32 |   typeof(                                                                          \
 24555	      |   ^~~~~~
 24556	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24557	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24558	      |     ^~~~~~~~~~~~~~~~~
 24559	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24560	 1100 |     return qatomic_rcu_read(&as->current_map);
 24561	      |            ^~~~~~~~~~~~~~~~
 24562	[1433/2756] Compiling C object libcommon.fa.p/hw_usb_dev-storage.c.o
 24563	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24564	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24565	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24566	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24567	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb.h:28,
 24568	                 from ../qemu-xen/hw/usb/dev-storage.c:16:
 24569	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24570	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24571	   32 |   typeof(                                                                          \
 24572	      |   ^~~~~~
 24573	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24574	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24575	      |     ^~~~~~~~~~~~~~~~~
 24576	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24577	 1100 |     return qatomic_rcu_read(&as->current_map);
 24578	      |            ^~~~~~~~~~~~~~~~
 24579	[1434/2756] Compiling C object libcommon.fa.p/hw_watchdog_wdt_ib700.c.o
 24580	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24581	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 24582	                 from ../qemu-xen/hw/watchdog/wdt_ib700.c:24:
 24583	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24584	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24585	   32 |   typeof(                                                                          \
 24586	      |   ^~~~~~
 24587	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24588	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24589	      |     ^~~~~~~~~~~~~~~~~
 24590	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24591	 1100 |     return qatomic_rcu_read(&as->current_map);
 24592	      |            ^~~~~~~~~~~~~~~~
 24593	[1435/2756] Compiling C object libcommon.fa.p/hw_usb_hcd-uhci.c.o
 24594	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24595	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24596	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24597	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24598	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/usb.h:28,
 24599	                 from ../qemu-xen/hw/usb/hcd-uhci.c:30:
 24600	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24601	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24602	   32 |   typeof(                                                                          \
 24603	      |   ^~~~~~
 24604	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24605	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24606	      |     ^~~~~~~~~~~~~~~~~
 24607	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24608	 1100 |     return qatomic_rcu_read(&as->current_map);
 24609	      |            ^~~~~~~~~~~~~~~~
 24610	[1436/2756] Compiling C object libcommon.fa.p/hw_virtio_virtio-bus.c.o
 24611	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24612	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24613	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24614	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/virtio/virtio-bus.h:28,
 24615	                 from ../qemu-xen/hw/virtio/virtio-bus.c:29:
 24616	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24617	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24618	   32 |   typeof(                                                                          \
 24619	      |   ^~~~~~
 24620	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24621	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24622	      |     ^~~~~~~~~~~~~~~~~
 24623	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24624	 1100 |     return qatomic_rcu_read(&as->current_map);
 24625	      |            ^~~~~~~~~~~~~~~~
 24626	[1437/2756] Compiling C object libcommon.fa.p/hw_usb_u2f-passthru.c.o
 24627	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24628	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24629	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio.h:23,
 24630	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/main-loop.h:28,
 24631	                 from ../qemu-xen/hw/usb/u2f-passthru.c:28:
 24632	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24633	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24634	   32 |   typeof(                                                                          \
 24635	      |   ^~~~~~
 24636	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24637	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24638	      |     ^~~~~~~~~~~~~~~~~
 24639	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24640	 1100 |     return qatomic_rcu_read(&as->current_map);
 24641	      |            ^~~~~~~~~~~~~~~~
 24642	[1438/2756] Compiling C object libcommon.fa.p/hw_usb_dev-serial.c.o
 24643	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24644	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24645	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24646	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 24647	                 from ../qemu-xen/hw/usb/dev-serial.c:16:
 24648	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24649	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24650	   32 |   typeof(                                                                          \
 24651	      |   ^~~~~~
 24652	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24653	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24654	      |     ^~~~~~~~~~~~~~~~~
 24655	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24656	 1100 |     return qatomic_rcu_read(&as->current_map);
 24657	      |            ^~~~~~~~~~~~~~~~
 24658	[1439/2756] Compiling C object libcommon.fa.p/hw_virtio_virtio-hmp-cmds.c.o
 24659	../qemu-xen/hw/virtio/virtio-hmp-cmds.c: In function ‘hmp_virtio_dump_features’:
 24660	../qemu-xen/hw/virtio/virtio-hmp-cmds.c:64:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24661	   64 |     strList *list = features->dev_features;
 24662	      |     ^~~~~~~
 24663	[1440/2756] Compiling C object libcommon.fa.p/hw_scsi_lsi53c895a.c.o
 24664	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24665	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24666	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24667	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24668	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 24669	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 24670	                 from ../qemu-xen/hw/scsi/lsi53c895a.c:19:
 24671	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24672	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24673	   32 |   typeof(                                                                          \
 24674	      |   ^~~~~~
 24675	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24676	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24677	      |     ^~~~~~~~~~~~~~~~~
 24678	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24679	 1100 |     return qatomic_rcu_read(&as->current_map);
 24680	      |            ^~~~~~~~~~~~~~~~
 24681	[1441/2756] Compiling C object libcommon.fa.p/hw_xen_xen-backend.c.o
 24682	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24683	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24684	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24685	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 24686	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/xen/xen-bus.h:12,
 24687	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/xen/xen-backend.h:11,
 24688	                 from ../qemu-xen/hw/xen/xen-backend.c:11:
 24689	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24690	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24691	   32 |   typeof(                                                                          \
 24692	      |   ^~~~~~
 24693	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24694	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24695	      |     ^~~~~~~~~~~~~~~~~
 24696	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24697	 1100 |     return qatomic_rcu_read(&as->current_map);
 24698	      |            ^~~~~~~~~~~~~~~~
 24699	../qemu-xen/hw/xen/xen-backend.c: In function ‘xen_backend_device_create’:
 24700	../qemu-xen/hw/xen/xen-backend.c:113:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24701	  113 |     const XenBackendImpl *impl = xen_backend_table_lookup(type);
 24702	      |     ^~~~~
 24703	[1442/2756] Compiling C object libcommon.fa.p/hw_watchdog_wdt_i6300esb.c.o
 24704	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24705	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 24706	                 from ../qemu-xen/hw/watchdog/wdt_i6300esb.c:25:
 24707	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24708	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24709	   32 |   typeof(                                                                          \
 24710	      |   ^~~~~~
 24711	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24712	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24713	      |     ^~~~~~~~~~~~~~~~~
 24714	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24715	 1100 |     return qatomic_rcu_read(&as->current_map);
 24716	      |            ^~~~~~~~~~~~~~~~
 24717	[1443/2756] Compiling C object libcommon.fa.p/hw_usb_dev-smartcard-reader.c.o
 24718	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24719	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24720	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24721	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 24722	                 from ../qemu-xen/hw/usb/dev-smartcard-reader.c:43:
 24723	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24724	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24725	   32 |   typeof(                                                                          \
 24726	      |   ^~~~~~
 24727	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24728	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24729	      |     ^~~~~~~~~~~~~~~~~
 24730	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24731	 1100 |     return qatomic_rcu_read(&as->current_map);
 24732	      |            ^~~~~~~~~~~~~~~~
 24733	[1444/2756] Compiling C object libcommon.fa.p/hw_usb_dev-uas.c.o
 24734	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24735	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24736	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio.h:23,
 24737	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/main-loop.h:28,
 24738	                 from ../qemu-xen/hw/usb/dev-uas.c:17:
 24739	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24740	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24741	   32 |   typeof(                                                                          \
 24742	      |   ^~~~~~
 24743	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24744	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24745	      |     ^~~~~~~~~~~~~~~~~
 24746	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24747	 1100 |     return qatomic_rcu_read(&as->current_map);
 24748	      |            ^~~~~~~~~~~~~~~~
 24749	[1445/2756] Compiling C object libcommon.fa.p/hw_xen_xen-bus-helper.c.o
 24750	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24751	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24752	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24753	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 24754	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/xen/xen-bus.h:12,
 24755	                 from ../qemu-xen/hw/xen/xen-bus-helper.c:10:
 24756	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24757	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24758	   32 |   typeof(                                                                          \
 24759	      |   ^~~~~~
 24760	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24761	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24762	      |     ^~~~~~~~~~~~~~~~~
 24763	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24764	 1100 |     return qatomic_rcu_read(&as->current_map);
 24765	      |            ^~~~~~~~~~~~~~~~
 24766	[1446/2756] Compiling C object libcommon.fa.p/hw_xen_xen_devconfig.c.o
 24767	[1447/2756] Compiling C object libcommon.fa.p/hw_xen_xen_pvdev.c.o
 24768	[1448/2756] Compiling C object libcommon.fa.p/audio_audio-hmp-cmds.c.o
 24769	[1449/2756] Compiling C object libcommon.fa.p/hw_usb_xen-usb.c.o
 24770	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24771	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24772	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio.h:23,
 24773	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/main-loop.h:28,
 24774	                 from ../qemu-xen/hw/usb/xen-usb.c:27:
 24775	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24776	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24777	   32 |   typeof(                                                                          \
 24778	      |   ^~~~~~
 24779	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24780	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24781	      |     ^~~~~~~~~~~~~~~~~
 24782	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24783	 1100 |     return qatomic_rcu_read(&as->current_map);
 24784	      |            ^~~~~~~~~~~~~~~~
 24785	[1450/2756] Compiling C object libcommon.fa.p/hw_xen_xen-operations.c.o
 24786	FAILED: libcommon.fa.p/hw_xen_xen-operations.c.o 
 24787	x86_64-pc-linux-gnu-gcc -m64 -mcx16 -Ilibcommon.fa.p -Iui -I../qemu-xen/ui -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/spice-server -I/usr/include/spice-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/opus -I/usr/include/p11-kit-1 -I/usr/include/libusb-1.0 -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/ctrl/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toollog/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/call/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/toolcore/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/evtchn/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/gnttab/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/foreignmemory/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/devicemodel/../../../tools/include -I/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/libs/store/../../../tools/include -I/usr/include/SDL2 -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/slirp -I/usr/include/ncursesw -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/vte-2.91 -fdiagnostics-color=auto -Wall -Winvalid-pch -std=gnu11 -O2 -g -isystem /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/linux-headers -isystem linux-headers -iquote . -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include -iquote /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/tcg/i386 -pthread -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -fno-common -fwrapv -Wundef -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wold-style-declaration -Wold-style-definition -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wnested-externs -Wendif-labels -Wexpansion-to-defined -Wimplicit-fallthrough=2 -Wmissing-format-attribute -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-psabi -fstack-protector-strong -fno-strict-overflow -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -MMD -MP -MF .subdirs-all.d -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .subdir-all-qemu-xen-dir.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DXC_WANT_COMPAT_EVTCHN_API=1 -DXC_WANT_COMPAT_GNTTAB_API=1 -DXC_WANT_COMPAT_MAP_FOREIGN_API=1 -DXC_WANT_COMPAT_DEVICEMODEL_API=1 -fPIE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNCURSES_WIDECHAR=1 -D_REENTRANT -Wno-undef -MD -MQ libcommon.fa.p/hw_xen_xen-operations.c.o -MF libcommon.fa.p/hw_xen_xen-operations.c.o.d -o libcommon.fa.p/hw_xen_xen-operations.c.o -c ../qemu-xen/hw/xen/xen-operations.c
 24788	In file included from ../qemu-xen/hw/xen/xen-operations.c:16:
 24789	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/xen/xen_native.h:5:2: error: #error In Xen native files, include xen_native.h before other Xen headers
 24790	    5 | #error In Xen native files, include xen_native.h before other Xen headers
 24791	      |  ^~~~~
 24792	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24793	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24794	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24795	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24796	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 24797	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 24798	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/xen/xen_native.h:21:
 24799	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24800	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24801	   32 |   typeof(                                                                          \
 24802	      |   ^~~~~~
 24803	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24804	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24805	      |     ^~~~~~~~~~~~~~~~~
 24806	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24807	 1100 |     return qatomic_rcu_read(&as->current_map);
 24808	      |            ^~~~~~~~~~~~~~~~
 24809	[1451/2756] Compiling C object libcommon.fa.p/hw_virtio_virtio-mmio.c.o
 24810	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24811	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24812	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24813	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 24814	                 from ../qemu-xen/hw/virtio/virtio-mmio.c:25:
 24815	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24816	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24817	   32 |   typeof(                                                                          \
 24818	      |   ^~~~~~
 24819	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24820	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24821	      |     ^~~~~~~~~~~~~~~~~
 24822	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24823	 1100 |     return qatomic_rcu_read(&as->current_map);
 24824	      |            ^~~~~~~~~~~~~~~~
 24825	[1452/2756] Compiling C object libcommon.fa.p/fsdev_qemu-fsdev-opts.c.o
 24826	[1453/2756] Compiling C object libcommon.fa.p/audio_wavcapture.c.o
 24827	[1454/2756] Compiling C object libcommon.fa.p/hw_scsi_megasas.c.o
 24828	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24829	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24830	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24831	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24832	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 24833	                 from ../qemu-xen/hw/scsi/megasas.c:22:
 24834	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24835	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24836	   32 |   typeof(                                                                          \
 24837	      |   ^~~~~~
 24838	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24839	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24840	      |     ^~~~~~~~~~~~~~~~~
 24841	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24842	 1100 |     return qatomic_rcu_read(&as->current_map);
 24843	      |            ^~~~~~~~~~~~~~~~
 24844	[1455/2756] Compiling C object libcommon.fa.p/audio_noaudio.c.o
 24845	[1456/2756] Compiling C object libcommon.fa.p/chardev_testdev.c.o
 24846	[1457/2756] Compiling C object libcommon.fa.p/hw_xen_xen-legacy-backend.c.o
 24847	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24848	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24849	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24850	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/sysbus.h:6,
 24851	                 from ../qemu-xen/hw/xen/xen-legacy-backend.c:27:
 24852	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24853	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24854	   32 |   typeof(                                                                          \
 24855	      |   ^~~~~~
 24856	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24857	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24858	      |     ^~~~~~~~~~~~~~~~~
 24859	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24860	 1100 |     return qatomic_rcu_read(&as->current_map);
 24861	      |            ^~~~~~~~~~~~~~~~
 24862	[1458/2756] Compiling C object libcommon.fa.p/fsdev_9p-marshal.c.o
 24863	In file included from ../qemu-xen/fsdev/9p-marshal.h:4,
 24864	                 from ../qemu-xen/fsdev/9p-marshal.c:19:
 24865	../qemu-xen/fsdev/9p-marshal.c: In function ‘p9array_new_V9fsString’:
 24866	../qemu-xen/fsdev/p9array.h:111:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24867	  111 |         P9Array##scalar_type *arr = g_malloc0(sizeof(P9Array##scalar_type) + \
 24868	      |         ^~~~~~~
 24869	../qemu-xen/fsdev/9p-marshal.c:21:1: note: in expansion of macro ‘P9ARRAY_DEFINE_TYPE’
 24870	   21 | P9ARRAY_DEFINE_TYPE(V9fsString, v9fs_string_free);
 24871	      | ^~~~~~~~~~~~~~~~~~~
 24872	../qemu-xen/fsdev/9p-marshal.c: In function ‘p9array_auto_free_V9fsString’:
 24873	../qemu-xen/fsdev/p9array.h:123:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24874	  123 |         P9Array##scalar_type *arr = (P9Array##scalar_type *) ( \
 24875	      |         ^~~~~~~
 24876	../qemu-xen/fsdev/9p-marshal.c:21:1: note: in expansion of macro ‘P9ARRAY_DEFINE_TYPE’
 24877	   21 | P9ARRAY_DEFINE_TYPE(V9fsString, v9fs_string_free);
 24878	      | ^~~~~~~~~~~~~~~~~~~
 24879	[1459/2756] Compiling C object libcommon.fa.p/audio_wavaudio.c.o
 24880	[1460/2756] Compiling C object libcommon.fa.p/fsdev_qemu-fsdev-throttle.c.o
 24881	[1461/2756] Compiling C object libcommon.fa.p/fsdev_9p-iov-marshal.c.o
 24882	[1462/2756] Compiling C object libcommon.fa.p/chardev_char-hmp-cmds.c.o
 24883	[1463/2756] Compiling C object libcommon.fa.p/fsdev_qemu-fsdev.c.o
 24884	[1464/2756] Compiling C object libcommon.fa.p/audio_audio_legacy.c.o
 24885	[1465/2756] Compiling C object libcommon.fa.p/chardev_msmouse.c.o
 24886	[1466/2756] Compiling C object libcommon.fa.p/dump_dump-hmp-cmds.c.o
 24887	[1467/2756] Compiling C object libcommon.fa.p/hw_xen_xen-bus.c.o
 24888	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24889	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24890	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/aio.h:23,
 24891	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/main-loop.h:28,
 24892	                 from ../qemu-xen/hw/xen/xen-bus.c:9:
 24893	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24894	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24895	   32 |   typeof(                                                                          \
 24896	      |   ^~~~~~
 24897	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24898	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24899	      |     ^~~~~~~~~~~~~~~~~
 24900	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24901	 1100 |     return qatomic_rcu_read(&as->current_map);
 24902	      |            ^~~~~~~~~~~~~~~~
 24903	../qemu-xen/hw/xen/xen-bus.c: In function ‘xen_device_unplug’:
 24904	../qemu-xen/hw/xen/xen-bus.c:57:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24905	   57 |     XenBus *xenbus = XEN_BUS(qdev_get_parent_bus(DEVICE(xendev)));
 24906	      |     ^~~~~~
 24907	../qemu-xen/hw/xen/xen-bus.c: In function ‘xen_bus_backend_create’:
 24908	../qemu-xen/hw/xen/xen-bus.c:119:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24909	  119 |     xs_transaction_t tid;
 24910	      |     ^~~~~~~~~~~~~~~~
 24911	../qemu-xen/hw/xen/xen-bus.c: In function ‘xen_device_backend_create’:
 24912	../qemu-xen/hw/xen/xen-bus.c:548:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24913	  548 |     XenBus *xenbus = XEN_BUS(qdev_get_parent_bus(DEVICE(xendev)));
 24914	      |     ^~~~~~
 24915	../qemu-xen/hw/xen/xen-bus.c: In function ‘xen_device_frontend_create’:
 24916	../qemu-xen/hw/xen/xen-bus.c:713:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24917	  713 |     XenBus *xenbus = XEN_BUS(qdev_get_parent_bus(DEVICE(xendev)));
 24918	      |     ^~~~~~
 24919	../qemu-xen/hw/xen/xen-bus.c: In function ‘xen_device_realize’:
 24920	../qemu-xen/hw/xen/xen-bus.c:988:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24921	  988 |     XenDevice *xendev = XEN_DEVICE(dev);
 24922	      |     ^~~~~~~~~
 24923	[1468/2756] Compiling C object libcommon.fa.p/softmmu_balloon.c.o
 24924	[1469/2756] Compiling C object libcommon.fa.p/hw_usb_hcd-ohci.c.o
 24925	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24926	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 24927	                 from ../qemu-xen/hw/usb/hcd-ohci.c:32:
 24928	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24929	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24930	   32 |   typeof(                                                                          \
 24931	      |   ^~~~~~
 24932	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24933	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24934	      |     ^~~~~~~~~~~~~~~~~
 24935	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24936	 1100 |     return qatomic_rcu_read(&as->current_map);
 24937	      |            ^~~~~~~~~~~~~~~~
 24938	[1470/2756] Compiling C object libcommon.fa.p/block_block-ram-registrar.c.o
 24939	[1471/2756] Compiling C object libcommon.fa.p/block_blkreplay.c.o
 24940	[1472/2756] Compiling C object libcommon.fa.p/chardev_wctablet.c.o
 24941	../qemu-xen/chardev/wctablet.c: In function ‘wctablet_queue_event’:
 24942	../qemu-xen/chardev/wctablet.c:130:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24943	  130 |     int newX = tablet->axis[INPUT_AXIS_X] * 0.1537;
 24944	      |     ^~~
 24945	[1473/2756] Compiling C object libcommon.fa.p/audio_mixeng.c.o
 24946	[1474/2756] Compiling C object libcommon.fa.p/block_qapi-sysemu.c.o
 24947	[1475/2756] Compiling C object libcommon.fa.p/hw_usb_dev-mtp.c.o
 24948	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 24949	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitmap.h:16,
 24950	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-core.h:5,
 24951	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/qdev-properties.h:4,
 24952	                 from ../qemu-xen/hw/usb/dev-mtp.c:25:
 24953	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24954	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24955	   32 |   typeof(                                                                          \
 24956	      |   ^~~~~~
 24957	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24958	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24959	      |     ^~~~~~~~~~~~~~~~~
 24960	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24961	 1100 |     return qatomic_rcu_read(&as->current_map);
 24962	      |            ^~~~~~~~~~~~~~~~
 24963	[1476/2756] Compiling C object libcommon.fa.p/hw_virtio_virtio-pci.c.o
 24964	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24965	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24966	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24967	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24968	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 24969	                 from ../qemu-xen/hw/virtio/virtio-pci.c:23:
 24970	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24971	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24972	   32 |   typeof(                                                                          \
 24973	      |   ^~~~~~
 24974	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24975	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24976	      |     ^~~~~~~~~~~~~~~~~
 24977	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24978	 1100 |     return qatomic_rcu_read(&as->current_map);
 24979	      |            ^~~~~~~~~~~~~~~~
 24980	[1477/2756] Compiling C object libcommon.fa.p/block_monitor_block-hmp-cmds.c.o
 24981	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 24982	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 24983	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 24984	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 24985	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/boards.h:6,
 24986	                 from ../qemu-xen/block/monitor/block-hmp-cmds.c:39:
 24987	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 24988	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 24989	   32 |   typeof(                                                                          \
 24990	      |   ^~~~~~
 24991	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 24992	  163 |     typeof_strip_qual(*ptr) _val;                      \
 24993	      |     ^~~~~~~~~~~~~~~~~
 24994	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 24995	 1100 |     return qatomic_rcu_read(&as->current_map);
 24996	      |            ^~~~~~~~~~~~~~~~
 24997	In file included from ../qemu-xen/block/monitor/block-hmp-cmds.c:55:
 24998	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h: In function ‘nbd_read’:
 24999	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/nbd.h:363:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25000	  363 |     int ret = qio_channel_read_all(ioc, buffer, size, errp) < 0 ? -EIO : 0;
 25001	      |     ^~~
 25002	../qemu-xen/block/monitor/block-hmp-cmds.c: In function ‘hmp_drive_add_node’:
 25003	../qemu-xen/block/monitor/block-hmp-cmds.c:80:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25004	   80 |     BlockDriverState *bs = bds_tree_init(qdict, &local_err);
 25005	      |     ^~~~~~~~~~~~~~~~
 25006	../qemu-xen/block/monitor/block-hmp-cmds.c: In function ‘hmp_change_medium’:
 25007	../qemu-xen/block/monitor/block-hmp-cmds.c:1017:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25008	 1017 |     BlockdevChangeReadOnlyMode read_only_mode = 0;
 25009	      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
 25010	[1478/2756] Compiling C object libcommon.fa.p/hw_usb_hcd-xhci.c.o
 25011	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 25012	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 25013	                 from ../qemu-xen/hw/usb/hcd-xhci.c:23:
 25014	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 25015	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25016	   32 |   typeof(                                                                          \
 25017	      |   ^~~~~~
 25018	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 25019	  163 |     typeof_strip_qual(*ptr) _val;                      \
 25020	      |     ^~~~~~~~~~~~~~~~~
 25021	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 25022	 1100 |     return qatomic_rcu_read(&as->current_map);
 25023	      |            ^~~~~~~~~~~~~~~~
 25024	../qemu-xen/hw/usb/hcd-xhci.c: In function ‘xhci_event’:
 25025	../qemu-xen/hw/usb/hcd-xhci.c:676:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25026	  676 |         XHCIEvent full = {ER_HOST_CONTROLLER, CC_EVENT_RING_FULL_ERROR};
 25027	      |         ^~~~~~~~~
 25028	[1479/2756] Compiling C object libcommon.fa.p/hw_usb_hcd-ehci.c.o
 25029	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 25030	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 25031	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/hw/usb/hcd-ehci.h:21,
 25032	                 from ../qemu-xen/hw/usb/hcd-ehci.c:33:
 25033	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 25034	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25035	   32 |   typeof(                                                                          \
 25036	      |   ^~~~~~
 25037	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 25038	  163 |     typeof_strip_qual(*ptr) _val;                      \
 25039	      |     ^~~~~~~~~~~~~~~~~
 25040	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 25041	 1100 |     return qatomic_rcu_read(&as->current_map);
 25042	      |            ^~~~~~~~~~~~~~~~
 25043	../qemu-xen/hw/usb/hcd-ehci.c: In function ‘ehci_process_itd’:
 25044	../qemu-xen/hw/usb/hcd-ehci.c:1441:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25045	 1441 |                 uint32_t len2 = off + len - 4096;
 25046	      |                 ^~~~~~~~
 25047	../qemu-xen/hw/usb/hcd-ehci.c: In function ‘ehci_update_frindex’:
 25048	../qemu-xen/hw/usb/hcd-ehci.c:2251:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25049	 2251 |     int rollovers = (ehci->frindex + uframes) / 0x4000;
 25050	      |     ^~~
 25051	[1480/2756] Compiling C object libcommon.fa.p/dump_dump.c.o
 25052	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 25053	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 25054	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/progress_meter.h:30,
 25055	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/job.h:31,
 25056	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/blockjob.h:30,
 25057	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block-common.h:71,
 25058	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block-global-state.h:27,
 25059	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/block/block.h:27,
 25060	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/monitor/monitor.h:4,
 25061	                 from ../qemu-xen/dump/dump.c:19:
 25062	../qemu-xen/dump/dump.c: In function ‘write_elf64_notes’:
 25063	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25064	   32 |   typeof(                                                                          \
 25065	      |   ^~~~~~
 25066	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 25067	  163 |     typeof_strip_qual(*ptr) _val;                      \
 25068	      |     ^~~~~~~~~~~~~~~~~
 25069	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 25070	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 25071	      |                  ^~~~~~~~~~~~~~~~
 25072	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 25073	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 25074	      |                          ^~~~~~~~~~~~~~~~~~
 25075	../qemu-xen/dump/dump.c:297:5: note: in expansion of macro ‘CPU_FOREACH’
 25076	  297 |     CPU_FOREACH(cpu) {
 25077	      |     ^~~~~~~~~~~
 25078	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25079	   32 |   typeof(                                                                          \
 25080	      |   ^~~~~~
 25081	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 25082	  163 |     typeof_strip_qual(*ptr) _val;                      \
 25083	      |     ^~~~~~~~~~~~~~~~~
 25084	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 25085	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 25086	      |                  ^~~~~~~~~~~~~~~~
 25087	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 25088	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 25089	      |                          ^~~~~~~~~~~~~~~~~~
 25090	../qemu-xen/dump/dump.c:297:5: note: in expansion of macro ‘CPU_FOREACH’
 25091	  297 |     CPU_FOREACH(cpu) {
 25092	      |     ^~~~~~~~~~~
 25093	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25094	   32 |   typeof(                                                                          \
 25095	      |   ^~~~~~
 25096	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 25097	  163 |     typeof_strip_qual(*ptr) _val;                      \
 25098	      |     ^~~~~~~~~~~~~~~~~
 25099	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 25100	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 25101	      |                  ^~~~~~~~~~~~~~~~
 25102	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 25103	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 25104	      |                          ^~~~~~~~~~~~~~~~~~
 25105	../qemu-xen/dump/dump.c:306:5: note: in expansion of macro ‘CPU_FOREACH’
 25106	  306 |     CPU_FOREACH(cpu) {
 25107	      |     ^~~~~~~~~~~
 25108	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25109	   32 |   typeof(                                                                          \
 25110	      |   ^~~~~~
 25111	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 25112	  163 |     typeof_strip_qual(*ptr) _val;                      \
 25113	      |     ^~~~~~~~~~~~~~~~~
 25114	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 25115	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 25116	      |                  ^~~~~~~~~~~~~~~~
 25117	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 25118	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 25119	      |                          ^~~~~~~~~~~~~~~~~~
 25120	../qemu-xen/dump/dump.c:306:5: note: in expansion of macro ‘CPU_FOREACH’
 25121	  306 |     CPU_FOREACH(cpu) {
 25122	      |     ^~~~~~~~~~~
 25123	../qemu-xen/dump/dump.c: In function ‘write_elf32_notes’:
 25124	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25125	   32 |   typeof(                                                                          \
 25126	      |   ^~~~~~
 25127	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 25128	  163 |     typeof_strip_qual(*ptr) _val;                      \
 25129	      |     ^~~~~~~~~~~~~~~~~
 25130	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 25131	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 25132	      |                  ^~~~~~~~~~~~~~~~
 25133	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 25134	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 25135	      |                          ^~~~~~~~~~~~~~~~~~
 25136	../qemu-xen/dump/dump.c:335:5: note: in expansion of macro ‘CPU_FOREACH’
 25137	  335 |     CPU_FOREACH(cpu) {
 25138	      |     ^~~~~~~~~~~
 25139	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25140	   32 |   typeof(                                                                          \
 25141	      |   ^~~~~~
 25142	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 25143	  163 |     typeof_strip_qual(*ptr) _val;                      \
 25144	      |     ^~~~~~~~~~~~~~~~~
 25145	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 25146	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 25147	      |                  ^~~~~~~~~~~~~~~~
 25148	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 25149	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 25150	      |                          ^~~~~~~~~~~~~~~~~~
 25151	../qemu-xen/dump/dump.c:335:5: note: in expansion of macro ‘CPU_FOREACH’
 25152	  335 |     CPU_FOREACH(cpu) {
 25153	      |     ^~~~~~~~~~~
 25154	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25155	   32 |   typeof(                                                                          \
 25156	      |   ^~~~~~
 25157	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 25158	  163 |     typeof_strip_qual(*ptr) _val;                      \
 25159	      |     ^~~~~~~~~~~~~~~~~
 25160	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 25161	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 25162	      |                  ^~~~~~~~~~~~~~~~
 25163	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 25164	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 25165	      |                          ^~~~~~~~~~~~~~~~~~
 25166	../qemu-xen/dump/dump.c:344:5: note: in expansion of macro ‘CPU_FOREACH’
 25167	  344 |     CPU_FOREACH(cpu) {
 25168	      |     ^~~~~~~~~~~
 25169	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25170	   32 |   typeof(                                                                          \
 25171	      |   ^~~~~~
 25172	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 25173	  163 |     typeof_strip_qual(*ptr) _val;                      \
 25174	      |     ^~~~~~~~~~~~~~~~~
 25175	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 25176	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 25177	      |                  ^~~~~~~~~~~~~~~~
 25178	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 25179	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 25180	      |                          ^~~~~~~~~~~~~~~~~~
 25181	../qemu-xen/dump/dump.c:344:5: note: in expansion of macro ‘CPU_FOREACH’
 25182	  344 |     CPU_FOREACH(cpu) {
 25183	      |     ^~~~~~~~~~~
 25184	../qemu-xen/dump/dump.c: In function ‘write_memory’:
 25185	../qemu-xen/dump/dump.c:530:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25186	  530 |     int64_t i;
 25187	      |     ^~~~~~~
 25188	../qemu-xen/dump/dump.c: In function ‘write_elf_phdr_loads’:
 25189	../qemu-xen/dump/dump.c:615:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25190	  615 |     hwaddr offset, filesz;
 25191	      |     ^~~~~~
 25192	../qemu-xen/dump/dump.c: In function ‘dump_iterate’:
 25193	../qemu-xen/dump/dump.c:750:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25194	  750 |     GuestPhysBlock *block;
 25195	      |     ^~~~~~~~~~~~~~
 25196	../qemu-xen/dump/dump.c: In function ‘write_start_flat_header’:
 25197	../qemu-xen/dump/dump.c:826:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25198	  826 |     size_t written_size;
 25199	      |     ^~~~~~
 25200	../qemu-xen/dump/dump.c: In function ‘write_end_flat_header’:
 25201	../qemu-xen/dump/dump.c:843:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25202	  843 |     size_t written_size;
 25203	      |     ^~~~~~
 25204	../qemu-xen/dump/dump.c: In function ‘create_header32’:
 25205	../qemu-xen/dump/dump.c:943:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25206	  943 |     DiskDumpHeader32 *dh = NULL;
 25207	      |     ^~~~~~~~~~~~~~~~
 25208	../qemu-xen/dump/dump.c: In function ‘create_header64’:
 25209	../qemu-xen/dump/dump.c:1054:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25210	 1054 |     DiskDumpHeader64 *dh = NULL;
 25211	      |     ^~~~~~~~~~~~~~~~
 25212	../qemu-xen/dump/dump.c: In function ‘create_kdump_vmcore’:
 25213	../qemu-xen/dump/dump.c:1623:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25214	 1623 |     int ret;
 25215	      |     ^~~
 25216	../qemu-xen/dump/dump.c: In function ‘dump_init’:
 25217	../qemu-xen/dump/dump.c:1781:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25218	 1781 |     VMCoreInfoState *vmci = vmcoreinfo_find();
 25219	      |     ^~~~~~~~~~~~~~~
 25220	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25221	   32 |   typeof(                                                                          \
 25222	      |   ^~~~~~
 25223	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 25224	  163 |     typeof_strip_qual(*ptr) _val;                      \
 25225	      |     ^~~~~~~~~~~~~~~~~
 25226	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:253:18: note: in expansion of macro ‘qatomic_rcu_read’
 25227	  253 |     for ((var) = qatomic_rcu_read(&(head)->tqh_first);                  \
 25228	      |                  ^~~~~~~~~~~~~~~~
 25229	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 25230	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 25231	      |                          ^~~~~~~~~~~~~~~~~~
 25232	../qemu-xen/dump/dump.c:1807:5: note: in expansion of macro ‘CPU_FOREACH’
 25233	 1807 |     CPU_FOREACH(cpu) {
 25234	      |     ^~~~~~~~~~~
 25235	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25236	   32 |   typeof(                                                                          \
 25237	      |   ^~~~~~
 25238	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 25239	  163 |     typeof_strip_qual(*ptr) _val;                      \
 25240	      |     ^~~~~~~~~~~~~~~~~
 25241	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/rcu_queue.h:255:18: note: in expansion of macro ‘qatomic_rcu_read’
 25242	  255 |          (var) = qatomic_rcu_read(&(var)->field.tqe_next))
 25243	      |                  ^~~~~~~~~~~~~~~~
 25244	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/core/cpu.h:458:26: note: in expansion of macro ‘QTAILQ_FOREACH_RCU’
 25245	  458 | #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus, node)
 25246	      |                          ^~~~~~~~~~~~~~~~~~
 25247	../qemu-xen/dump/dump.c:1807:5: note: in expansion of macro ‘CPU_FOREACH’
 25248	 1807 |     CPU_FOREACH(cpu) {
 25249	      |     ^~~~~~~~~~~
 25250	../qemu-xen/dump/dump.c:1923:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25251	 1923 |     uint64_t tmp;
 25252	      |     ^~~~~~~~
 25253	../qemu-xen/dump/dump.c: In function ‘dump_process’:
 25254	../qemu-xen/dump/dump.c:2019:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25255	 2019 |     DumpQueryResult *result = NULL;
 25256	      |     ^~~~~~~~~~~~~~~
 25257	../qemu-xen/dump/dump.c: In function ‘qmp_dump_guest_memory’:
 25258	../qemu-xen/dump/dump.c:2071:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25259	 2071 |     const char *p;
 25260	      |     ^~~~~
 25261	[1481/2756] Compiling C object libcommon.fa.p/audio_audio.c.o
 25262	../qemu-xen/audio/audio.c: In function ‘audio_parse_option’:
 25263	../qemu-xen/audio/audio.c:2166:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25264	 2166 |     Visitor *v = qobject_input_visitor_new_str(opt, "driver", &error_fatal);
 25265	      |     ^~~~~~~
 25266	[1482/2756] Compiling C object libcommon.fa.p/hw_nvme_ctrl.c.o
 25267	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/bitops.h:17,
 25268	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/timer.h:4,
 25269	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/sysemu/sysemu.h:5,
 25270	                 from ../qemu-xen/hw/nvme/ctrl.c:194:
 25271	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 25272	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25273	   32 |   typeof(                                                                          \
 25274	      |   ^~~~~~
 25275	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 25276	  163 |     typeof_strip_qual(*ptr) _val;                      \
 25277	      |     ^~~~~~~~~~~~~~~~~
 25278	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 25279	 1100 |     return qatomic_rcu_read(&as->current_map);
 25280	      |            ^~~~~~~~~~~~~~~~
 25281	../qemu-xen/hw/nvme/ctrl.c: In function ‘nvme_map_prp’:
 25282	../qemu-xen/hw/nvme/ctrl.c:874:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25283	  874 |     int num_prps = (len >> n->page_bits) + 1;
 25284	      |     ^~~
 25285	../qemu-xen/hw/nvme/ctrl.c: In function ‘nvme_init_pci’:
 25286	../qemu-xen/hw/nvme/ctrl.c:8078:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25287	 8078 |     uint8_t *pci_conf = pci_dev->config;
 25288	      |     ^~~~~~~
 25289	[1483/2756] Compiling C object libcommon.fa.p/hw_display_cirrus_vga.c.o
 25290	In file included from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/processor.h:10,
 25291	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/thread.h:4,
 25292	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/ramlist.h:5,
 25293	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:23,
 25294	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci.h:4,
 25295	                 from /var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/hw/pci/pci_device.h:4,
 25296	                 from ../qemu-xen/hw/display/cirrus_vga.c:42:
 25297	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h: In function ‘address_space_to_flatview’:
 25298	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:32:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 25299	   32 |   typeof(                                                                          \
 25300	      |   ^~~~~~
 25301	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/qemu/atomic.h:163:5: note: in expansion of macro ‘typeof_strip_qual’
 25302	  163 |     typeof_strip_qual(*ptr) _val;                      \
 25303	      |     ^~~~~~~~~~~~~~~~~
 25304	/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/qemu-xen/include/exec/memory.h:1100:12: note: in expansion of macro ‘qatomic_rcu_read’
 25305	 1100 |     return qatomic_rcu_read(&as->current_map);
 25306	      |            ^~~~~~~~~~~~~~~~
 25307	ninja: build stopped: subcommand failed.
 25308	make: *** [Makefile:165: run-ninja] Error 1
 25309	make[2]: *** [Makefile:211: subdir-all-qemu-xen-dir] Error 2
 25310	make[1]: *** [/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0/tools/../tools/Rules.mk:198: subdirs-all] Error 2
 25311	make: *** [Makefile:63: build-tools] Error 2
 25312	 * ERROR: app-emulation/xen-tools-4.18.0::ryz7950 failed (compile phase):
 25313	 *   emake failed
 25314	 * 
 25315	 * If you need support, post the output of `emerge --info '=app-emulation/xen-tools-4.18.0::ryz7950'`,
 25316	 * the complete build log and the output of `emerge -pqv '=app-emulation/xen-tools-4.18.0::ryz7950'`.
 25317	 * The complete build log is located at '/var/tmp/portage/app-emulation/xen-tools-4.18.0/temp/build.log'.
 25318	 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/xen-tools-4.18.0/temp/environment'.
 25319	 * Working directory: '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0'
 25320	 * S: '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0'
 25321	
 25322	>>> Failed to emerge app-emulation/xen-tools-4.18.0, Log file:E
 25323	>>>  '/var/tmp/portage/app-emulation/xen-tools-4.18.0/temp/build.log'E
 25324	 * Messages for package app-emulation/xen-tools-4.18.0:
 25325	
 25326	 * ERROR: app-emulation/xen-tools-4.18.0::ryz7950 failed (compile phase):
 25327	 *   emake failed
 25328	 * 
 25329	 * If you need support, post the output of `emerge --info '=app-emulation/xen-tools-4.18.0::ryz7950'`,
 25330	 * the complete build log and the output of `emerge -pqv '=app-emulation/xen-tools-4.18.0::ryz7950'`.
 25331	 * The complete build log is located at '/var/tmp/portage/app-emulation/xen-tools-4.18.0/temp/build.log'.
 25332	 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/xen-tools-4.18.0/temp/environment'.
 25333	 * Working directory: '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0'
 25334	 * S: '/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0'
 25335	]0;root@:/home/jlpoole
 25336	real	3m23.262s
 25337	user	12m51.764s
 25338	sys	4m7.016s
 25339	[?2004h]0;root@ryzwork:/home/jlpooleryzwork /home/jlpoole # emerge --info '=app-emulation/xen-tools-4.18.0::ryz7950'
emerge --info '=app-emulation/xen-tools-4.18.0::ryz7950'
 25340	[?2004l
]0;emergePortage 3.0.59 (python 3.11.7-final-0, default/linux/amd64/17.1/desktop, gcc-13, glibc-2.38-r9, 6.1.67-gentoo-x86_64 x86_64)
 25341	=================================================================
 25342	                         System Settings
 25343	=================================================================
 25344	System uname: Linux-6.1.67-gentoo-x86_64-x86_64-AMD_Ryzen_9_7950X_16-Core_Processor-with-glibc2.38
 25345	KiB Mem:    32723620 total,  30346244 free
 25346	KiB Swap:          0 total,         0 free
 25347	Timestamp of repository gentoo: Sun, 07 Jan 2024 15:00:01 +0000
 25348	Head commit of repository gentoo: 78e8ed53bce569f494dd1a78bc434da29375a442
 25349	sh bash 5.1_p16-r6
 25350	ld GNU ld (Gentoo 2.41 p4) 2.41.0
 25351	app-misc/pax-utils:        1.3.5::gentoo
 25352	app-shells/bash:           5.1_p16-r6::gentoo
 25353	dev-lang/perl:             5.38.2-r1::gentoo
 25354	dev-lang/python:           3.11.7::gentoo, 3.12.1::gentoo
 25355	dev-lang/rust-bin:         1.71.1::gentoo
 25356	dev-util/cmake:            3.27.9::gentoo
 25357	dev-util/meson:            1.3.0-r2::gentoo
 25358	sys-apps/baselayout:       2.14-r1::gentoo
 25359	sys-apps/openrc:           0.48::gentoo
 25360	sys-apps/sandbox:          2.38::gentoo
 25361	sys-devel/autoconf:        2.71-r6::gentoo
 25362	sys-devel/automake:        1.16.5-r1::gentoo
 25363	sys-devel/binutils:        2.41-r3::gentoo
 25364	sys-devel/binutils-config: 5.5::gentoo
 25365	sys-devel/gcc:             13.2.1_p20230826::gentoo
 25366	sys-devel/gcc-config:      2.11::gentoo
 25367	sys-devel/libtool:         2.4.7-r1::gentoo
 25368	sys-devel/llvm:            16.0.6::gentoo
 25369	sys-devel/make:            4.4.1-r1::gentoo
 25370	sys-kernel/linux-headers:  6.1::gentoo (virtual/os-headers)
 25371	sys-libs/glibc:            2.38-r9::gentoo
 25372	Repositories:
 25373	
 25374	gentoo
 25375	    location: /var/db/repos/gentoo
 25376	    sync-type: rsync
 25377	    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
 25378	    priority: -1000
 25379	    volatile: False
 25380	    sync-rsync-verify-jobs: 1
 25381	    sync-rsync-extra-opts: 
 25382	    sync-rsync-verify-max-age: 3
 25383	    sync-rsync-verify-metamanifest: yes
 25384	
 25385	ryz7950
 25386	    location: /var/db/repos/ryz7950
 25387	    masters: gentoo
 25388	    volatile: False
 25389	
 25390	Binary Repositories:
 25391	
 25392	gentoobinhost
 25393	    priority: 1
 25394	    sync-uri: https://gentoo.osuosl.org/releases/amd64/binpackages/17.1/x86-64
 25395	
 25396	ACCEPT_KEYWORDS="amd64"
 25397	ACCEPT_LICENSE="@FREE @BINARY-REDISTRIBUTABLE"
 25398	CBUILD="x86_64-pc-linux-gnu"
 25399	CFLAGS="-O2 -pipe"
 25400	CHOST="x86_64-pc-linux-gnu"
 25401	CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
 25402	CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
 25403	CXXFLAGS="-O2 -pipe"
 25404	DISTDIR="/var/cache/distfiles"
 25405	ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
 25406	FCFLAGS="-O2 -pipe"
 25407	FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
 25408	FFLAGS="-O2 -pipe"
 25409	GENTOO_MIRRORS="http://distfiles.gentoo.org"
 25410	LANG="en_US.utf8"
 25411	LDFLAGS="-Wl,-O1 -Wl,--as-needed"
 25412	LEX="flex"
 25413	PKGDIR="/var/cache/binpkgs"
 25414	PORTAGE_CONFIGROOT="/"
 25415	PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
 25416	PORTAGE_TMPDIR="/var/tmp"
 25417	SHELL="/bin/bash"
 25418	USE="X a52 aac acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cdr cli crypt cups dbus dri dts dvd dvdr elogind encode exif flac fortran gdbm gif gpm gtk gui iconv icu ipv6 jpeg lcms libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds qt5 readline sdl seccomp sound spell split-usr ssl startup-notification svg test-rust tiff truetype udev udisks unicode upower usb vorbis vulkan wxwidgets x264 xattr xcb xft xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2021" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 ntrip navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" QEMU_SOFTMMU_TARGETS="x86_64" QEMU_USER_TARGETS="x86_64" RUBY_TARGETS="ruby31" VIDEO_CARDS="amdgpu radeonsi nouveau nv" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
 25419	Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, MAKEOPTS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
 25420	
 25421	]0;root@:/home/jlpoole[?2004h]0;root@ryzwork:/home/jlpooleryzwork /home/jlpoole # 
 25422	[?2004l
[?2004h]0;root@ryzwork:/home/jlpooleryzwork /home/jlpoole # 
 25423	[?2004l
[?2004h]0;root@ryzwork:/home/jlpooleryzwork /home/jlpoole # cat /var/tmp/portage/app-emulation/xen-tools-4.18.0/temp/environment
/var/tmp/portage/app-emulation/xen-tools-4.18.0/temp/environment
 25424	[?2004l
declare -x ABI="amd64"
 25425	declare -x ABI_MIPS=""
 25426	declare -x ABI_S390=""
 25427	declare -x ABI_X86="64"
 25428	declare -x ADA_TARGET=""
 25429	declare -x ALSA_CARDS=""
 25430	declare -x AMDGPU_TARGETS=""
 25431	declare -x APACHE2_MODULES=""
 25432	declare -x APACHE2_MPMS=""
 25433	declare -x ARCH="amd64"
 25434	declare BDEPEND="dev-lang/perl
 25435		sys-devel/bison
 25436		sys-devel/gettext "
 25437	declare -x BINPKG_FORMAT="xpak"
 25438	declare -x BINPKG_GPG_SIGNING_BASE_COMMAND="/usr/bin/flock /run/lock/portage-binpkg-gpg.lock /usr/bin/gpg --sign --armor [PORTAGE_CONFIG]"
 25439	declare -x BINPKG_GPG_SIGNING_DIGEST="SHA512"
 25440	declare -x BINPKG_GPG_VERIFY_BASE_COMMAND="/usr/bin/gpg --verify --batch --no-tty --no-auto-check-trustdb --status-fd 2 [PORTAGE_CONFIG] [SIGNATURE]"
 25441	declare -x BINPKG_GPG_VERIFY_GPG_HOME="/etc/portage/gnupg"
 25442	declare -x BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml python_targets_python3_11 python_single_target_python3_11 multilib"
 25443	declare -x CALLIGRA_FEATURES=""
 25444	declare -x CAMERAS=""
 25445	declare -x CBUILD="x86_64-pc-linux-gnu"
 25446	declare -x CFLAGS_amd64="-m64"
 25447	declare -x CFLAGS_default
 25448	declare -x CFLAGS_x32="-mx32"
 25449	declare -x CFLAGS_x86="-m32 -mfpmath=sse"
 25450	declare -x CHOST="x86_64-pc-linux-gnu"
 25451	declare -x CHOST_amd64="x86_64-pc-linux-gnu"
 25452	declare -x CHOST_default="x86_64-pc-linux-gnu"
 25453	declare -x CHOST_x32="x86_64-pc-linux-gnux32"
 25454	declare -x CHOST_x86="i686-pc-linux-gnu"
 25455	declare -x COLLECTD_PLUGINS=""
 25456	declare -- COMMON_DEPEND="
 25457		lzma? ( app-arch/xz-utils )
 25458		qemu? (
 25459			dev-libs/glib:2
 25460			sys-libs/pam
 25461		)
 25462		zstd? ( app-arch/zstd )
 25463		app-arch/bzip2
 25464		app-arch/zstd
 25465		dev-libs/libnl:3
 25466		dev-libs/lzo:2
 25467		dev-libs/yajl
 25468		sys-apps/util-linux
 25469		sys-fs/e2fsprogs
 25470		sys-libs/ncurses
 25471		sys-libs/zlib
 25472		python_single_target_python3_10? (
 25473				dev-lang/python:3.10[ncurses,xml(+),threads(+)]
 25474			) python_single_target_python3_11? (
 25475				dev-lang/python:3.11[ncurses,xml(+),threads(+)]
 25476			) 
 25477	"
 25478	declare -x COMMON_FLAGS="-O2 -pipe"
 25479	declare -x CONFIG_LOMOUNT="y"
 25480	declare -x CONFIG_TESTS="n"
 25481	declare -x CPU_FLAGS_ARM=""
 25482	declare -x CPU_FLAGS_PPC=""
 25483	declare -x CPU_FLAGS_X86=""
 25484	declare -x CTARGET_default="x86_64-pc-linux-gnu"
 25485	declare -x CURL_SSL=""
 25486	declare -x CXXFLAGS="-O2 -pipe"
 25487	declare -x DEFAULT_ABI="amd64"
 25488	declare -x DEFINED_PHASES=" compile configure install postinst prepare setup"
 25489	declare DEPEND="
 25490		lzma? ( app-arch/xz-utils )
 25491		qemu? (
 25492			dev-libs/glib:2
 25493			sys-libs/pam
 25494		)
 25495		zstd? ( app-arch/zstd )
 25496		app-arch/bzip2
 25497		app-arch/zstd
 25498		dev-libs/libnl:3
 25499		dev-libs/lzo:2
 25500		dev-libs/yajl
 25501		sys-apps/util-linux
 25502		sys-fs/e2fsprogs
 25503		sys-libs/ncurses
 25504		sys-libs/zlib
 25505		python_single_target_python3_10? (
 25506				dev-lang/python:3.10[ncurses,xml(+),threads(+)]
 25507			) python_single_target_python3_11? (
 25508				dev-lang/python:3.11[ncurses,xml(+),threads(+)]
 25509			) 
 25510	
 25511		app-misc/pax-utils
 25512		>=sys-kernel/linux-headers-4.11
 25513		x11-libs/pixman
 25514		python_single_target_python3_10? (
 25515					
 25516			dev-python/lxml[python_targets_python3_10(-)]
 25517		 ) python_single_target_python3_11? (
 25518					
 25519			dev-python/lxml[python_targets_python3_11(-)]
 25520		 )
 25521		x86? ( sys-devel/dev86
 25522			system-ipxe? ( sys-firmware/ipxe[qemu] )
 25523			sys-power/iasl )
 25524		api? ( dev-libs/libxml2
 25525			net-misc/curl )
 25526	
 25527		ovmf? (
 25528			!arm? ( !arm64? ( dev-lang/nasm ) )
 25529			python_single_target_python3_10? ( dev-lang/python:3.10[sqlite] ) python_single_target_python3_11? ( dev-lang/python:3.11[sqlite] )
 25530			)
 25531		!amd64? ( >=sys-apps/dtc-1.4.0 )
 25532		amd64? ( sys-power/iasl
 25533			system-seabios? (
 25534				|| (
 25535					sys-firmware/seabios
 25536					sys-firmware/seabios-bin
 25537				)
 25538			)
 25539			system-ipxe? ( sys-firmware/ipxe[qemu] )
 25540			rombios? ( sys-devel/bin86 sys-devel/dev86 ) )
 25541		arm64? ( sys-power/iasl
 25542			rombios? ( sys-devel/bin86 sys-devel/dev86 ) )
 25543		doc? (
 25544			app-text/ghostscript-gpl
 25545			python_single_target_python3_10? (
 25546					
 25547				dev-python/markdown[python_targets_python3_10(-)]
 25548			 ) python_single_target_python3_11? (
 25549					
 25550				dev-python/markdown[python_targets_python3_11(-)]
 25551			 )
 25552			dev-texlive/texlive-latexextra
 25553			>=media-gfx/fig2dev-3.2.9-r1
 25554			virtual/pandoc
 25555		)
 25556		hvm? ( x11-base/xorg-proto )
 25557		qemu? (
 25558			app-arch/snappy:=
 25559			dev-util/meson
 25560			sdl? (
 25561				media-libs/libsdl[X]
 25562				media-libs/libsdl2[X]
 25563			)
 25564		)
 25565		system-qemu? ( app-emulation/qemu[xen] )
 25566		ocaml? ( dev-ml/findlib
 25567			dev-lang/ocaml[ocamlopt] )
 25568		python? ( >=dev-lang/swig-4.0.0 ) "
 25569	declare DESCRIPTION="Xen tools including QEMU and xl"
 25570	declare -x DIROPTIONS="-m0755"
 25571	declare -a DOCS=([0]="README")
 25572	declare -x EAPI="7"
 25573	declare -- ECONF_SOURCE="."
 25574	declare -- EDK2_BROTLI_COMMIT="f4153a09f87cbb9c826d8fc12c74642bb2d879ea"
 25575	declare -- EDK2_COMMIT="b16284e2a0011489f6e16dfcc6af7623c3cbaf0b"
 25576	declare -- EDK2_OPENSSL_VERSION="1_1_1t"
 25577	declare -- EDK2_SOFTFLOAT_COMMIT="b64af41c3276f97f0e181920400ee056b9c88037"
 25578	declare -x ELIBC="glibc"
 25579	declare -x ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
 25580	declare -- EPOCHREALTIME="1706493029.454850"
 25581	declare -- EPOCHSECONDS="1706493029"
 25582	declare -x EPYTHON="python3.11"
 25583	declare -x EXEOPTIONS="-m0755"
 25584	declare -x FCFLAGS="-O2 -pipe"
 25585	declare -x FETCHCOMMAND_SSH="bash -c \"x=\\\${2#ssh://} ; host=\\\${x%%/*} ; port=\\\${host##*:} ; host=\\\${host%:*} ; [[ \\\${host} = \\\${port} ]] && port= ; exec rsync --rsh=\\\"ssh \\\${port:+-p\\\${port}} \\\${3}\\\" -avP \\\"\\\${host}:/\\\${x#*/}\\\" \\\"\\\$1\\\"\" rsync \"\${DISTDIR}/\${FILE}\" \"\${URI}\" \"\${PORTAGE_SSH_OPTS}\""
 25586	declare -x FFLAGS="-O2 -pipe"
 25587	declare -x FFTOOLS=""
 25588	declare -x FLTK_DOCDIR="/usr/share/doc/fltk-1.3.5-r4/html"
 25589	declare -x GCC_SPECS=""
 25590	declare -x GNUMAKEFLAGS="--load-average 32 --output-sync=line"
 25591	declare -x GPG_VERIFY_GROUP_DROP="nogroup"
 25592	declare -x GPG_VERIFY_USER_DROP="nobody"
 25593	declare -x GPSD_PROTOCOLS=""
 25594	declare -x GRUB_PLATFORMS=""
 25595	declare -x GSETTINGS_BACKEND="dconf"
 25596	declare HOMEPAGE="https://xenproject.org"
 25597	declare IDEPEND=""
 25598	declare -x INHERITED=" toolchain-funcs multilib bash-completion-r1 flag-o-matic eapi8-dosym multiprocessing python-utils-r1 python-single-r1 readme.gentoo-r1"
 25599	declare -x INPUT_DEVICES=""
 25600	declare -x INSOPTIONS="-m0644"
 25601	declare -- IPXE_COMMIT="3c040ad387099483102708bb1839110bc788cefb"
 25602	declare IUSE="api debug doc +hvm +ipxe lzma ocaml ovmf pygrub python +qemu +qemu-traditional +rombios screen selinux sdl static-libs system-ipxe system-qemu system-seabios systemd zstd python_single_target_python3_10 python_single_target_python3_11"
 25603	declare -x IUSE_EFFECTIVE="abi_x86_64 alpha amd64 amd64-linux api arm arm64 arm64-macos debug doc elibc_Darwin elibc_SunOS elibc_bionic elibc_glibc elibc_mingw elibc_musl hppa hvm ia64 ipxe kernel_Darwin kernel_SunOS kernel_linux loong lzma m68k mips ocaml ovmf ppc ppc-macos ppc64 ppc64-linux prefix prefix-guest prefix-stack pygrub python python_single_target_python3_10 python_single_target_python3_11 qemu qemu-traditional riscv rombios s390 screen sdl selinux sparc static-libs system-ipxe system-qemu system-seabios systemd x64-macos x64-solaris x86 x86-linux zstd"
 25604	declare -x IUSE_IMPLICIT="abi_x86_64 prefix prefix-guest prefix-stack"
 25605	declare -x KERNEL="linux"
 25606	declare -x KERNEL_ABI="amd64"
 25607	declare -x KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 25608	declare -x L10N=""
 25609	declare -x LANG="en_US.utf8"
 25610	declare -x LCD_DEVICES=""
 25611	declare -x LC_COLLATE="C"
 25612	declare -x LC_MESSAGES="C.utf8"
 25613	declare -x LDFLAGS_amd64="-m elf_x86_64"
 25614	declare -x LDFLAGS_default
 25615	declare -x LDFLAGS_x32="-m elf32_x86_64"
 25616	declare -x LDFLAGS_x86="-m elf_i386"
 25617	declare -x LEX="flex"
 25618	declare -x LIBDIR_amd64="lib64"
 25619	declare -x LIBDIR_default="lib"
 25620	declare -x LIBDIR_x32="libx32"
 25621	declare -x LIBDIR_x86="lib"
 25622	declare -x LIBOPTIONS="-m0644"
 25623	declare -x LIBREOFFICE_EXTENSIONS=""
 25624	declare -x LICENSE="GPL-2"
 25625	declare -x LLVM_TARGETS=""
 25626	declare -x LUA_SINGLE_TARGET=""
 25627	declare -x LUA_TARGETS=""
 25628	declare -x MAIL="/var/mail/root"
 25629	declare -x MAKEOPTS="-j32"
 25630	declare -x MANPAGER="manpager"
 25631	declare -x MONKEYD_PLUGINS=""
 25632	declare -x MULTILIB_ABIS="amd64 x86"
 25633	declare -x MULTILIB_STRICT_DENY="64-bit.*shared object"
 25634	declare -x MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
 25635	declare -x MULTILIB_STRICT_EXEMPT="(perl5|gcc|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec|llvm)"
 25636	declare -x NGINX_MODULES_HTTP=""
 25637	declare -x NGINX_MODULES_MAIL=""
 25638	declare -x NGINX_MODULES_STREAM=""
 25639	declare -x OFFICE_IMPLEMENTATION=""
 25640	declare -x OPENMPI_FABRICS=""
 25641	declare -x OPENMPI_OFED_FEATURES=""
 25642	declare -x OPENMPI_RM=""
 25643	declare -x PATH="/var/tmp/portage/app-emulation/xen-tools-4.18.0/temp/python3.11/bin:/usr/lib/portage/python3.11/ebuild-helpers/xattr:/usr/lib/portage/python3.11/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/16/bin"
 25644	declare PDEPEND=""
 25645	declare -x PHP_TARGETS=""
 25646	declare -x PKG_CONFIG_PATH="/var/tmp/portage/app-emulation/xen-tools-4.18.0/temp/python3.11/pkgconfig"
 25647	declare -x PORTAGE_COMPRESSION_COMMAND="zstd -T32"
 25648	declare -a PORTAGE_DOCOMPRESS=([0]="/usr/share/doc" [1]="/usr/share/info" [2]="/usr/share/man")
 25649	declare -x PORTAGE_DOCOMPRESS_SIZE_LIMIT="128"
 25650	declare -a PORTAGE_DOCOMPRESS_SKIP=([0]="/usr/share/doc/xen-tools-4.18.0/html")
 25651	declare -a PORTAGE_DOSTRIP=([0]="/")
 25652	declare -a PORTAGE_DOSTRIP_SKIP=()
 25653	declare -x POSTGRES_TARGETS=""
 25654	declare -x PROFILE_ONLY_VARIABLES="ARCH ELIBC IUSE_IMPLICIT KERNEL USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL"
 25655	declare -- PROPERTIES=""
 25656	declare -x PYTHON="/usr/bin/python3.11"
 25657	declare -x PYTHONDONTWRITEBYTECODE="1"
 25658	declare -a PYTHON_COMPAT=([0]="python3_9" [1]="python3_10" [2]="python3_11")
 25659	declare -- PYTHON_DEPS="python_single_target_python3_10? (
 25660				dev-lang/python:3.10[ncurses,xml(+),threads(+)]
 25661			) python_single_target_python3_11? (
 25662				dev-lang/python:3.11[ncurses,xml(+),threads(+)]
 25663			) "
 25664	declare -- PYTHON_REQUIRED_USE="^^ ( python_single_target_python3_10 python_single_target_python3_11 )"
 25665	declare -- PYTHON_REQ_USE="ncurses,xml(+),threads(+)"
 25666	declare -x PYTHON_SINGLE_TARGET="python3_11"
 25667	declare -- PYTHON_SINGLE_USEDEP="python_single_target_python3_10(-)?,python_single_target_python3_11(-)?"
 25668	declare -x PYTHON_TARGETS=""
 25669	declare -- PYTHON_USEDEP="%PYTHON_USEDEP-NEEDS-TO-BE-USED-IN-PYTHON_GEN_COND_DEP%"
 25670	declare -- QA_EXECSTACK="
 25671		usr/share/qemu-xen/qemu/hppa-firmware.img
 25672	"
 25673	declare -- QA_PREBUILT="
 25674		usr/libexec/xen/bin/elf2dmp
 25675		usr/libexec/xen/bin/ivshmem-client
 25676		usr/libexec/xen/bin/ivshmem-server
 25677		usr/libexec/xen/bin/qemu-edid
 25678		usr/libexec/xen/bin/qemu-img
 25679		usr/libexec/xen/bin/qemu-io
 25680		usr/libexec/xen/bin/qemu-keymap
 25681		usr/libexec/xen/bin/qemu-nbd
 25682		usr/libexec/xen/bin/qemu-pr-helper
 25683		usr/libexec/xen/bin/qemu-storage-daemon
 25684		usr/libexec/xen/bin/qemu-system-i386
 25685		usr/libexec/xen/bin/virtfs-proxy-helper
 25686		usr/libexec/xen/boot/ovmf.bin
 25687		usr/libexec/xen/boot/xen-shim
 25688		usr/libexec/xen/libexec/qemu-pr-helper
 25689		usr/libexec/xen/libexec/virtfs-proxy-helper
 25690		usr/libexec/xen/libexec/virtiofsd
 25691		usr/libexec/xen/libexec/xen-bridge-helper
 25692		usr/share/qemu-xen/qemu/s390-ccw.img
 25693		usr/share/qemu-xen/qemu/s390-netboot.img
 25694		usr/share/qemu-xen/qemu/u-boot.e500
 25695	"
 25696	declare -- QA_WX_LOAD="
 25697		usr/libexec/xen/boot/hvmloader
 25698		usr/libexec/xen/boot/ovmf.bin
 25699		usr/libexec/xen/boot/xen-shim
 25700		usr/share/qemu-xen/qemu/hppa-firmware.img
 25701		usr/share/qemu-xen/qemu/opensbi-riscv32-generic-fw_dynamic.elf
 25702		usr/share/qemu-xen/qemu/opensbi-riscv64-generic-fw_dynamic.elf
 25703		usr/share/qemu-xen/qemu/s390-ccw.img
 25704		usr/share/qemu-xen/qemu/u-boot.e500
 25705	"
 25706	declare -x QEMU_SOFTMMU_TARGETS=""
 25707	declare -x QEMU_USER_TARGETS=""
 25708	declare RDEPEND="
 25709		lzma? ( app-arch/xz-utils )
 25710		qemu? (
 25711			dev-libs/glib:2
 25712			sys-libs/pam
 25713		)
 25714		zstd? ( app-arch/zstd )
 25715		app-arch/bzip2
 25716		app-arch/zstd
 25717		dev-libs/libnl:3
 25718		dev-libs/lzo:2
 25719		dev-libs/yajl
 25720		sys-apps/util-linux
 25721		sys-fs/e2fsprogs
 25722		sys-libs/ncurses
 25723		sys-libs/zlib
 25724		python_single_target_python3_10? (
 25725				dev-lang/python:3.10[ncurses,xml(+),threads(+)]
 25726			) python_single_target_python3_11? (
 25727				dev-lang/python:3.11[ncurses,xml(+),threads(+)]
 25728			) 
 25729	
 25730		sys-apps/iproute2[-minimal]
 25731		net-misc/bridge-utils
 25732		screen? (
 25733			app-misc/screen
 25734			app-admin/logrotate
 25735		)
 25736		selinux? ( sec-policy/selinux-xen ) "
 25737	declare -- README_GENTOO_SUFFIX=""
 25738	declare REPOSITORY
 25739	declare REQUIRED_USE="
 25740		^^ ( python_single_target_python3_10 python_single_target_python3_11 )
 25741		ipxe? ( rombios )
 25742		ovmf? ( hvm )
 25743		pygrub? ( python )
 25744		rombios? ( hvm )
 25745		system-ipxe? ( rombios )
 25746		?? ( ipxe system-ipxe )
 25747		?? ( qemu system-qemu ) "
 25748	declare RESTRICT="test"
 25749	declare -x RESUMECOMMAND_SSH="bash -c \"x=\\\${2#ssh://} ; host=\\\${x%%/*} ; port=\\\${host##*:} ; host=\\\${host%:*} ; [[ \\\${host} = \\\${port} ]] && port= ; exec rsync --rsh=\\\"ssh \\\${port:+-p\\\${port}} \\\${3}\\\" -avP \\\"\\\${host}:/\\\${x#*/}\\\" \\\"\\\$1\\\"\" rsync \"\${DISTDIR}/\${FILE}\" \"\${URI}\" \"\${PORTAGE_SSH_OPTS}\""
 25750	declare -x RUBY_TARGETS=""
 25751	declare -x S="/var/tmp/portage/app-emulation/xen-tools-4.18.0/work/xen-4.18.0"
 25752	declare -x SANDBOX_DEBUG="0"
 25753	declare -x SANDBOX_DENY=""
 25754	declare -x SANDBOX_METHOD="any"
 25755	declare -x SANDBOX_PREDICT="/var/tmp/portage/app-emulation/xen-tools-4.18.0/homedir:/dev/crypto:/var/cache/man:/var/cache/fontconfig"
 25756	declare -x SANDBOX_READ="/:/var/tmp/portage"
 25757	declare -x SANDBOX_VERBOSE="1"
 25758	declare -x SANDBOX_WRITE=":/dev/console:/dev/fd:/dev/full:/dev/null:/dev/ptmx:/dev/pts/:/dev/pty:/dev/shm:/dev/tts:/dev/tty:/dev/vc/:/dev/zero:/proc/self/fd:/tmp/:/usr/lib/cf:/usr/lib/conftest:/usr/lib32/cf:/usr/lib32/conftest:/usr/lib64/cf:/usr/lib64/conftest:/usr/tmp/:/usr/tmp/cf:/usr/tmp/conftest:/var/tmp/:/var/tmp/portage:/var/tmp/portage/app-emulation/xen-tools-4.18.0/homedir/.bash_history"
 25759	declare -x SANE_BACKENDS=""
 25760	declare -- SEABIOS_VER="1.16.0"
 25761	declare -x SHELL="/bin/bash"
 25762	declare -x SLOT="0/4.18"
 25763	declare -i SRANDOM="2399741697"
 25764	declare SRC_URI="
 25765		https://downloads.xenproject.org/release/xen/4.18.0/xen-4.18.0.tar.gz
 25766		https://www.seabios.org/downloads/seabios-1.16.0.tar.gz
 25767		ipxe? ( https://xenbits.xen.org/xen-extfiles/ipxe-git-3c040ad387099483102708bb1839110bc788cefb.tar.gz )
 25768		ovmf? ( https://github.com/tianocore/edk2/archive/b16284e2a0011489f6e16dfcc6af7623c3cbaf0b.tar.gz -> edk2-b16284e2a0011489f6e16dfcc6af7623c3cbaf0b.tar.gz
 25769			https://github.com/openssl/openssl/archive/OpenSSL_1_1_1t.tar.gz
 25770			https://github.com/ucb-bar/berkeley-softfloat-3/archive/b64af41c3276f97f0e181920400ee056b9c88037.tar.gz -> berkeley-softfloat-b64af41c3276f97f0e181920400ee056b9c88037.tar.gz
 25771			https://github.com/google/brotli/archive/f4153a09f87cbb9c826d8fc12c74642bb2d879ea.tar.gz -> brotli-f4153a09f87cbb9c826d8fc12c74642bb2d879ea.tar.gz
 25772		)
 25773		"
 25774	declare -x SUDO_COMMAND="/bin/su"
 25775	declare -x SUDO_GID="1000"
 25776	declare -x SUDO_UID="1000"
 25777	declare -x SUDO_USER="jlpoole"
 25778	declare -x SYMLINK_LIB="no"
 25779	declare -x TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1"
 25780	declare -x USE="abi_x86_64 amd64 elibc_glibc hvm kernel_linux ovmf python python_single_target_python3_11 qemu qemu-traditional rombios sdl"
 25781	declare -x USERLAND="GNU"
 25782	declare -x USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL"
 25783	declare -x USE_EXPAND_UNPREFIXED="ARCH"
 25784	declare -x USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-linux arm arm64 arm64-macos hppa ia64 loong m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc x64-macos x64-solaris x86 x86-linux"
 25785	declare -x USE_EXPAND_VALUES_ELIBC="bionic Darwin glibc mingw musl SunOS"
 25786	declare -x USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS"
 25787	declare -x UWSGI_PLUGINS=""
 25788	declare -x VIDEO_CARDS=""
 25789	declare -x VOICEMAIL_STORAGE=""
 25790	declare -x XDG_CONFIG_DIRS="/etc/xdg"
 25791	declare -x XDG_DATA_DIRS="/usr/local/share:/usr/share"
 25792	declare -- XEN_BASE_PV="4.18.0"
 25793	declare -- XEN_GENTOO_PATCHSET_BASE=""
 25794	declare -- XEN_GENTOO_PATCHSET_NUM=""
 25795	declare -- XEN_PRE_PATCHSET_NUM=""
 25796	declare -- XEN_PRE_VERSION_BASE=""
 25797	declare -x XEN_TARGET_ARCH="x86_64"
 25798	declare -x XTABLES_ADDONS=""
 25799	declare -- _BASH_COMPLETION_R1_ECLASS="1"
 25800	declare -- _FLAG_O_MATIC_ECLASS="1"
 25801	declare -- _MULTILIB_ECLASS="1"
 25802	declare -- _MULTIPROCESSING_ECLASS="1"
 25803	declare -a _PYTHON_ALL_IMPLS=([0]="pypy3" [1]="python3_10" [2]="python3_11" [3]="python3_12")
 25804	declare -a _PYTHON_HISTORICAL_IMPLS=([0]="jython2_7" [1]="pypy" [2]="pypy1_8" [3]="pypy1_9" [4]="pypy2_0" [5]="python2_5" [6]="python2_6" [7]="python2_7" [8]="python3_1" [9]="python3_2" [10]="python3_3" [11]="python3_4" [12]="python3_5" [13]="python3_6" [14]="python3_7" [15]="python3_8" [16]="python3_9")
 25805	declare -- _PYTHON_SINGLE_R1_ECLASS="1"
 25806	declare -a _PYTHON_SUPPORTED_IMPLS=([0]="python3_10" [1]="python3_11")
 25807	declare -a _PYTHON_UNSUPPORTED_IMPLS=([0]="pypy3" [1]="python3_12")
 25808	declare -- _PYTHON_UTILS_R1_ECLASS="1"
 25809	declare -- _README_GENTOO_ECLASS="1"
 25810	declare -- _TOOLCHAIN_FUNCS_ECLASS="1"
 25811	declare -x __E_DESTTREE="/usr"
 25812	declare -x __E_DOCDESTTREE=""
 25813	declare -x __E_EXEDESTTREE=""
 25814	declare -x __E_INSDESTTREE=""
 25815	declare -x ac_cv_c_undeclared_builtin_options="none needed"
 25816	declare -x enable_year2038="no"
 25817	declare -x gl_cv_compiler_check_decl_option="-Werror=implicit-function-declaration"
 25818	__eapi6_src_install () 
 25819	{ 
 25820	    if [[ -f Makefile || -f GNUmakefile || -f makefile ]]; then
 25821	        emake DESTDIR="${D}" install;
 25822	    fi;
 25823	    einstalldocs
 25824	}
 25825	__eapi6_src_prepare () 
 25826	{ 
 25827	    if ___is_indexed_array_var PATCHES; then
 25828	        [[ ${#PATCHES[@]} -gt 0 ]] && eapply "${PATCHES[@]}";
 25829	    else
 25830	        if [[ -n ${PATCHES} ]]; then
 25831	            eapply ${PATCHES};
 25832	        fi;
 25833	    fi;
 25834	    eapply_user
 25835	}
 25836	__eapi7_ver_compare () 
 25837	{ 
 25838	    local va=${1} vb=${2} a an al as ar b bn bl bs br re LC_ALL=C;
 25839	    re="^([0-9]+(\.[0-9]+)*)([a-z]?)((_(alpha|beta|pre|rc|p)[0-9]*)*)(-r[0-9]+)?$";
 25840	    [[ ${va} =~ ${re} ]] || die "${FUNCNAME}: invalid version: ${va}";
 25841	    an=${BASH_REMATCH[1]};
 25842	    al=${BASH_REMATCH[3]};
 25843	    as=${BASH_REMATCH[4]};
 25844	    ar=${BASH_REMATCH[7]};
 25845	    [[ ${vb} =~ ${re} ]] || die "${FUNCNAME}: invalid version: ${vb}";
 25846	    bn=${BASH_REMATCH[1]};
 25847	    bl=${BASH_REMATCH[3]};
 25848	    bs=${BASH_REMATCH[4]};
 25849	    br=${BASH_REMATCH[7]};
 25850	    __eapi7_ver_compare_int "${an%%.*}" "${bn%%.*}" || return;
 25851	    while [[ ${an} == *.* && ${bn} == *.* ]]; do
 25852	        an=${an#*.};
 25853	        bn=${bn#*.};
 25854	        a=${an%%.*};
 25855	        b=${bn%%.*};
 25856	        if [[ ${a} == 0* || ${b} == 0* ]]; then
 25857	            [[ ${a} =~ 0+$ ]] && a=${a%"${BASH_REMATCH[0]}"};
 25858	            [[ ${b} =~ 0+$ ]] && b=${b%"${BASH_REMATCH[0]}"};
 25859	            [[ ${a} > ${b} ]] && return 3;
 25860	            [[ ${a} < ${b} ]] && return 1;
 25861	        else
 25862	            __eapi7_ver_compare_int "${a}" "${b}" || return;
 25863	        fi;
 25864	    done;
 25865	    [[ ${an} == *.* ]] && return 3;
 25866	    [[ ${bn} == *.* ]] && return 1;
 25867	    [[ ${al} > ${bl} ]] && return 3;
 25868	    [[ ${al} < ${bl} ]] && return 1;
 25869	    as=${as#_}${as:+_};
 25870	    bs=${bs#_}${bs:+_};
 25871	    while [[ -n ${as} && -n ${bs} ]]; do
 25872	        a=${as%%_*};
 25873	        b=${bs%%_*};
 25874	        if [[ ${a%%[0-9]*} == "${b%%[0-9]*}" ]]; then
 25875	            __eapi7_ver_compare_int "${a##*[a-z]}" "${b##*[a-z]}" || return;
 25876	        else
 25877	            [[ ${a%%[0-9]*} == p ]] && return 3;
 25878	            [[ ${b%%[0-9]*} == p ]] && return 1;
 25879	            [[ ${a} > ${b} ]] && return 3 || return 1;
 25880	        fi;
 25881	        as=${as#*_};
 25882	        bs=${bs#*_};
 25883	    done;
 25884	    if [[ -n ${as} ]]; then
 25885	        [[ ${as} == p[_0-9]* ]] && return 3 || return 1;
 25886	    else
 25887	        if [[ -n ${bs} ]]; then
 25888	            [[ ${bs} == p[_0-9]* ]] && return 1 || return 3;
 25889	        fi;
 25890	    fi;
 25891	    __eapi7_ver_compare_int "${ar#-r}" "${br#-r}" || return;
 25892	    return 2
 25893	}
 25894	__eapi7_ver_compare_int () 
 25895	{ 
 25896	    local a=$1 b=$2 d=$(( ${#1}-${#2} ));
 25897	    if [[ ${d} -gt 0 ]]; then
 25898	        printf -v b "%0${d}d%s" 0 "${b}";
 25899	    else
 25900	        if [[ ${d} -lt 0 ]]; then
 25901	            printf -v a "%0$(( -d ))d%s" 0 "${a}";
 25902	        fi;
 25903	    fi;
 25904	    [[ ${a} > ${b} ]] && return 3;
 25905	    [[ ${a} == "${b}" ]]
 25906	}
 25907	__eapi7_ver_parse_range () 
 25908	{ 
 25909	    local range=${1};
 25910	    local max=${2};
 25911	    [[ ${range} == [0-9]* ]] || die "${FUNCNAME}: range must start with a number";
 25912	    start=${range%-*};
 25913	    [[ ${range} == *-* ]] && end=${range#*-} || end=${start};
 25914	    if [[ -n ${end} ]]; then
 25915	        [[ ${start} -le ${end} ]] || die "${FUNCNAME}: end of range must be >= start";
 25916	        [[ ${end} -le ${max} ]] || end=${max};
 25917	    else
 25918	        end=${max};
 25919	    fi
 25920	}
 25921	__eapi7_ver_split () 
 25922	{ 
 25923	    local v=${1} LC_ALL=C;
 25924	    comp=();
 25925	    local s c;
 25926	    while [[ -n ${v} ]]; do
 25927	        s=${v%%[a-zA-Z0-9]*};
 25928	        v=${v:${#s}};
 25929	        [[ ${v} == [0-9]* ]] && c=${v%%[^0-9]*} || c=${v%%[^a-zA-Z]*};
 25930	        v=${v:${#c}};
 25931	        comp+=("${s}" "${c}");
 25932	    done
 25933	}
 25934	__eapi8_src_prepare () 
 25935	{ 
 25936	    local f;
 25937	    if ___is_indexed_array_var PATCHES; then
 25938	        [[ ${#PATCHES[@]} -gt 0 ]] && eapply -- "${PATCHES[@]}";
 25939	    else
 25940	        if [[ -n ${PATCHES} ]]; then
 25941	            eapply -- ${PATCHES};
 25942	        fi;
 25943	    fi;
 25944	    eapply_user
 25945	}
 25946	_bash-completion-r1_get_bashcompdir () 
 25947	{ 
 25948	    debug-print-function ${FUNCNAME} "${@}";
 25949	    _bash-completion-r1_get_bashdir completionsdir /usr/share/bash-completion/completions
 25950	}
 25951	_bash-completion-r1_get_bashdir () 
 25952	{ 
 25953	    debug-print-function ${FUNCNAME} "${@}";
 25954	    if $(tc-getPKG_CONFIG) --exists bash-completion &> /dev/null; then
 25955	        local path;
 25956	        path=$($(tc-getPKG_CONFIG) --variable="${1}" bash-completion) || die;
 25957	        echo "${path#${EPREFIX}}";
 25958	    else
 25959	        echo "${2}";
 25960	    fi
 25961	}
 25962	_bash-completion-r1_get_bashhelpersdir () 
 25963	{ 
 25964	    debug-print-function ${FUNCNAME} "${@}";
 25965	    _bash-completion-r1_get_bashdir helpersdir /usr/share/bash-completion/helpers
 25966	}
 25967	_clang_fullversion () 
 25968	{ 
 25969	    local ver="$1";
 25970	    shift;
 25971	    set -- $($(tc-getCPP "$@") -E -P - <<<"__clang_major__ __clang_minor__ __clang_patchlevel__");
 25972	    eval echo "${ver}"
 25973	}
 25974	_dosym8_canonicalize () 
 25975	{ 
 25976	    local path slash i prev out IFS=/;
 25977	    read -r -d '' -a path < <(printf '%s\0' "$1");
 25978	    [[ $1 == /* ]] && slash=/;
 25979	    while true; do
 25980	        prev=;
 25981	        for i in "${!path[@]}";
 25982	        do
 25983	            if [[ -z ${path[i]} || ${path[i]} == . ]]; then
 25984	                unset "path[i]";
 25985	            else
 25986	                if [[ ${path[i]} != .. ]]; then
 25987	                    prev=${i};
 25988	                else
 25989	                    if [[ -n ${prev} || -n ${slash} ]]; then
 25990	                        [[ -n ${prev} ]] && unset "path[prev]";
 25991	                        unset "path[i]";
 25992	                        continue 2;
 25993	                    fi;
 25994	                fi;
 25995	            fi;
 25996	        done;
 25997	        break;
 25998	    done;
 25999	    out="${slash}${path[*]}";
 26000	    printf "%s\n" "${out:-.}"
 26001	}
 26002	_filter-hardened () 
 26003	{ 
 26004	    local f;
 26005	    for f in "$@";
 26006	    do
 26007	        case "${f}" in 
 26008	            -fPIC | -fpic | -fPIE | -fpie | -Wl,pie | -pie)
 26009	                if ! gcc-specs-pie && ! tc-enables-pie; then
 26010	                    continue;
 26011	                fi;
 26012	                if ! is-flagq -nopie && ! is-flagq -no-pie; then
 26013	                    if test-flags -nopie > /dev/null; then
 26014	                        append-flags -nopie;
 26015	                    else
 26016	                        append-flags -no-pie;
 26017	                    fi;
 26018	                fi
 26019	            ;;
 26020	            -fstack-protector | -fstack-protector-strong)
 26021	                if ! gcc-specs-ssp && ! tc-enables-ssp && ! tc-enables-ssp-strong; then
 26022	                    continue;
 26023	                fi;
 26024	                is-flagq -fno-stack-protector || append-flags $(test-flags -fno-stack-protector)
 26025	            ;;
 26026	            -fstack-protector-all)
 26027	                if ! gcc-specs-ssp-to-all && ! tc-enables-ssp-all; then
 26028	                    continue;
 26029	                fi;
 26030	                is-flagq -fno-stack-protector-all || append-flags $(test-flags -fno-stack-protector-all)
 26031	            ;;
 26032	            -fno-strict-overflow)
 26033	                gcc-specs-nostrict || continue;
 26034	                is-flagq -fstrict-overflow || append-flags $(test-flags -fstrict-overflow)
 26035	            ;;
 26036	            -D_GLIBCXX_ASSERTIONS | -D_LIBCPP_ENABLE_ASSERTIONS | -D_LIBCPP_ENABLE_HARDENED_MODE)
 26037	                tc-enables-cxx-assertions || continue;
 26038	                append-cppflags -U_GLIBCXX_ASSERTIONS -U_LIBCPP_ENABLE_ASSERTIONS -U_LIBCPP_ENABLE_HARDENED_MODE
 26039	            ;;
 26040	            -D_FORTIFY_SOURCE=*)
 26041	                tc-enables-fortify-source || continue;
 26042	                append-cppflags -U_FORTIFY_SOURCE
 26043	            ;;
 26044	        esac;
 26045	    done
 26046	}
 26047	_filter-var () 
 26048	{ 
 26049	    local f x var=$1 new=();
 26050	    shift;
 26051	    for f in ${!var};
 26052	    do
 26053	        for x in "$@";
 26054	        do
 26055	            [[ ${f} == ${x} ]] && continue 2;
 26056	        done;
 26057	        new+=("${f}");
 26058	    done;
 26059	    export ${var}="${new[*]}"
 26060	}
 26061	_gcc-install-dir () 
 26062	{ 
 26063	    echo "$(LC_ALL=C $(tc-getCC) -print-search-dirs 2> /dev/null |		awk '$1=="install:" {print $2}')"
 26064	}
 26065	_gcc-specs-directive_raw () 
 26066	{ 
 26067	    local cc=$(tc-getCC);
 26068	    local specfiles=$(LC_ALL=C ${cc} -v 2>&1 | awk '$1=="Reading" {print $NF}');
 26069	    ${cc} -dumpspecs 2> /dev/null | cat - ${specfiles} | awk -v directive=$1 'BEGIN	{ pspec=""; spec=""; outside=1 }
 26070	$1=="*"directive":"  { pspec=spec; spec=""; outside=0; next }
 26071		outside || NF==0 || ( substr($1,1,1)=="*" && substr($1,length($1),1)==":" ) { outside=1; next }
 26072		spec=="" && substr($0,1,1)=="+" { spec=pspec " " substr($0,2); next }
 26073		{ spec=spec $0 }
 26074	END	{ print spec }';
 26075	    return 0
 26076	}
 26077	_gcc-specs-exists () 
 26078	{ 
 26079	    [[ -f $(_gcc-install-dir)/$1 ]]
 26080	}
 26081	_gcc_fullversion () 
 26082	{ 
 26083	    local ver="$1";
 26084	    shift;
 26085	    set -- $($(tc-getCPP "$@") -E -P - <<<"__GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__");
 26086	    eval echo "${ver}"
 26087	}
 26088	_get_all_makeopts () 
 26089	{ 
 26090	    echo "${MAKEOPTS} ${GNUMAKEFLAGS} ${MAKEFLAGS}"
 26091	}
 26092	_is_flagq () 
 26093	{ 
 26094	    local x var="$1[*]";
 26095	    for x in ${!var};
 26096	    do
 26097	        [[ ${x} == $2 ]] && return 0;
 26098	    done;
 26099	    return 1
 26100	}
 26101	_python_check_EPYTHON () 
 26102	{ 
 26103	    if [[ -z ${EPYTHON} ]]; then
 26104	        die "EPYTHON unset, invalid call context";
 26105	    fi
 26106	}
 26107	_python_check_locale_sanity () 
 26108	{ 
 26109	    local -x LC_ALL=${1};
 26110	    local IFS=;
 26111	    local lc=({a..z});
 26112	    local uc=({A..Z});
 26113	    local input="${lc[*]}${uc[*]}";
 26114	    local output=$(tr '[:lower:][:upper:]' '[:upper:][:lower:]' <<<"${input}");
 26115	    [[ ${output} == "${uc[*]}${lc[*]}" ]]
 26116	}
 26117	_python_check_occluded_packages () 
 26118	{ 
 26119	    debug-print-function ${FUNCNAME} "${@}";
 26120	    [[ -z ${BUILD_DIR} || ! -d ${BUILD_DIR}/install ]] && return;
 26121	    local sitedir="${BUILD_DIR}/install$(python_get_sitedir)";
 26122	    [[ ${sitedir} -ef . ]] && return;
 26123	    local f fn diff l;
 26124	    for f in "${sitedir}"/*/;
 26125	    do
 26126	        f=${f%/};
 26127	        fn=${f##*/};
 26128	        [[ ${fn} == *.dist-info || ${fn} == *.egg-info ]] && continue;
 26129	        if [[ -d ${fn} ]]; then
 26130	            diff=$(
 26131					comm -1 -3 <(
 26132						find "${fn}" -type f -not -path '*/__pycache__/*' |
 26133							sort
 26134						assert
 26135					) <(
 26136						cd "${sitedir}" &&
 26137							find "${fn}" -type f -not -path '*/__pycache__/*' |
 26138							sort
 26139						assert
 26140					)
 26141				);
 26142	            if [[ -n ${diff} ]]; then
 26143	                eqawarn "The directory ${fn} occludes package installed for ${EPYTHON}.";
 26144	                eqawarn "The installed package includes additional files:";
 26145	                eqawarn;
 26146	                while IFS= read -r l; do
 26147	                    eqawarn "    ${l}";
 26148	                done <<< "${diff}";
 26149	                eqawarn;
 26150	                if [[ ! -n ${_PYTHON_WARNED_OCCLUDED_PACKAGES} ]]; then
 26151	                    eqawarn "For more information on occluded packages, please see:";
 26152	                    eqawarn "https://projects.gentoo.org/python/guide/test.html#importerrors-for-c-extensions";
 26153	                    _PYTHON_WARNED_OCCLUDED_PACKAGES=1;
 26154	                fi;
 26155	            fi;
 26156	        fi;
 26157	    done
 26158	}
 26159	_python_export () 
 26160	{ 
 26161	    debug-print-function ${FUNCNAME} "${@}";
 26162	    local impl var;
 26163	    case "${1}" in 
 26164	        python* | jython*)
 26165	            impl=${1/_/.};
 26166	            shift
 26167	        ;;
 26168	        pypy | pypy3)
 26169	            impl=${1};
 26170	            shift
 26171	        ;;
 26172	        *)
 26173	            impl=${EPYTHON};
 26174	            if [[ -z ${impl} ]]; then
 26175	                die "_python_export called without a python implementation and EPYTHON is unset";
 26176	            fi
 26177	        ;;
 26178	    esac;
 26179	    debug-print "${FUNCNAME}: implementation: ${impl}";
 26180	    for var in "$@";
 26181	    do
 26182	        case "${var}" in 
 26183	            EPYTHON)
 26184	                export EPYTHON=${impl};
 26185	                debug-print "${FUNCNAME}: EPYTHON = ${EPYTHON}"
 26186	            ;;
 26187	            PYTHON)
 26188	                export PYTHON=${BROOT-${EPREFIX}}/usr/bin/${impl};
 26189	                debug-print "${FUNCNAME}: PYTHON = ${PYTHON}"
 26190	            ;;
 26191	            PYTHON_SITEDIR)
 26192	                [[ -n ${PYTHON} ]] || die "PYTHON needs to be set for ${var} to be exported, or requested before it";
 26193	                PYTHON_SITEDIR=$(
 26194						"${PYTHON}" - "${EPREFIX}/usr" <<-EOF || die
 26195							import sys, sysconfig
 26196							print(sysconfig.get_path("purelib", vars={"base": sys.argv[1]}))
 26197						EOF
 26198					);
 26199	                export PYTHON_SITEDIR;
 26200	                debug-print "${FUNCNAME}: PYTHON_SITEDIR = ${PYTHON_SITEDIR}"
 26201	            ;;
 26202	            PYTHON_INCLUDEDIR)
 26203	                [[ -n ${PYTHON} ]] || die "PYTHON needs to be set for ${var} to be exported, or requested before it";
 26204	                PYTHON_INCLUDEDIR=$(
 26205						"${PYTHON}" - "${ESYSROOT}/usr" <<-EOF || die
 26206							import sys, sysconfig
 26207							print(sysconfig.get_path("platinclude", vars={"installed_platbase": sys.argv[1]}))
 26208						EOF
 26209					);
 26210	                export PYTHON_INCLUDEDIR;
 26211	                debug-print "${FUNCNAME}: PYTHON_INCLUDEDIR = ${PYTHON_INCLUDEDIR}";
 26212	                if [[ ! -d ${PYTHON_INCLUDEDIR} ]]; then
 26213	                    die "${impl} does not install any header files!";
 26214	                fi
 26215	            ;;
 26216	            PYTHON_LIBPATH)
 26217	                [[ -n ${PYTHON} ]] || die "PYTHON needs to be set for ${var} to be exported, or requested before it";
 26218	                PYTHON_LIBPATH=$(
 26219						"${PYTHON}" - <<-EOF || die
 26220							import os.path, sysconfig
 26221							print(
 26222								os.path.join(
 26223									sysconfig.get_config_var("LIBDIR"),
 26224									sysconfig.get_config_var("LDLIBRARY"))
 26225								if sysconfig.get_config_var("LDLIBRARY")
 26226								else "")
 26227						EOF
 26228					);
 26229	                export PYTHON_LIBPATH;
 26230	                debug-print "${FUNCNAME}: PYTHON_LIBPATH = ${PYTHON_LIBPATH}";
 26231	                if [[ ! -n ${PYTHON_LIBPATH} ]]; then
 26232	                    die "${impl} lacks a (usable) dynamic library";
 26233	                fi
 26234	            ;;
 26235	            PYTHON_CFLAGS)
 26236	                local val;
 26237	                case "${impl}" in 
 26238	                    python*)
 26239	                        val=$($(tc-getPKG_CONFIG) --cflags ${impl/n/n-}) || die
 26240	                    ;;
 26241	                    *)
 26242	                        die "${impl}: obtaining ${var} not supported"
 26243	                    ;;
 26244	                esac;
 26245	                export PYTHON_CFLAGS=${val};
 26246	                debug-print "${FUNCNAME}: PYTHON_CFLAGS = ${PYTHON_CFLAGS}"
 26247	            ;;
 26248	            PYTHON_LIBS)
 26249	                local val;
 26250	                case "${impl}" in 
 26251	                    python*)
 26252	                        val=$($(tc-getPKG_CONFIG) --libs ${impl/n/n-}-embed) || die
 26253	                    ;;
 26254	                    *)
 26255	                        die "${impl}: obtaining ${var} not supported"
 26256	                    ;;
 26257	                esac;
 26258	                export PYTHON_LIBS=${val};
 26259	                debug-print "${FUNCNAME}: PYTHON_LIBS = ${PYTHON_LIBS}"
 26260	            ;;
 26261	            PYTHON_CONFIG)
 26262	                local flags val;
 26263	                case "${impl}" in 
 26264	                    python*)
 26265	                        [[ -n ${PYTHON} ]] || die "PYTHON needs to be set for ${var} to be exported, or requested before it";
 26266	                        flags=$(
 26267								"${PYTHON}" - <<-EOF || die
 26268									import sysconfig
 26269									print(sysconfig.get_config_var("ABIFLAGS")
 26270										or "")
 26271								EOF
 26272							);
 26273	                        val=${PYTHON}${flags}-config
 26274	                    ;;
 26275	                    *)
 26276	                        die "${impl}: obtaining ${var} not supported"
 26277	                    ;;
 26278	                esac;
 26279	                export PYTHON_CONFIG=${val};
 26280	                debug-print "${FUNCNAME}: PYTHON_CONFIG = ${PYTHON_CONFIG}"
 26281	            ;;
 26282	            PYTHON_PKG_DEP)
 26283	                local d;
 26284	                case ${impl} in 
 26285	                    python*)
 26286	                        PYTHON_PKG_DEP="dev-lang/python:${impl#python}"
 26287	                    ;;
 26288	                    pypy3)
 26289	                        PYTHON_PKG_DEP="dev-python/${impl}:="
 26290	                    ;;
 26291	                    *)
 26292	                        die "Invalid implementation: ${impl}"
 26293	                    ;;
 26294	                esac;
 26295	                if [[ -n ${PYTHON_REQ_USE} ]]; then
 26296	                    PYTHON_PKG_DEP+=[${PYTHON_REQ_USE}];
 26297	                fi;
 26298	                export PYTHON_PKG_DEP;
 26299	                debug-print "${FUNCNAME}: PYTHON_PKG_DEP = ${PYTHON_PKG_DEP}"
 26300	            ;;
 26301	            PYTHON_SCRIPTDIR)
 26302	                local dir;
 26303	                export PYTHON_SCRIPTDIR=${EPREFIX}/usr/lib/python-exec/${impl};
 26304	                debug-print "${FUNCNAME}: PYTHON_SCRIPTDIR = ${PYTHON_SCRIPTDIR}"
 26305	            ;;
 26306	            *)
 26307	                die "_python_export: unknown variable ${var}"
 26308	            ;;
 26309	        esac;
 26310	    done
 26311	}
 26312	_python_impl_matches () 
 26313	{ 
 26314	    [[ ${#} -ge 1 ]] || die "${FUNCNAME}: takes at least 1 parameter";
 26315	    [[ ${#} -eq 1 ]] && return 0;
 26316	    local impl=${1/./_} pattern;
 26317	    shift;
 26318	    for pattern in "$@";
 26319	    do
 26320	        case ${pattern} in 
 26321	            -2 | python2* | pypy)
 26322	                if [[ ${EAPI} != 7 ]]; then
 26323	                    eerror;
 26324	                    eerror "Python 2 is no longer supported in Gentoo, please remove Python 2";
 26325	                    eerror "${FUNCNAME[1]} calls.";
 26326	                    die "Passing ${pattern} to ${FUNCNAME[1]} is banned in EAPI ${EAPI}";
 26327	                fi
 26328	            ;;
 26329	            -3)
 26330	                if [[ ${EAPI} != 7 ]]; then
 26331	                    eerror;
 26332	                    eerror "Python 2 is no longer supported in Gentoo, please remove Python 2";
 26333	                    eerror "${FUNCNAME[1]} calls.";
 26334	                    die "Passing ${pattern} to ${FUNCNAME[1]} is banned in EAPI ${EAPI}";
 26335	                fi;
 26336	                return 0
 26337	            ;;
 26338	            3.10)
 26339	                [[ ${impl} == python${pattern/./_} || ${impl} == pypy3 ]] && return 0
 26340	            ;;
 26341	            3.8 | 3.9 | 3.1[1-2])
 26342	                [[ ${impl} == python${pattern/./_} ]] && return 0
 26343	            ;;
 26344	            *)
 26345	                [[ ${impl} == ${pattern/./_} ]] && return 0
 26346	            ;;
 26347	        esac;
 26348	    done;
 26349	    return 1
 26350	}
 26351	_python_run_check_deps () 
 26352	{ 
 26353	    debug-print-function ${FUNCNAME} "${@}";
 26354	    local impl=${1};
 26355	    einfo "Checking whether ${impl} is suitable ...";
 26356	    local PYTHON_PKG_DEP;
 26357	    _python_export "${impl}" PYTHON_PKG_DEP;
 26358	    ebegin "  ${PYTHON_PKG_DEP}";
 26359	    has_version -b "${PYTHON_PKG_DEP}";
 26360	    eend ${?} || return 1;
 26361	    declare -f python_check_deps > /dev/null || return 0;
 26362	    local PYTHON_USEDEP="python_targets_${impl}(-)";
 26363	    local PYTHON_SINGLE_USEDEP="python_single_target_${impl}(-)";
 26364	    ebegin "  python_check_deps";
 26365	    python_check_deps;
 26366	    eend ${?}
 26367	}
 26368	_python_set_impls () 
 26369	{ 
 26370	    local i;
 26371	    if [[ ${BASH_VERSINFO[0]} -ge 5 ]]; then
 26372	        [[ ${PYTHON_COMPAT@a} == *a* ]];
 26373	    else
 26374	        [[ $(declare -p PYTHON_COMPAT) == "declare -a"* ]];
 26375	    fi;
 26376	    if [[ ${?} -ne 0 ]]; then
 26377	        if ! declare -p PYTHON_COMPAT &> /dev/null; then
 26378	            die 'PYTHON_COMPAT not declared.';
 26379	        else
 26380	            die 'PYTHON_COMPAT must be an array.';
 26381	        fi;
 26382	    fi;
 26383	    local obsolete=();
 26384	    if [[ ! -n ${PYTHON_COMPAT_NO_STRICT} ]]; then
 26385	        for i in "${PYTHON_COMPAT[@]}";
 26386	        do
 26387	            case ${i} in 
 26388	                pypy3 | python3_9 | python3_1[0-2])
 26389	
 26390	                ;;
 26391	                jython2_7 | pypy | pypy1_[89] | pypy2_0 | python2_[5-7] | python3_[1-9])
 26392	                    obsolete+=("${i}")
 26393	                ;;
 26394	                *)
 26395	                    if has "${i}" "${_PYTHON_ALL_IMPLS[@]}" "${_PYTHON_HISTORICAL_IMPLS[@]}"; then
 26396	                        die "Mis-synced patterns in _python_set_impls: missing ${i}";
 26397	                    else
 26398	                        die "Invalid implementation in PYTHON_COMPAT: ${i}";
 26399	                    fi
 26400	                ;;
 26401	            esac;
 26402	        done;
 26403	    fi;
 26404	    local supp=() unsupp=();
 26405	    for i in "${_PYTHON_ALL_IMPLS[@]}";
 26406	    do
 26407	        if has "${i}" "${PYTHON_COMPAT[@]}"; then
 26408	            supp+=("${i}");
 26409	        else
 26410	            unsupp+=("${i}");
 26411	        fi;
 26412	    done;
 26413	    if [[ ! -n ${supp[@]} ]]; then
 26414	        die "No supported implementation in PYTHON_COMPAT.";
 26415	    fi;
 26416	    if [[ -n ${_PYTHON_SUPPORTED_IMPLS[@]} ]]; then
 26417	        if [[ ${_PYTHON_SUPPORTED_IMPLS[@]} != ${supp[@]} ]]; then
 26418	            eerror "Supported impls (PYTHON_COMPAT) changed between inherits!";
 26419	            eerror "Before: ${_PYTHON_SUPPORTED_IMPLS[*]}";
 26420	            eerror "Now   : ${supp[*]}";
 26421	            die "_PYTHON_SUPPORTED_IMPLS integrity check failed";
 26422	        fi;
 26423	        if [[ ${_PYTHON_UNSUPPORTED_IMPLS[@]} != ${unsupp[@]} ]]; then
 26424	            eerror "Unsupported impls changed between inherits!";
 26425	            eerror "Before: ${_PYTHON_UNSUPPORTED_IMPLS[*]}";
 26426	            eerror "Now   : ${unsupp[*]}";
 26427	            die "_PYTHON_UNSUPPORTED_IMPLS integrity check failed";
 26428	        fi;
 26429	    else
 26430	        _PYTHON_SUPPORTED_IMPLS=("${supp[@]}");
 26431	        _PYTHON_UNSUPPORTED_IMPLS=("${unsupp[@]}");
 26432	        readonly _PYTHON_SUPPORTED_IMPLS _PYTHON_UNSUPPORTED_IMPLS;
 26433	    fi
 26434	}
 26435	_python_verify_patterns () 
 26436	{ 
 26437	    debug-print-function ${FUNCNAME} "${@}";
 26438	    local impl pattern;
 26439	    for pattern in "$@";
 26440	    do
 26441	        case ${pattern} in 
 26442	            -[23] | 3.[89] | 3.1[012])
 26443	                continue
 26444	            ;;
 26445	        esac;
 26446	        for impl in "${_PYTHON_ALL_IMPLS[@]}" "${_PYTHON_HISTORICAL_IMPLS[@]}";
 26447	        do
 26448	            [[ ${impl} == ${pattern/./_} ]] && continue 2;
 26449	        done;
 26450	        die "Invalid implementation pattern: ${pattern}";
 26451	    done
 26452	}
 26453	_python_wrapper_setup () 
 26454	{ 
 26455	    debug-print-function ${FUNCNAME} "${@}";
 26456	    local workdir=${1:-${T}/${EPYTHON}};
 26457	    local impl=${2:-${EPYTHON}};
 26458	    [[ -n ${workdir} ]] || die "${FUNCNAME}: no workdir specified.";
 26459	    [[ -n ${impl} ]] || die "${FUNCNAME}: no impl nor EPYTHON specified.";
 26460	    if [[ ! -x ${workdir}/bin/python ]]; then
 26461	        mkdir -p "${workdir}"/{bin,pkgconfig} || die;
 26462	        rm -f "${workdir}"/bin/python{,2,3}{,-config} || die;
 26463	        rm -f "${workdir}"/bin/2to3 || die;
 26464	        rm -f "${workdir}"/pkgconfig/python{2,3}{,-embed}.pc || die;
 26465	        local EPYTHON PYTHON;
 26466	        _python_export "${impl}" EPYTHON PYTHON;
 26467	        cat > "${workdir}/bin/python" <<-_EOF_ || 
 26468	#!/bin/sh
 26469	exec "${PYTHON}" "\${@}"
 26470	_EOF_
 26471	 die
 26472	        cp "${workdir}/bin/python" "${workdir}/bin/python3" || die;
 26473	        chmod +x "${workdir}/bin/python" "${workdir}/bin/python3" || die;
 26474	        local nonsupp=(python2 python2-config);
 26475	        if [[ ${EPYTHON} == python* ]]; then
 26476	            cat > "${workdir}/bin/python-config" <<-_EOF_ || 
 26477	#!/bin/sh
 26478	exec "${PYTHON}-config" "\${@}"
 26479	_EOF_
 26480	 die
 26481	            cp "${workdir}/bin/python-config" "${workdir}/bin/python3-config" || die;
 26482	            chmod +x "${workdir}/bin/python-config" "${workdir}/bin/python3-config" || die;
 26483	            ln -s "${PYTHON/python/2to3-}" "${workdir}"/bin/2to3 || die;
 26484	            ln -s "${EPREFIX}"/usr/$(get_libdir)/pkgconfig/${EPYTHON/n/n-}.pc "${workdir}"/pkgconfig/python3.pc || die;
 26485	            ln -s "${EPREFIX}"/usr/$(get_libdir)/pkgconfig/${EPYTHON/n/n-}-embed.pc "${workdir}"/pkgconfig/python3-embed.pc || die;
 26486	        else
 26487	            nonsupp+=(2to3 python-config python3-config);
 26488	        fi;
 26489	        local x;
 26490	        for x in "${nonsupp[@]}";
 26491	        do
 26492	            cat > "${workdir}"/bin/${x} <<-_EOF_ || 
 26493	#!/bin/sh
 26494	echo "${ECLASS}: ${FUNCNAME}: ${x} is not supported by ${EPYTHON} (PYTHON_COMPAT)" >&2
 26495	exit 127
 26496	_EOF_
 26497	 die
 26498	            chmod +x "${workdir}"/bin/${x} || die;
 26499	        done;
 26500	    fi;
 26501	    if [[ ${PATH##:*} != ${workdir}/bin ]]; then
 26502	        PATH=${workdir}/bin${PATH:+:${PATH}};
 26503	    fi;
 26504	    if [[ ${PKG_CONFIG_PATH##:*} != ${workdir}/pkgconfig ]]; then
 26505	        PKG_CONFIG_PATH=${workdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}};
 26506	    fi;
 26507	    export PATH PKG_CONFIG_PATH
 26508	}
 26509	_setup-allowed-flags () 
 26510	{ 
 26511	    ALLOWED_FLAGS=(-pipe -O '-O[123szg]' '-mcpu=*' '-march=*' '-mtune=*' '-mfpmath=*' -flto '-flto=*' -fno-lto '-fstack-protector*' -fstack-clash-protection '-fcf-protection=*' -fbounds-check -fbounds-checking -fno-PIE -fno-pie -nopie -no-pie -fharden-compares -fharden-conditional-branches -fharden-control-flow-redundancy -fno-harden-control-flow-redundancy -fhardcfr-skip-leaf -fhardcfr-check-exceptions -fhardcfr-check-returning-calls '-fhardcfr-check-noreturn-calls=*' '-mindirect-branch=*' -mindirect-branch-register '-mfunction-return=*' -mretpoline '-mharden-sls=*' '-mbranch-protection=*' -fno-unit-at-a-time -fno-strict-overflow '-fsanitize*' '-fno-sanitize*' -g '-g[0-9]' -ggdb '-ggdb[0-9]' -gdwarf '-gdwarf-*' -gstabs -gstabs+ -gz -glldb '-fdebug-default-version=*' -fno-diagnostics-color '-fmessage-length=*' -fno-ident -fpermissive -frecord-gcc-switches -frecord-command-line '-fdiagnostics*' '-fplugin*' '-W*' -w '-[DUILR]*' '-Wl,*' '-fuse-ld=*');
 26512	    ALLOWED_FLAGS+=('-fno-stack-protector*' '-fabi-version=*' -fno-strict-aliasing -fno-bounds-check -fno-bounds-checking -fstrict-overflow -fno-omit-frame-pointer '-fno-builtin*' -mno-omit-leaf-frame-pointer);
 26513	    ALLOWED_FLAGS+=('-mregparm=*' -mno-app-regs -mapp-regs -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4 -mno-sse4.1 -mno-sse4.2 -mno-avx -mno-aes -mno-pclmul -mno-sse4a -mno-3dnow -mno-popcnt -mno-abm -mips1 -mips2 -mips3 -mips4 -mips32 -mips64 -mips16 -mplt -msoft-float -mno-soft-float -mhard-float -mno-hard-float '-mfpu=*' -mieee -mieee-with-inexact '-mschedule=*' -mfloat-gprs -mspe -mno-spe -mtls-direct-seg-refs -mno-tls-direct-seg-refs -mflat -mno-flat -mno-faster-structs -mfaster-structs -m32 -m64 -mx32 '-mabi=*' -mlittle-endian -mbig-endian -EL -EB -fPIC -mlive-g0 '-mcmodel=*' -mstack-bias -mno-stack-bias -msecure-plt '-m*-toc' '-mfloat-abi=*' '-mtls-dialect=*' -mfix-24k -mno-fix-24k -mfix-r4000 -mno-fix-r4000 -mfix-r4400 -mno-fix-r4400 -mfix-r5900 -mno-fix-r5900 -mfix-rm7000 -mno-fix-rm7000 -mfix-r9500 -mno-fix-r9500 -mfix-r10000 -mno-fix-r10000 -mfix-vr4120 -mno-fix-vr4120 -mfix-vr4130 -mfix-sb1 -mno-fix-sb1 '-Wa,-mfix-loongson2f-nop' '-mr10k-cache-barrier=*' -mthumb -marm -ffixed-x18 -mno-fma4 -mno-movbe -mno-xop -mno-lwp -mno-fsgsbase -mno-rdrnd -mno-f16c -mno-bmi -mno-tbm -mno-avx2 -mno-bmi2 -mno-fma -mno-lzcnt -mno-fxsr -mno-hle -mno-rtm -mno-xsave -mno-xsaveopt -mno-avx512cd -mno-avx512er -mno-avx512f -mno-avx512pf -mno-sha);
 26514	    ALLOWED_FLAGS+=(-mstackrealign '-mpreferred-stack-boundary=*' '-mincoming-stack-boundary=*');
 26515	    ALLOWED_FLAGS+=('--unwindlib=*' '--rtlib=*' '--stdlib=*')
 26516	}
 26517	_tc-getPROG () 
 26518	{ 
 26519	    local tuple=$1;
 26520	    local v var vars=$2;
 26521	    local prog=($3);
 26522	    var=${vars%% *};
 26523	    for v in ${vars};
 26524	    do
 26525	        if [[ -n ${!v} ]]; then
 26526	            export ${var}="${!v}";
 26527	            echo "${!v}";
 26528	            return 0;
 26529	        fi;
 26530	    done;
 26531	    local search=;
 26532	    [[ -n $4 ]] && search=$(type -p $4-${prog[0]});
 26533	    [[ -z ${search} && -n ${!tuple} ]] && search=$(type -p ${!tuple}-${prog[0]});
 26534	    [[ -n ${search} ]] && prog[0]=${search##*/};
 26535	    export ${var}="${prog[*]}";
 26536	    echo "${!var}"
 26537	}
 26538	_tc-has-openmp () 
 26539	{ 
 26540	    local base="${T}/test-tc-openmp";
 26541	    cat <<-EOF > "${base}.c"
 26542	#include <omp.h>
 26543	int main(void) {
 26544	int nthreads, tid, ret = 0;
 26545	#pragma omp parallel private(nthreads, tid)
 26546	{
 26547	tid = omp_get_thread_num();
 26548	nthreads = omp_get_num_threads(); ret += tid + nthreads;
 26549	}
 26550	return ret;
 26551	}
 26552	EOF
 26553	
 26554	    $(tc-getCC "$@") -fopenmp "${base}.c" -o "${base}" &> /dev/null;
 26555	    local ret=$?;
 26556	    rm -f "${base}"*;
 26557	    return ${ret}
 26558	}
 26559	_test-flag-PROG () 
 26560	{ 
 26561	    local comp=$1;
 26562	    local lang=$2;
 26563	    shift 2;
 26564	    if [[ -z ${comp} ]]; then
 26565	        return 1;
 26566	    fi;
 26567	    if [[ -z $1 ]]; then
 26568	        return 1;
 26569	    fi;
 26570	    comp=($(tc-get${comp}));
 26571	    if ! type -p ${comp[0]} > /dev/null; then
 26572	        return 1;
 26573	    fi;
 26574	    local in_src in_ext cmdline_extra=();
 26575	    case "${lang}" in 
 26576	        c)
 26577	            in_ext='c';
 26578	            in_src='int main(void) { return 0; }';
 26579	            cmdline_extra+=(-xc -c)
 26580	        ;;
 26581	        c++)
 26582	            in_ext='cc';
 26583	            in_src='int main(void) { return 0; }';
 26584	            cmdline_extra+=(-xc++ -c)
 26585	        ;;
 26586	        f77)
 26587	            in_ext='f';
 26588	            in_src='      end';
 26589	            cmdline_extra+=(-xf77 -c)
 26590	        ;;
 26591	        f95)
 26592	            in_ext='f90';
 26593	            in_src='end';
 26594	            cmdline_extra+=(-xf95 -c)
 26595	        ;;
 26596	        c+ld)
 26597	            in_ext='c';
 26598	            in_src='int main(void) { return 0; }';
 26599	            if is-ldflagq -fuse-ld=*; then
 26600	                fuse_ld_value=$(get-flag -fuse-ld=*);
 26601	                cmdline_extra+=(${fuse_ld_value});
 26602	            fi;
 26603	            cmdline_extra+=(-xc)
 26604	        ;;
 26605	    esac;
 26606	    local test_in=${T}/test-flag.${in_ext};
 26607	    local test_out=${T}/test-flag.exe;
 26608	    printf "%s\n" "${in_src}" > "${test_in}" || die "Failed to create '${test_in}'";
 26609	    local cmdline=("${comp[@]}" -Werror "$@" "${cmdline_extra[@]}" "${test_in}" -o "${test_out}");
 26610	    "${cmdline[@]}" &> /dev/null
 26611	}
 26612	_test-flags-PROG () 
 26613	{ 
 26614	    local comp=$1;
 26615	    local flags=();
 26616	    local x;
 26617	    shift;
 26618	    [[ -z ${comp} ]] && return 1;
 26619	    while (( $# )); do
 26620	        case "$1" in 
 26621	            --param | -B)
 26622	                if test-flag-${comp} "$1" "$2"; then
 26623	                    flags+=("$1" "$2");
 26624	                fi;
 26625	                shift 2
 26626	            ;;
 26627	            *)
 26628	                if test-flag-${comp} "$1"; then
 26629	                    flags+=("$1");
 26630	                fi;
 26631	                shift 1
 26632	            ;;
 26633	        esac;
 26634	    done;
 26635	    echo "${flags[*]}";
 26636	    [[ ${#flags[@]} -gt 0 ]]
 26637	}
 26638	all-flag-vars () 
 26639	{ 
 26640	    echo {ADA,C,CPP,CXX,CCAS,F,FC,LD}FLAGS
 26641	}
 26642	append-atomic-flags () 
 26643	{ 
 26644	    local code;
 26645	    read -r -d '' code <<-EOF
 26646	int main(void)
 26647	{
 26648	return 0;
 26649	}
 26650	EOF
 26651	
 26652	    test-compile "c+ld" "${code}" || return;
 26653	    local bytesizes;
 26654	    [[ "${#}" == "0" ]] && bytesizes=("1" "2" "4" "8") || bytesizes="${@}";
 26655	    for bytesize in ${bytesizes[@]};
 26656	    do
 26657	        read -r -d '' code <<-EOF
 26658	#include <stdint.h>
 26659	int main(void)
 26660	{
 26661	uint$((${bytesize} * 8))_t a = 0;
 26662	__atomic_add_fetch(&a, 3, __ATOMIC_RELAXED);
 26663	__atomic_compare_exchange_n(&a, &a, 2, 1, __ATOMIC_RELAXED, __ATOMIC_RELAXED);
 26664	return 0;
 26665	}
 26666	EOF
 26667	
 26668	        test-compile "c+ld" "${code}" && continue
 26669	        test-flags-CCLD "-latomic" &> /dev/null || die "-latomic is required but not supported by $(tc-getCC)";
 26670	        append-libs "-latomic";
 26671	        test-compile "c+ld" "${code}" || die "libatomic does not include an implementation of ${bytesize}-byte atomics for this toolchain";
 26672	        return;
 26673	    done
 26674	}
 26675	append-cflags () 
 26676	{ 
 26677	    [[ $# -eq 0 ]] && return 0;
 26678	    export CFLAGS+=" $*";
 26679	    return 0
 26680	}
 26681	append-cppflags () 
 26682	{ 
 26683	    [[ $# -eq 0 ]] && return 0;
 26684	    export CPPFLAGS+=" $*";
 26685	    return 0
 26686	}
 26687	append-cxxflags () 
 26688	{ 
 26689	    [[ $# -eq 0 ]] && return 0;
 26690	    export CXXFLAGS+=" $*";
 26691	    return 0
 26692	}
 26693	append-fflags () 
 26694	{ 
 26695	    [[ $# -eq 0 ]] && return 0;
 26696	    export FFLAGS+=" $*";
 26697	    export FCFLAGS+=" $*";
 26698	    return 0
 26699	}
 26700	append-flags () 
 26701	{ 
 26702	    [[ $# -eq 0 ]] && return 0;
 26703	    case " $* " in 
 26704	        *' '-[DIU]*)
 26705	            eqawarn 'Please use append-cppflags for preprocessor flags'
 26706	        ;;
 26707	        *' '-L* | *' '-Wl,*)
 26708	            eqawarn 'Please use append-ldflags for linker flags'
 26709	        ;;
 26710	    esac;
 26711	    append-cflags "$@";
 26712	    append-cxxflags "$@";
 26713	    append-fflags "$@";
 26714	    return 0
 26715	}
 26716	append-ldflags () 
 26717	{ 
 26718	    [[ $# -eq 0 ]] && return 0;
 26719	    local flag;
 26720	    for flag in "$@";
 26721	    do
 26722	        [[ ${flag} == -l* ]] && eqawarn "Appending a library link instruction (${flag}); libraries to link to should not be passed through LDFLAGS";
 26723	    done;
 26724	    export LDFLAGS="${LDFLAGS} $*";
 26725	    return 0
 26726	}
 26727	append-lfs-flags () 
 26728	{ 
 26729	    [[ $# -ne 0 ]] && die "append-lfs-flags takes no arguments";
 26730	    append-cppflags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
 26731	}
 26732	append-libs () 
 26733	{ 
 26734	    [[ $# -eq 0 ]] && return 0;
 26735	    local flag;
 26736	    for flag in "$@";
 26737	    do
 26738	        if [[ -z "${flag// }" ]]; then
 26739	            eqawarn "Appending an empty argument to LIBS is invalid! Skipping.";
 26740	            continue;
 26741	        fi;
 26742	        case $flag in 
 26743	            -[lL]*)
 26744	                export LIBS="${LIBS} ${flag}"
 26745	            ;;
 26746	            -*)
 26747	                eqawarn "Appending non-library to LIBS (${flag}); Other linker flags should be passed via LDFLAGS";
 26748	                export LIBS="${LIBS} ${flag}"
 26749	            ;;
 26750	            *)
 26751	                export LIBS="${LIBS} -l${flag}"
 26752	            ;;
 26753	        esac;
 26754	    done;
 26755	    return 0
 26756	}
 26757	bashcomp_alias () 
 26758	{ 
 26759	    debug-print-function ${FUNCNAME} "${@}";
 26760	    [[ ${#} -lt 2 ]] && die "Usage: ${FUNCNAME} <basename> <alias>...";
 26761	    local base=${1} f;
 26762	    shift;
 26763	    for f in "$@";
 26764	    do
 26765	        dosym "${base}" "$(_bash-completion-r1_get_bashcompdir)/${f}" || return;
 26766	    done
 26767	}
 26768	build_sphinx () 
 26769	{ 
 26770	    debug-print-function ${FUNCNAME} "${@}";
 26771	    [[ ${#} -eq 1 ]] || die "${FUNCNAME} takes 1 arg: <directory>";
 26772	    local dir=${1};
 26773	    sed -i -e 's:^intersphinx_mapping:disabled_&:' "${dir}"/conf.py || die;
 26774	    local command=("${EPYTHON}" -m sphinx.cmd.build);
 26775	    if ! "${EPYTHON}" -c "import sphinx.cmd.build" 2> /dev/null; then
 26776	        command=(sphinx-build);
 26777	    fi;
 26778	    command+=(-b html -d "${dir}"/_build/doctrees "${dir}" "${dir}"/_build/html);
 26779	    echo "${command[@]}" 1>&2;
 26780	    "${command[@]}" || die;
 26781	    HTML_DOCS+=("${dir}/_build/html/.")
 26782	}
 26783	clang-fullversion () 
 26784	{ 
 26785	    _clang_fullversion '$1.$2.$3' "$@"
 26786	}
 26787	clang-major-version () 
 26788	{ 
 26789	    _clang_fullversion '$1' "$@"
 26790	}
 26791	clang-micro-version () 
 26792	{ 
 26793	    _clang_fullversion '$3' "$@"
 26794	}
 26795	clang-minor-version () 
 26796	{ 
 26797	    _clang_fullversion '$2' "$@"
 26798	}
 26799	clang-version () 
 26800	{ 
 26801	    _clang_fullversion '$1.$2' "$@"
 26802	}
 26803	dobashcomp () 
 26804	{ 
 26805	    debug-print-function ${FUNCNAME} "${@}";
 26806	    ( insopts -m 0644;
 26807	    insinto "$(_bash-completion-r1_get_bashcompdir)";
 26808	    doins "${@}" )
 26809	}
 26810	dosym8 () 
 26811	{ 
 26812	    local option_r;
 26813	    case $1 in 
 26814	        -r)
 26815	            option_r=t;
 26816	            shift
 26817	        ;;
 26818	    esac;
 26819	    [[ $# -eq 2 ]] || die "${FUNCNAME}: bad number of arguments";
 26820	    local target=$1 link=$2;
 26821	    if [[ -n ${option_r} ]]; then
 26822	        local linkdir comp;
 26823	        [[ ${target} == /* ]] || die "${FUNCNAME}: -r specified but no absolute target path";
 26824	        target=$(_dosym8_canonicalize "${target}");
 26825	        linkdir=$(_dosym8_canonicalize "/${link#/}");
 26826	        linkdir=${linkdir%/*};
 26827	        linkdir=${linkdir:-/};
 26828	        local ifs_save=${IFS-' 	
 26829	'} IFS=/;
 26830	        for comp in ${linkdir};
 26831	        do
 26832	            if [[ ${target%%/*} == "${comp}" ]]; then
 26833	                target=${target#"${comp}"};
 26834	                target=${target#/};
 26835	            else
 26836	                target=..${target:+/}${target};
 26837	            fi;
 26838	        done;
 26839	        IFS=${ifs_save};
 26840	        target=${target:-.};
 26841	    fi;
 26842	    dosym "${target}" "${link}"
 26843	}
 26844	eapply () 
 26845	{ 
 26846	    local failed patch_cmd=patch;
 26847	    local -x LC_COLLATE=POSIX;
 26848	    type -P gpatch > /dev/null && patch_cmd=gpatch;
 26849	    function _eapply_patch () 
 26850	    { 
 26851	        local f=${1};
 26852	        local prefix=${2};
 26853	        ebegin "${prefix:-Applying }${f##*/}";
 26854	        local all_opts=(-p1 -f -g0 --no-backup-if-mismatch "${patch_options[@]}");
 26855	        if ${patch_cmd} "${all_opts[@]}" --dry-run -s -F0 < "${f}" &> /dev/null; then
 26856	            all_opts+=(-s -F0);
 26857	        fi;
 26858	        ${patch_cmd} "${all_opts[@]}" < "${f}";
 26859	        failed=${?};
 26860	        if ! eend "${failed}"; then
 26861	            __helpers_die "patch -p1 ${patch_options[*]} failed with ${f}";
 26862	        fi
 26863	    };
 26864	    local patch_options=() files=();
 26865	    local i found_doublehyphen;
 26866	    for ((i = 1; i <= ${#@}; ++i ))
 26867	    do
 26868	        if [[ ${@:i:1} == -- ]]; then
 26869	            patch_options=("${@:1:i-1}");
 26870	            files=("${@:i+1}");
 26871	            found_doublehyphen=1;
 26872	            break;
 26873	        fi;
 26874	    done;
 26875	    if [[ -z ${found_doublehyphen} ]]; then
 26876	        for ((i = 1; i <= ${#@}; ++i ))
 26877	        do
 26878	            if [[ ${@:i:1} != -* ]]; then
 26879	                patch_options=("${@:1:i-1}");
 26880	                files=("${@:i}");
 26881	                break;
 26882	            fi;
 26883	        done;
 26884	        for i in "${files[@]}";
 26885	        do
 26886	            if [[ ${i} == -* ]]; then
 26887	                die "eapply: all options must be passed before non-options";
 26888	            fi;
 26889	        done;
 26890	    fi;
 26891	    if [[ ${#files[@]} -eq 0 ]]; then
 26892	        die "eapply: no files specified";
 26893	    fi;
 26894	    local f;
 26895	    for f in "${files[@]}";
 26896	    do
 26897	        if [[ -d ${f} ]]; then
 26898	            function _eapply_get_files () 
 26899	            { 
 26900	                local LC_ALL=POSIX;
 26901	                local prev_shopt=$(shopt -p nullglob);
 26902	                shopt -s nullglob;
 26903	                local f;
 26904	                for f in "${1}"/*;
 26905	                do
 26906	                    if [[ ${f} == *.diff || ${f} == *.patch ]]; then
 26907	                        files+=("${f}");
 26908	                    fi;
 26909	                done;
 26910	                ${prev_shopt}
 26911	            };
 26912	            local files=();
 26913	            _eapply_get_files "${f}";
 26914	            [[ ${#files[@]} -eq 0 ]] && die "No *.{patch,diff} files in directory ${f}";
 26915	            einfo "Applying patches from ${f} ...";
 26916	            local f2;
 26917	            for f2 in "${files[@]}";
 26918	            do
 26919	                _eapply_patch "${f2}" '  ';
 26920	                [[ ${failed} -ne 0 ]] && return "${failed}";
 26921	            done;
 26922	        else
 26923	            _eapply_patch "${f}";
 26924	            [[ ${failed} -ne 0 ]] && return "${failed}";
 26925	        fi;
 26926	    done;
 26927	    return 0
 26928	}
 26929	eapply_user () 
 26930	{ 
 26931	    [[ ${EBUILD_PHASE} == prepare ]] || die "eapply_user() called during invalid phase: ${EBUILD_PHASE}";
 26932	    local tagfile=${T}/.portage_user_patches_applied;
 26933	    [[ -f ${tagfile} ]] && return;
 26934	     >> "${tagfile}";
 26935	    local basedir=${PORTAGE_CONFIGROOT%/}/etc/portage/patches;
 26936	    local columns=${COLUMNS:-0};
 26937	    [[ ${columns} == 0 ]] && columns=$(set -- $( ( stty size </dev/tty ) 2>/dev/null || echo 24 80 ) ; echo $2);
 26938	    (( columns > 0 )) || (( columns = 80 ));
 26939	    local applied d f;
 26940	    local -A _eapply_user_patches;
 26941	    local prev_shopt=$(shopt -p nullglob);
 26942	    shopt -s nullglob;
 26943	    for d in "${basedir}"/${CATEGORY}/{${P}-${PR},${P},${PN}}{:${SLOT%/*},};
 26944	    do
 26945	        for f in "${d}"/*;
 26946	        do
 26947	            if [[ ( ${f} == *.diff || ${f} == *.patch ) && -z ${_eapply_user_patches[${f##*/}]} ]]; then
 26948	                _eapply_user_patches[${f##*/}]=${f};
 26949	            fi;
 26950	        done;
 26951	    done;
 26952	    if [[ ${#_eapply_user_patches[@]} -gt 0 ]]; then
 26953	        while read -r -d '' f; do
 26954	            f=${_eapply_user_patches[${f}]};
 26955	            if [[ -s ${f} ]]; then
 26956	                if [[ -z ${applied} ]]; then
 26957	                    einfo "${PORTAGE_COLOR_INFO}$(for ((column = 0; column < ${columns} - 3; column++)); do echo -n =; done)${PORTAGE_COLOR_NORMAL}";
 26958	                    einfo "Applying user patches from ${basedir} ...";
 26959	                fi;
 26960	                eapply "${f}";
 26961	                applied=1;
 26962	            fi;
 26963	        done < <(printf -- '%s\0' "${!_eapply_user_patches[@]}" |
 26964					LC_ALL=C sort -z);
 26965	    fi;
 26966	    ${prev_shopt};
 26967	    if [[ -n ${applied} ]]; then
 26968	        einfo "User patches applied.";
 26969	        einfo "${PORTAGE_COLOR_INFO}$(for ((column = 0; column < ${columns} - 3; column++)); do echo -n =; done)${PORTAGE_COLOR_NORMAL}";
 26970	    fi
 26971	}
 26972	econf_build () 
 26973	{ 
 26974	    local CBUILD=${CBUILD:-${CHOST}};
 26975	    function econf_env () 
 26976	    { 
 26977	        CHOST=${CBUILD} econf "$@"
 26978	    };
 26979	    tc-env_build econf_env "$@"
 26980	}
 26981	einstalldocs () 
 26982	{ 
 26983	    ( if [[ $(declare -p DOCS 2>/dev/null) != *=* ]]; then
 26984	        local d;
 26985	        for d in README* ChangeLog AUTHORS NEWS TODO CHANGES THANKS BUGS FAQ CREDITS CHANGELOG;
 26986	        do
 26987	            [[ -f ${d} && -s ${d} ]] && docinto / && dodoc "${d}";
 26988	        done;
 26989	    else
 26990	        if ___is_indexed_array_var DOCS; then
 26991	            [[ ${#DOCS[@]} -gt 0 ]] && docinto / && dodoc -r "${DOCS[@]}";
 26992	        else
 26993	            [[ -n ${DOCS} ]] && docinto / && dodoc -r ${DOCS};
 26994	        fi;
 26995	    fi );
 26996	    ( if ___is_indexed_array_var HTML_DOCS; then
 26997	        [[ ${#HTML_DOCS[@]} -gt 0 ]] && docinto html && dodoc -r "${HTML_DOCS[@]}";
 26998	    else
 26999	        [[ -n ${HTML_DOCS} ]] && docinto html && dodoc -r ${HTML_DOCS};
 27000	    fi )
 27001	}
 27002	epytest () 
 27003	{ 
 27004	    debug-print-function ${FUNCNAME} "${@}";
 27005	    _python_check_EPYTHON;
 27006	    _python_check_occluded_packages;
 27007	    local color=yes;
 27008	    [[ -n ${NO_COLOR} ]] && color=no;
 27009	    local args=(-vv -ra -l -Wdefault "--color=${color}" -o console_output_style=count -o tmp_path_retention_count=0 -o tmp_path_retention_policy=failed);
 27010	    if [[ ! -n ${PYTEST_DISABLE_PLUGIN_AUTOLOAD} ]]; then
 27011	        args+=(-p no:cov -p no:flake8 -p no:flakes -p no:pylint -p no:markdown -p no:sugar -p no:xvfb -p no:pytest-describe -p no:plus -p no:tavern -p no:salt-factories);
 27012	    fi;
 27013	    if [[ -n ${EPYTEST_TIMEOUT} ]]; then
 27014	        if [[ ${PYTEST_PLUGINS} != *pytest_timeout* ]]; then
 27015	            args+=(-p timeout);
 27016	        fi;
 27017	        args+=("--timeout=${EPYTEST_TIMEOUT}");
 27018	    fi;
 27019	    if [[ -n ${EPYTEST_XDIST} ]]; then
 27020	        local jobs=${EPYTEST_JOBS:-$(makeopts_jobs)};
 27021	        if [[ ${jobs} -gt 1 ]]; then
 27022	            if [[ ${PYTEST_PLUGINS} != *xdist.plugin* ]]; then
 27023	                args+=(-p xdist);
 27024	            fi;
 27025	            args+=(-n "${jobs}" --dist=worksteal);
 27026	        fi;
 27027	    fi;
 27028	    local x;
 27029	    for x in "${EPYTEST_DESELECT[@]}";
 27030	    do
 27031	        args+=(--deselect "${x}");
 27032	    done;
 27033	    for x in "${EPYTEST_IGNORE[@]}";
 27034	    do
 27035	        args+=(--ignore "${x}");
 27036	    done;
 27037	    set -- "${EPYTHON}" -m pytest "${args[@]}" "${@}";
 27038	    echo "${@}" 1>&2;
 27039	    "${@}" || die -n "pytest failed with ${EPYTHON}";
 27040	    local ret=${?};
 27041	    rm -rf .hypothesis .pytest_cache || die;
 27042	    if [[ -n ${BUILD_DIR} && -d ${BUILD_DIR} ]]; then
 27043	        find "${BUILD_DIR}" -name '*-pytest-*.pyc' -delete || die;
 27044	    fi;
 27045	    return ${ret}
 27046	}
 27047	eunittest () 
 27048	{ 
 27049	    debug-print-function ${FUNCNAME} "${@}";
 27050	    _python_check_EPYTHON;
 27051	    _python_check_occluded_packages;
 27052	    local runner=unittest;
 27053	    if _python_impl_matches "${EPYTHON}" 3.{9..11}; then
 27054	        runner=unittest_or_fail;
 27055	    fi;
 27056	    set -- "${EPYTHON}" -m "${runner}" discover -v "${@}";
 27057	    echo "${@}" 1>&2;
 27058	    "${@}" || die -n "Tests failed with ${EPYTHON}";
 27059	    return ${?}
 27060	}
 27061	filter-flags () 
 27062	{ 
 27063	    _filter-hardened "$@";
 27064	    local v;
 27065	    for v in $(all-flag-vars);
 27066	    do
 27067	        _filter-var ${v} "$@";
 27068	    done;
 27069	    return 0
 27070	}
 27071	filter-ldflags () 
 27072	{ 
 27073	    _filter-var LDFLAGS "$@";
 27074	    return 0
 27075	}
 27076	filter-lfs-flags () 
 27077	{ 
 27078	    [[ $# -ne 0 ]] && die "filter-lfs-flags takes no arguments";
 27079	    filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_TIME_BITS=64
 27080	}
 27081	filter-lto () 
 27082	{ 
 27083	    [[ $# -ne 0 ]] && die "filter-lto takes no arguments";
 27084	    filter-flags '-flto*' -fwhole-program-vtables '-fsanitize=cfi*'
 27085	}
 27086	filter-mfpmath () 
 27087	{ 
 27088	    local orig_mfpmath new_math prune_math;
 27089	    orig_mfpmath=$(get-flag -mfpmath);
 27090	    new_math=$(get-flag mfpmath);
 27091	    new_math=${new_math/both/387,sse};
 27092	    new_math=" ${new_math//[,+]/ } ";
 27093	    prune_math="";
 27094	    for prune_math in "$@";
 27095	    do
 27096	        new_math=${new_math/ ${prune_math} / };
 27097	    done;
 27098	    new_math=$(echo ${new_math});
 27099	    new_math=${new_math// /,};
 27100	    if [[ -z ${new_math} ]]; then
 27101	        filter-flags ${orig_mfpmath};
 27102	    else
 27103	        replace-flags ${orig_mfpmath} -mfpmath=${new_math};
 27104	    fi;
 27105	    return 0
 27106	}
 27107	gcc-fullversion () 
 27108	{ 
 27109	    _gcc_fullversion '$1.$2.$3' "$@"
 27110	}
 27111	gcc-major-version () 
 27112	{ 
 27113	    _gcc_fullversion '$1' "$@"
 27114	}
 27115	gcc-micro-version () 
 27116	{ 
 27117	    _gcc_fullversion '$3' "$@"
 27118	}
 27119	gcc-minor-version () 
 27120	{ 
 27121	    _gcc_fullversion '$2' "$@"
 27122	}
 27123	gcc-specs-directive () 
 27124	{ 
 27125	    local directive subdname subdirective;
 27126	    directive="$(_gcc-specs-directive_raw $1)";
 27127	    while [[ ${directive} == *%\(*\)* ]]; do
 27128	        subdname=${directive/*%\(};
 27129	        subdname=${subdname/\)*};
 27130	        subdirective="$(_gcc-specs-directive_raw ${subdname})";
 27131	        directive="${directive//\%(${subdname})/${subdirective}}";
 27132	    done;
 27133	    echo "${directive}";
 27134	    return 0
 27135	}
 27136	gcc-specs-nostrict () 
 27137	{ 
 27138	    local directive;
 27139	    directive=$(gcc-specs-directive cc1);
 27140	    [[ "${directive/\{!fstrict-overflow:}" != "${directive}" ]]
 27141	}
 27142	gcc-specs-now () 
 27143	{ 
 27144	    local directive;
 27145	    directive=$(gcc-specs-directive link_command);
 27146	    [[ "${directive/\{!nonow:}" != "${directive}" ]]
 27147	}
 27148	gcc-specs-pie () 
 27149	{ 
 27150	    local directive;
 27151	    directive=$(gcc-specs-directive cc1);
 27152	    [[ "${directive/\{!nopie:}" != "${directive}" ]]
 27153	}
 27154	gcc-specs-relro () 
 27155	{ 
 27156	    local directive;
 27157	    directive=$(gcc-specs-directive link_command);
 27158	    [[ "${directive/\{!norelro:}" != "${directive}" ]]
 27159	}
 27160	gcc-specs-ssp () 
 27161	{ 
 27162	    local directive;
 27163	    directive=$(gcc-specs-directive cc1);
 27164	    [[ "${directive/\{!fno-stack-protector:}" != "${directive}" ]]
 27165	}
 27166	gcc-specs-ssp-to-all () 
 27167	{ 
 27168	    local directive;
 27169	    directive=$(gcc-specs-directive cc1);
 27170	    [[ "${directive/\{!fno-stack-protector-all:}" != "${directive}" ]]
 27171	}
 27172	gcc-specs-stack-check () 
 27173	{ 
 27174	    local directive;
 27175	    directive=$(gcc-specs-directive cc1);
 27176	    [[ "${directive/\{!fno-stack-check:}" != "${directive}" ]]
 27177	}
 27178	gcc-version () 
 27179	{ 
 27180	    _gcc_fullversion '$1.$2' "$@"
 27181	}
 27182	gen_usr_ldscript () 
 27183	{ 
 27184	    ewarn "${FUNCNAME}: Please migrate to usr-ldscript.eclass";
 27185	    local lib libdir=$(get_libdir) output_format="" auto=false suffix=$(get_libname);
 27186	    [[ -z ${ED+set} ]] && local ED=${D%/}${EPREFIX}/;
 27187	    tc-is-static-only && return;
 27188	    if [[ $(type -t multilib_is_native_abi) == "function" ]]; then
 27189	        multilib_is_native_abi || return 0;
 27190	    fi;
 27191	    case ${CTARGET:-${CHOST}} in 
 27192	        *-darwin*)
 27193	
 27194	        ;;
 27195	        *-android*)
 27196	            return 0
 27197	        ;;
 27198	        *linux*)
 27199	            use prefix && return 0
 27200	        ;;
 27201	        *)
 27202	            return 0
 27203	        ;;
 27204	    esac;
 27205	    dodir /usr/${libdir};
 27206	    if [[ $1 == "-a" ]]; then
 27207	        auto=true;
 27208	        shift;
 27209	        dodir /${libdir};
 27210	    fi;
 27211	    local flags=(${CFLAGS} ${LDFLAGS} -Wl,--verbose);
 27212	    if $(tc-getLD) --version | grep -q 'GNU gold'; then
 27213	        local d="${T}/bfd-linker";
 27214	        mkdir -p "${d}";
 27215	        ln -sf $(type -P ${CHOST}-ld.bfd) "${d}"/ld;
 27216	        flags+=(-B"${d}");
 27217	    fi;
 27218	    output_format=$($(tc-getCC) "${flags[@]}" 2>&1 | sed -n 's/^OUTPUT_FORMAT("\([^"]*\)",.*/\1/p');
 27219	    [[ -n ${output_format} ]] && output_format="OUTPUT_FORMAT ( ${output_format} )";
 27220	    for lib in "$@";
 27221	    do
 27222	        local tlib;
 27223	        if ${auto}; then
 27224	            lib="lib${lib}${suffix}";
 27225	        else
 27226	            [[ -r ${ED}/${libdir}/${lib} ]] || continue;
 27227	        fi;
 27228	        case ${CTARGET:-${CHOST}} in 
 27229	            *-darwin*)
 27230	                if ${auto}; then
 27231	                    tlib=$(scanmacho -qF'%S#F' "${ED}"/usr/${libdir}/${lib});
 27232	                else
 27233	                    tlib=$(scanmacho -qF'%S#F' "${ED}"/${libdir}/${lib});
 27234	                fi;
 27235	                [[ -z ${tlib} ]] && die "unable to read install_name from ${lib}";
 27236	                tlib=${tlib##*/};
 27237	                if ${auto}; then
 27238	                    mv "${ED}"/usr/${libdir}/${lib%${suffix}}.*${suffix#.} "${ED}"/${libdir}/ || die;
 27239	                    if [[ ${tlib} != ${lib%${suffix}}.*${suffix#.} ]]; then
 27240	                        mv "${ED}"/usr/${libdir}/${tlib%${suffix}}.*${suffix#.} "${ED}"/${libdir}/ || die;
 27241	                    fi;
 27242	                    rm -f "${ED}"/${libdir}/${lib};
 27243	                fi;
 27244	                if [[ ! -w "${ED}/${libdir}/${tlib}" ]]; then
 27245	                    chmod u+w "${ED}${libdir}/${tlib}";
 27246	                    local nowrite=yes;
 27247	                fi;
 27248	                install_name_tool -id "${EPREFIX}"/${libdir}/${tlib} "${ED}"/${libdir}/${tlib} || die "install_name_tool failed";
 27249	                [[ -n ${nowrite} ]] && chmod u-w "${ED}${libdir}/${tlib}";
 27250	                pushd "${ED}/usr/${libdir}" > /dev/null;
 27251	                ln -snf "../../${libdir}/${tlib}" "${lib}";
 27252	                popd > /dev/null
 27253	            ;;
 27254	            *)
 27255	                if ${auto}; then
 27256	                    tlib=$(scanelf -qF'%S#F' "${ED}"/usr/${libdir}/${lib});
 27257	                    [[ -z ${tlib} ]] && die "unable to read SONAME from ${lib}";
 27258	                    mv "${ED}"/usr/${libdir}/${lib}* "${ED}"/${libdir}/ || die;
 27259	                    if [[ ${tlib} != ${lib}* ]]; then
 27260	                        mv "${ED}"/usr/${libdir}/${tlib}* "${ED}"/${libdir}/ || die;
 27261	                    fi;
 27262	                    rm -f "${ED}"/${libdir}/${lib};
 27263	                else
 27264	                    tlib=${lib};
 27265	                fi;
 27266	                cat > "${ED}/usr/${libdir}/${lib}" <<-END_LDSCRIPT
 27267	/* GNU ld script
 27268	   Since Gentoo has critical dynamic libraries in /lib, and the static versions
 27269	   in /usr/lib, we need to have a "fake" dynamic lib in /usr/lib, otherwise we
 27270	   run into linking problems.  This "fake" dynamic lib is a linker script that
 27271	   redirects the linker to the real lib.  And yes, this works in the cross-
 27272	   compiling scenario as the sysroot-ed linker will prepend the real path.
 27273	
 27274	   See bug https://bugs.gentoo.org/4411 for more info.
 27275	 */
 27276	${output_format}
 27277	GROUP ( ${EPREFIX}/${libdir}/${tlib} )
 27278	END_LDSCRIPT
 27279	
 27280	            ;;
 27281	        esac
 27282	        fperms a+x "/usr/${libdir}/${lib}" || die "could not change perms on ${lib}";
 27283	    done
 27284	}
 27285	get-flag () 
 27286	{ 
 27287	    [[ $# -ne 1 ]] && die "usage: <flag>";
 27288	    local f var findflag="$1";
 27289	    for var in $(all-flag-vars);
 27290	    do
 27291	        for f in ${!var};
 27292	        do
 27293	            if [ "${f/${findflag}}" != "${f}" ]; then
 27294	                printf "%s\n" "${f/-${findflag}=}";
 27295	                return 0;
 27296	            fi;
 27297	        done;
 27298	    done;
 27299	    return 1
 27300	}
 27301	get_abi_CFLAGS () 
 27302	{ 
 27303	    get_abi_var CFLAGS "$@"
 27304	}
 27305	get_abi_CHOST () 
 27306	{ 
 27307	    get_abi_var CHOST "$@"
 27308	}
 27309	get_abi_CTARGET () 
 27310	{ 
 27311	    get_abi_var CTARGET "$@"
 27312	}
 27313	get_abi_FAKE_TARGETS () 
 27314	{ 
 27315	    get_abi_var FAKE_TARGETS "$@"
 27316	}
 27317	get_abi_LDFLAGS () 
 27318	{ 
 27319	    get_abi_var LDFLAGS "$@"
 27320	}
 27321	get_abi_LIBDIR () 
 27322	{ 
 27323	    get_abi_var LIBDIR "$@"
 27324	}
 27325	get_abi_var () 
 27326	{ 
 27327	    local flag=$1;
 27328	    local abi=${2:-${ABI:-${DEFAULT_ABI:-default}}};
 27329	    local var="${flag}_${abi}";
 27330	    echo ${!var}
 27331	}
 27332	get_all_abis () 
 27333	{ 
 27334	    local x order="" mvar dvar;
 27335	    mvar="MULTILIB_ABIS";
 27336	    dvar="DEFAULT_ABI";
 27337	    if [[ -n $1 ]]; then
 27338	        mvar="$1_${mvar}";
 27339	        dvar="$1_${dvar}";
 27340	    fi;
 27341	    if [[ -z ${!mvar} ]]; then
 27342	        echo "default";
 27343	        return 0;
 27344	    fi;
 27345	    for x in ${!mvar};
 27346	    do
 27347	        if [[ ${x} != ${!dvar} ]]; then
 27348	            order="${order:+${order} }${x}";
 27349	        fi;
 27350	    done;
 27351	    order="${order:+${order} }${!dvar}";
 27352	    echo ${order};
 27353	    return 0
 27354	}
 27355	get_all_libdirs () 
 27356	{ 
 27357	    local libdirs abi;
 27358	    for abi in ${MULTILIB_ABIS};
 27359	    do
 27360	        libdirs+=" $(get_abi_LIBDIR ${abi})";
 27361	    done;
 27362	    [[ " ${libdirs} " != *" lib "* ]] && libdirs+=" lib";
 27363	    echo "${libdirs}"
 27364	}
 27365	get_bashcompdir () 
 27366	{ 
 27367	    debug-print-function ${FUNCNAME} "${@}";
 27368	    echo "${EPREFIX}$(_bash-completion-r1_get_bashcompdir)"
 27369	}
 27370	get_bashhelpersdir () 
 27371	{ 
 27372	    debug-print-function ${FUNCNAME} "${@}";
 27373	    echo "${EPREFIX}$(_bash-completion-r1_get_bashhelpersdir)"
 27374	}
 27375	get_exeext () 
 27376	{ 
 27377	    case ${CHOST} in 
 27378	        mingw* | *-mingw*)
 27379	            echo ".exe"
 27380	        ;;
 27381	    esac
 27382	}
 27383	get_install_abis () 
 27384	{ 
 27385	    local x order="";
 27386	    if [[ -z ${MULTILIB_ABIS} ]]; then
 27387	        echo "default";
 27388	        return 0;
 27389	    fi;
 27390	    if [[ ${EMULTILIB_PKG} == "true" ]]; then
 27391	        for x in ${MULTILIB_ABIS};
 27392	        do
 27393	            if [[ ${x} != "${DEFAULT_ABI}" ]]; then
 27394	                has ${x} ${ABI_DENY} || order="${order} ${x}";
 27395	            fi;
 27396	        done;
 27397	        has ${DEFAULT_ABI} ${ABI_DENY} || order="${order} ${DEFAULT_ABI}";
 27398	        if [[ -n ${ABI_ALLOW} ]]; then
 27399	            local ordera="";
 27400	            for x in ${order};
 27401	            do
 27402	                if has ${x} ${ABI_ALLOW}; then
 27403	                    ordera="${ordera} ${x}";
 27404	                fi;
 27405	            done;
 27406	            order=${ordera};
 27407	        fi;
 27408	    else
 27409	        order=${DEFAULT_ABI};
 27410	    fi;
 27411	    if [[ -z ${order} ]]; then
 27412	        die "The ABI list is empty.  Are you using a proper multilib profile?  Perhaps your USE flags or MULTILIB_ABIS are too restrictive for this package.";
 27413	    fi;
 27414	    echo ${order};
 27415	    return 0
 27416	}
 27417	get_libdir () 
 27418	{ 
 27419	    local libdir_var="LIBDIR_${ABI}";
 27420	    local libdir="lib";
 27421	    [[ -n ${ABI} && -n ${!libdir_var} ]] && libdir=${!libdir_var};
 27422	    echo "${libdir}"
 27423	}
 27424	get_libname () 
 27425	{ 
 27426	    local libname;
 27427	    local ver=$1;
 27428	    case ${CHOST} in 
 27429	        mingw* | *-mingw*)
 27430	            libname="dll"
 27431	        ;;
 27432	        *-darwin*)
 27433	            libname="dylib"
 27434	        ;;
 27435	        *)
 27436	            libname="so"
 27437	        ;;
 27438	    esac;
 27439	    if [[ -z $* ]]; then
 27440	        echo ".${libname}";
 27441	    else
 27442	        for ver in "$@";
 27443	        do
 27444	            case ${CHOST} in 
 27445	                *-darwin*)
 27446	                    echo ".${ver}.${libname}"
 27447	                ;;
 27448	                *)
 27449	                    echo ".${libname}.${ver}"
 27450	                ;;
 27451	            esac;
 27452	        done;
 27453	    fi
 27454	}
 27455	get_makeopts_jobs () 
 27456	{ 
 27457	    makeopts_jobs "$(_get_all_makeopts)" "${1:-1}"
 27458	}
 27459	get_makeopts_loadavg () 
 27460	{ 
 27461	    makeopts_loadavg "$(_get_all_makeopts)" "${1:-999}"
 27462	}
 27463	get_modname () 
 27464	{ 
 27465	    local modname;
 27466	    local ver=$1;
 27467	    case ${CHOST} in 
 27468	        *-darwin*)
 27469	            modname="bundle"
 27470	        ;;
 27471	        *)
 27472	            modname="so"
 27473	        ;;
 27474	    esac;
 27475	    echo ".${modname}"
 27476	}
 27477	get_nproc () 
 27478	{ 
 27479	    local nproc;
 27480	    if type -P nproc &> /dev/null; then
 27481	        nproc=$(nproc);
 27482	    fi;
 27483	    if [[ -z ${nproc} ]] && type -P sysctl &> /dev/null; then
 27484	        nproc=$(sysctl -n hw.ncpu 2>/dev/null);
 27485	    fi;
 27486	    if [[ -z ${nproc} ]] && type -P python &> /dev/null; then
 27487	        nproc=$(python -c 'import multiprocessing; print(multiprocessing.cpu_count());' 2>/dev/null);
 27488	    fi;
 27489	    if [[ -n ${nproc} ]]; then
 27490	        echo "${nproc}";
 27491	    else
 27492	        echo "${1:-1}";
 27493	    fi
 27494	}
 27495	has_multilib_profile () 
 27496	{ 
 27497	    [ -n "${MULTILIB_ABIS}" -a "${MULTILIB_ABIS}" != "${MULTILIB_ABIS/ /}" ]
 27498	}
 27499	in_iuse () 
 27500	{ 
 27501	    local use=${1};
 27502	    if [[ -z "${use}" ]]; then
 27503	        echo "!!! in_iuse() called without a parameter." 1>&2;
 27504	        echo "!!! in_iuse <USEFLAG>" 1>&2;
 27505	        die "in_iuse() called without a parameter";
 27506	    fi;
 27507	    local liuse=(${IUSE_EFFECTIVE});
 27508	    has "${use}" "${liuse[@]#[+-]}"
 27509	}
 27510	is-flag () 
 27511	{ 
 27512	    is-flagq "$@" && echo true
 27513	}
 27514	is-flagq () 
 27515	{ 
 27516	    [[ -n $2 ]] && die "Usage: is-flag <flag>";
 27517	    local var;
 27518	    for var in $(all-flag-vars);
 27519	    do
 27520	        _is_flagq ${var} "$1" && return 0;
 27521	    done;
 27522	    return 1
 27523	}
 27524	is-ldflag () 
 27525	{ 
 27526	    is-ldflagq "$@" && echo true
 27527	}
 27528	is-ldflagq () 
 27529	{ 
 27530	    [[ -n $2 ]] && die "Usage: is-ldflag <flag>";
 27531	    _is_flagq LDFLAGS $1
 27532	}
 27533	is_final_abi () 
 27534	{ 
 27535	    has_multilib_profile || return 0;
 27536	    set -- $(get_install_abis);
 27537	    local LAST_ABI=$#;
 27538	    [[ ${!LAST_ABI} == ${ABI} ]]
 27539	}
 27540	makeopts_jobs () 
 27541	{ 
 27542	    [[ $# -eq 0 ]] && set -- "$(_get_all_makeopts)";
 27543	    local jobs=$(echo " $* " | sed -r -n 		-e 's:.*[[:space:]](-[a-z]*j|--jobs[=[:space:]])[[:space:]]*([0-9]+).*:\2:p' 		-e "s:.*[[:space:]](-[a-z]*j|--jobs)[[:space:]].*:${2:-$(( $(get_nproc) + 1 ))}:p");
 27544	    echo ${jobs:-1}
 27545	}
 27546	makeopts_loadavg () 
 27547	{ 
 27548	    [[ $# -eq 0 ]] && set -- "$(_get_all_makeopts)";
 27549	    local lavg=$(echo " $* " | sed -r -n 		-e 's:.*[[:space:]](-[a-z]*l|--(load-average|max-load)[=[:space:]])[[:space:]]*([0-9]+(\.[0-9]+)?)[[:space:]].*:\3:p' 		-e "s:.*[[:space:]](-[a-z]*l|--(load-average|max-load))[[:space:]].*:${2:-999}:p");
 27550	    echo ${lavg:-${2:-999}}
 27551	}
 27552	multilib_env () 
 27553	{ 
 27554	    local CTARGET=${1:-${CTARGET}};
 27555	    local cpu=${CTARGET%%*-};
 27556	    if [[ ${CTARGET} = *-musl* ]]; then
 27557	        : "${MULTILIB_ABIS=default}";
 27558	        : "${DEFAULT_ABI=default}";
 27559	        export MULTILIB_ABIS DEFAULT_ABI;
 27560	        return;
 27561	    fi;
 27562	    case ${cpu} in 
 27563	        aarch64*)
 27564	            export CFLAGS_arm=${CFLAGS_arm-};
 27565	            case ${cpu} in 
 27566	                aarch64*be)
 27567	                    export CHOST_arm="armv8b-${CTARGET#*-}"
 27568	                ;;
 27569	                *)
 27570	                    export CHOST_arm="armv8l-${CTARGET#*-}"
 27571	                ;;
 27572	            esac;
 27573	            CHOST_arm=${CHOST_arm/%-gnu/-gnueabi};
 27574	            export CTARGET_arm=${CHOST_arm};
 27575	            export LIBDIR_arm="lib";
 27576	            export CFLAGS_arm64=${CFLAGS_arm64-};
 27577	            export CHOST_arm64=${CTARGET};
 27578	            export CTARGET_arm64=${CHOST_arm64};
 27579	            export LIBDIR_arm64="lib64";
 27580	            : "${MULTILIB_ABIS=arm64}";
 27581	            : "${DEFAULT_ABI=arm64}"
 27582	        ;;
 27583	        x86_64*)
 27584	            export CFLAGS_x86=${CFLAGS_x86--m32};
 27585	            export CHOST_x86=${CTARGET/x86_64/i686};
 27586	            CHOST_x86=${CHOST_x86/%-gnux32/-gnu};
 27587	            export CTARGET_x86=${CHOST_x86};
 27588	            if [[ ${SYMLINK_LIB} == "yes" ]]; then
 27589	                export LIBDIR_x86="lib32";
 27590	            else
 27591	                export LIBDIR_x86="lib";
 27592	            fi;
 27593	            export CFLAGS_amd64=${CFLAGS_amd64--m64};
 27594	            export CHOST_amd64=${CTARGET/%-gnux32/-gnu};
 27595	            export CTARGET_amd64=${CHOST_amd64};
 27596	            export LIBDIR_amd64="lib64";
 27597	            export CFLAGS_x32=${CFLAGS_x32--mx32};
 27598	            export CHOST_x32=${CTARGET/%-gnu/-gnux32};
 27599	            export CTARGET_x32=${CHOST_x32};
 27600	            export LIBDIR_x32="libx32";
 27601	            case ${CTARGET} in 
 27602	                *-gnux32)
 27603	                    : "${MULTILIB_ABIS=x32 amd64 x86}";
 27604	                    : "${DEFAULT_ABI=x32}"
 27605	                ;;
 27606	                *)
 27607	                    : "${MULTILIB_ABIS=amd64 x86}";
 27608	                    : "${DEFAULT_ABI=amd64}"
 27609	                ;;
 27610	            esac
 27611	        ;;
 27612	        loongarch64*)
 27613	            export CFLAGS_lp64d=${CFLAGS_lp64d--mabi=lp64d};
 27614	            export CHOST_lp64d=${CTARGET};
 27615	            export CTARGET_lp64d=${CTARGET};
 27616	            export LIBDIR_lp64d=${LIBDIR_lp64d-lib64};
 27617	            : "${MULTILIB_ABIS=lp64d}";
 27618	            : "${DEFAULT_ABI=lp64d}"
 27619	        ;;
 27620	        mips64* | mipsisa64*)
 27621	            export CFLAGS_o32=${CFLAGS_o32--mabi=32};
 27622	            export CHOST_o32=${CTARGET/mips64/mips};
 27623	            export CHOST_o32=${CHOST_o32/mipsisa64/mipsisa32};
 27624	            export CTARGET_o32=${CHOST_o32};
 27625	            export LIBDIR_o32="lib";
 27626	            export CFLAGS_n32=${CFLAGS_n32--mabi=n32};
 27627	            export CHOST_n32=${CTARGET};
 27628	            export CTARGET_n32=${CHOST_n32};
 27629	            export LIBDIR_n32="lib32";
 27630	            export CFLAGS_n64=${CFLAGS_n64--mabi=64};
 27631	            export CHOST_n64=${CTARGET};
 27632	            export CTARGET_n64=${CHOST_n64};
 27633	            export LIBDIR_n64="lib64";
 27634	            : "${MULTILIB_ABIS=n64 n32 o32}";
 27635	            : "${DEFAULT_ABI=n32}"
 27636	        ;;
 27637	        powerpc64*)
 27638	            export CFLAGS_ppc=${CFLAGS_ppc--m32};
 27639	            export CHOST_ppc=${CTARGET/powerpc64/powerpc};
 27640	            export CTARGET_ppc=${CHOST_ppc};
 27641	            export LIBDIR_ppc="lib";
 27642	            export CFLAGS_ppc64=${CFLAGS_ppc64--m64};
 27643	            export CHOST_ppc64=${CTARGET};
 27644	            export CTARGET_ppc64=${CHOST_ppc64};
 27645	            export LIBDIR_ppc64="lib64";
 27646	            : "${MULTILIB_ABIS=ppc64 ppc}";
 27647	            : "${DEFAULT_ABI=ppc64}"
 27648	        ;;
 27649	        riscv64*)
 27650	            : "${MULTILIB_ABIS=lp64d lp64 ilp32d ilp32}";
 27651	            : "${DEFAULT_ABI=lp64d}";
 27652	            local _libdir_riscvdefaultabi_variable="LIBDIR_${DEFAULT_ABI}";
 27653	            local _libdir_riscvdefaultabi=${!_libdir_riscvdefaultabi_variable};
 27654	            export ${_libdir_riscvdefaultabi_variable}=${_libdir_riscvdefaultabi:-lib64};
 27655	            export CFLAGS_lp64d=${CFLAGS_lp64d--mabi=lp64d -march=rv64gc};
 27656	            export CHOST_lp64d=${CTARGET};
 27657	            export CTARGET_lp64d=${CTARGET};
 27658	            export LIBDIR_lp64d=${LIBDIR_lp64d-lib64/lp64d};
 27659	            export CFLAGS_lp64=${CFLAGS_lp64--mabi=lp64 -march=rv64imac};
 27660	            export CHOST_lp64=${CTARGET};
 27661	            export CTARGET_lp64=${CTARGET};
 27662	            export LIBDIR_lp64=${LIBDIR_lp64-lib64/lp64};
 27663	            export CFLAGS_ilp32d=${CFLAGS_ilp32d--mabi=ilp32d -march=rv32imafdc};
 27664	            export CHOST_ilp32d=${CTARGET/riscv64/riscv32};
 27665	            export CTARGET_ilp32d=${CTARGET/riscv64/riscv32};
 27666	            export LIBDIR_ilp32d=${LIBDIR_ilp32d-lib32/ilp32d};
 27667	            export CFLAGS_ilp32=${CFLAGS_ilp32--mabi=ilp32 -march=rv32imac};
 27668	            export CHOST_ilp32=${CTARGET/riscv64/riscv32};
 27669	            export CTARGET_ilp32=${CTARGET/riscv64/riscv32};
 27670	            export LIBDIR_ilp32=${LIBDIR_ilp32-lib32/ilp32}
 27671	        ;;
 27672	        riscv32*)
 27673	            : "${MULTILIB_ABIS=ilp32d ilp32}";
 27674	            : "${DEFAULT_ABI=ilp32d}";
 27675	            local _libdir_riscvdefaultabi_variable="LIBDIR_${DEFAULT_ABI}";
 27676	            local _libdir_riscvdefaultabi=${!_libdir_riscvdefaultabi_variable};
 27677	            export ${_libdir_riscvdefaultabi_variable}=${_libdir_riscvdefaultabi:-lib};
 27678	            export CFLAGS_ilp32d=${CFLAGS_ilp32d--mabi=ilp32d -march=rv32imafdc};
 27679	            export CHOST_ilp32d=${CTARGET};
 27680	            export CTARGET_ilp32d=${CTARGET};
 27681	            export LIBDIR_ilp32d=${LIBDIR_ilp32d-lib32/ilp32d};
 27682	            export CFLAGS_ilp32=${CFLAGS_ilp32--mabi=ilp32 -march=rv32imac};
 27683	            export CHOST_ilp32=${CTARGET};
 27684	            export CTARGET_ilp32=${CTARGET};
 27685	            export LIBDIR_ilp32=${LIBDIR_ilp32-lib32/ilp32}
 27686	        ;;
 27687	        s390x*)
 27688	            export CFLAGS_s390=${CFLAGS_s390--m31};
 27689	            export CHOST_s390=${CTARGET/s390x/s390};
 27690	            export CTARGET_s390=${CHOST_s390};
 27691	            export LIBDIR_s390="lib";
 27692	            export CFLAGS_s390x=${CFLAGS_s390x--m64};
 27693	            export CHOST_s390x=${CTARGET};
 27694	            export CTARGET_s390x=${CHOST_s390x};
 27695	            export LIBDIR_s390x="lib64";
 27696	            : "${MULTILIB_ABIS=s390x s390}";
 27697	            : "${DEFAULT_ABI=s390x}"
 27698	        ;;
 27699	        sparc64*)
 27700	            export CFLAGS_sparc32=${CFLAGS_sparc32--m32};
 27701	            export CHOST_sparc32=${CTARGET/sparc64/sparc};
 27702	            export CTARGET_sparc32=${CHOST_sparc32};
 27703	            export LIBDIR_sparc32="lib";
 27704	            export CFLAGS_sparc64=${CFLAGS_sparc64--m64};
 27705	            export CHOST_sparc64=${CTARGET};
 27706	            export CTARGET_sparc64=${CHOST_sparc64};
 27707	            export LIBDIR_sparc64="lib64";
 27708	            : "${MULTILIB_ABIS=sparc64 sparc32}";
 27709	            : "${DEFAULT_ABI=sparc64}"
 27710	        ;;
 27711	        *)
 27712	            : "${MULTILIB_ABIS=default}";
 27713	            : "${DEFAULT_ABI=default}"
 27714	        ;;
 27715	    esac;
 27716	    export MULTILIB_ABIS DEFAULT_ABI
 27717	}
 27718	multilib_toolchain_setup () 
 27719	{ 
 27720	    local v vv;
 27721	    export ABI=$1;
 27722	    local save_restore_variables=(CBUILD CHOST AR CC CXX F77 FC LD NM OBJCOPY OBJDUMP PKG_CONFIG RANLIB READELF STRINGS STRIP PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG_SYSTEM_INCLUDE_PATH PKG_CONFIG_SYSTEM_LIBRARY_PATH);
 27723	    if [[ ${_DEFAULT_ABI_SAVED} == "true" ]]; then
 27724	        for v in "${save_restore_variables[@]}";
 27725	        do
 27726	            vv="_abi_saved_${v}";
 27727	            [[ ${!vv+set} == "set" ]] && export ${v}="${!vv}" || unset ${v};
 27728	            unset ${vv};
 27729	        done;
 27730	        unset _DEFAULT_ABI_SAVED;
 27731	    fi;
 27732	    if [[ ${ABI} != ${DEFAULT_ABI} ]]; then
 27733	        for v in "${save_restore_variables[@]}";
 27734	        do
 27735	            vv="_abi_saved_${v}";
 27736	            [[ ${!v+set} == "set" ]] && export ${vv}="${!v}" || unset ${vv};
 27737	        done;
 27738	        export _DEFAULT_ABI_SAVED="true";
 27739	        if [[ ${CBUILD} == "${CHOST}" ]]; then
 27740	            export CBUILD=$(get_abi_CHOST $1);
 27741	        fi;
 27742	        export CHOST=$(get_abi_CHOST ${DEFAULT_ABI});
 27743	        export AR="$(tc-getAR)";
 27744	        export CC="$(tc-getCC) $(get_abi_CFLAGS)";
 27745	        export CXX="$(tc-getCXX) $(get_abi_CFLAGS)";
 27746	        export F77="$(tc-getF77) $(get_abi_CFLAGS)";
 27747	        export FC="$(tc-getFC) $(get_abi_CFLAGS)";
 27748	        export LD="$(tc-getLD) $(get_abi_LDFLAGS)";
 27749	        export NM="$(tc-getNM)";
 27750	        export OBJCOPY="$(tc-getOBJCOPY)";
 27751	        export OBJDUMP="$(tc-getOBJDUMP)";
 27752	        export PKG_CONFIG="$(tc-getPKG_CONFIG)";
 27753	        export RANLIB="$(tc-getRANLIB)";
 27754	        export READELF="$(tc-getREADELF)";
 27755	        export STRINGS="$(tc-getSTRINGS)";
 27756	        export STRIP="$(tc-getSTRIP)";
 27757	        export CHOST=$(get_abi_CHOST $1);
 27758	        export PKG_CONFIG_LIBDIR=${EPREFIX}/usr/$(get_libdir)/pkgconfig;
 27759	        export PKG_CONFIG_PATH=${EPREFIX}/usr/share/pkgconfig;
 27760	        export PKG_CONFIG_SYSTEM_INCLUDE_PATH=${EPREFIX}/usr/include;
 27761	        export PKG_CONFIG_SYSTEM_LIBRARY_PATH=${EPREFIX}/$(get_libdir):${EPREFIX}/usr/$(get_libdir);
 27762	    fi
 27763	}
 27764	newbashcomp () 
 27765	{ 
 27766	    debug-print-function ${FUNCNAME} "${@}";
 27767	    ( insopts -m 0644;
 27768	    insinto "$(_bash-completion-r1_get_bashcompdir)";
 27769	    newins "${@}" )
 27770	}
 27771	no-as-needed () 
 27772	{ 
 27773	    [[ $# -ne 0 ]] && die "no-as-needed takes no arguments";
 27774	    case $($(tc-getLD) -v 2>&1 </dev/null) in 
 27775	        *GNU*)
 27776	            echo "-Wl,--no-as-needed"
 27777	        ;;
 27778	    esac
 27779	}
 27780	number_abis () 
 27781	{ 
 27782	    set -- `get_install_abis`;
 27783	    echo $#
 27784	}
 27785	pkg_nofetch () 
 27786	{ 
 27787	    default
 27788	}
 27789	pkg_postinst () 
 27790	{ 
 27791	    readme.gentoo_print_elog
 27792	}
 27793	pkg_setup () 
 27794	{ 
 27795	    python_setup;
 27796	    export "CONFIG_LOMOUNT=y";
 27797	    export "CONFIG_TESTS=n";
 27798	    if [[ -z ${XEN_TARGET_ARCH} ]]; then
 27799	        if use x86 && use amd64; then
 27800	            die "Confusion! Both x86 and amd64 are set in your use flags!";
 27801	        else
 27802	            if use x86; then
 27803	                export XEN_TARGET_ARCH="x86_32";
 27804	            else
 27805	                if use amd64; then
 27806	                    export XEN_TARGET_ARCH="x86_64";
 27807	                else
 27808	                    if use arm; then
 27809	                        export XEN_TARGET_ARCH="arm32";
 27810	                    else
 27811	                        if use arm64; then
 27812	                            export XEN_TARGET_ARCH="arm64";
 27813	                        else
 27814	                            die "Unsupported architecture!";
 27815	                        fi;
 27816	                    fi;
 27817	                fi;
 27818	            fi;
 27819	        fi;
 27820	    fi
 27821	}
 27822	python-single-r1_pkg_setup () 
 27823	{ 
 27824	    debug-print-function ${FUNCNAME} "${@}";
 27825	    [[ ${MERGE_TYPE} != binary ]] && python_setup
 27826	}
 27827	python_doexe () 
 27828	{ 
 27829	    debug-print-function ${FUNCNAME} "${@}";
 27830	    [[ ${EBUILD_PHASE} != install ]] && die "${FUNCNAME} can only be used in src_install";
 27831	    local f;
 27832	    for f in "$@";
 27833	    do
 27834	        python_newexe "${f}" "${f##*/}";
 27835	    done
 27836	}
 27837	python_doheader () 
 27838	{ 
 27839	    debug-print-function ${FUNCNAME} "${@}";
 27840	    [[ ${EBUILD_PHASE} != install ]] && die "${FUNCNAME} can only be used in src_install";
 27841	    [[ -n ${EPYTHON} ]] || die 'No Python implementation set (EPYTHON is null).';
 27842	    local includedir=$(python_get_includedir);
 27843	    local d=${includedir#${EPREFIX}};
 27844	    ( insopts -m 0644;
 27845	    insinto "${d}";
 27846	    doins -r "${@}" || return ${?} )
 27847	}
 27848	python_domodule () 
 27849	{ 
 27850	    debug-print-function ${FUNCNAME} "${@}";
 27851	    [[ -n ${EPYTHON} ]] || die 'No Python implementation set (EPYTHON is null).';
 27852	    local d;
 27853	    if [[ ${_PYTHON_MODULEROOT} == /* ]]; then
 27854	        d=${_PYTHON_MODULEROOT};
 27855	    else
 27856	        local sitedir=$(python_get_sitedir);
 27857	        d=${sitedir#${EPREFIX}}/${_PYTHON_MODULEROOT//.//};
 27858	    fi;
 27859	    if [[ ${EBUILD_PHASE} == install ]]; then
 27860	        ( insopts -m 0644;
 27861	        insinto "${d}";
 27862	        doins -r "${@}" || return ${?} );
 27863	        python_optimize "${ED%/}/${d}";
 27864	    else
 27865	        if [[ -n ${BUILD_DIR} ]]; then
 27866	            local dest=${BUILD_DIR}/install${EPREFIX}/${d};
 27867	            mkdir -p "${dest}" || die;
 27868	            cp -pR "${@}" "${dest}/" || die;
 27869	            ( cd "${dest}" && chmod -R a+rX "${@##*/}" ) || die;
 27870	        else
 27871	            die "${FUNCNAME} can only be used in src_install or with BUILD_DIR set";
 27872	        fi;
 27873	    fi
 27874	}
 27875	python_doscript () 
 27876	{ 
 27877	    debug-print-function ${FUNCNAME} "${@}";
 27878	    [[ ${EBUILD_PHASE} != install ]] && die "${FUNCNAME} can only be used in src_install";
 27879	    local _PYTHON_REWRITE_SHEBANG=1;
 27880	    python_doexe "${@}"
 27881	}
 27882	python_export_utf8_locale () 
 27883	{ 
 27884	    debug-print-function ${FUNCNAME} "${@}";
 27885	    type locale &> /dev/null || return 0;
 27886	    if [[ $(locale charmap) != UTF-8 ]]; then
 27887	        local lang locales="C.UTF-8 en_US.UTF-8 en_GB.UTF-8 $(locale -a)";
 27888	        for lang in ${locales};
 27889	        do
 27890	            if [[ $(LC_ALL=${lang} locale charmap 2>/dev/null) == UTF-8 ]]; then
 27891	                if _python_check_locale_sanity "${lang}"; then
 27892	                    export LC_CTYPE=${lang};
 27893	                    if [[ -n ${LC_ALL} ]]; then
 27894	                        export LC_NUMERIC=${LC_ALL};
 27895	                        export LC_TIME=${LC_ALL};
 27896	                        export LC_COLLATE=${LC_ALL};
 27897	                        export LC_MONETARY=${LC_ALL};
 27898	                        export LC_MESSAGES=${LC_ALL};
 27899	                        export LC_PAPER=${LC_ALL};
 27900	                        export LC_NAME=${LC_ALL};
 27901	                        export LC_ADDRESS=${LC_ALL};
 27902	                        export LC_TELEPHONE=${LC_ALL};
 27903	                        export LC_MEASUREMENT=${LC_ALL};
 27904	                        export LC_IDENTIFICATION=${LC_ALL};
 27905	                        export LC_ALL=;
 27906	                    fi;
 27907	                    return 0;
 27908	                fi;
 27909	            fi;
 27910	        done;
 27911	        ewarn "Could not find a UTF-8 locale. This may trigger build failures in";
 27912	        ewarn "some python packages. Please ensure that a UTF-8 locale is listed in";
 27913	        ewarn "/etc/locale.gen and run locale-gen.";
 27914	        return 1;
 27915	    fi;
 27916	    return 0
 27917	}
 27918	python_fix_shebang () 
 27919	{ 
 27920	    debug-print-function ${FUNCNAME} "${@}";
 27921	    [[ -n ${EPYTHON} ]] || die "${FUNCNAME}: EPYTHON unset (pkg_setup not called?)";
 27922	    local force quiet;
 27923	    while [[ -n ${@} ]]; do
 27924	        case "${1}" in 
 27925	            -f | --force)
 27926	                force=1;
 27927	                shift
 27928	            ;;
 27929	            -q | --quiet)
 27930	                quiet=1;
 27931	                shift
 27932	            ;;
 27933	            --)
 27934	                shift;
 27935	                break
 27936	            ;;
 27937	            *)
 27938	                break
 27939	            ;;
 27940	        esac;
 27941	    done;
 27942	    [[ -n ${1} ]] || die "${FUNCNAME}: no paths given";
 27943	    local path f;
 27944	    for path in "$@";
 27945	    do
 27946	        local any_fixed is_recursive;
 27947	        [[ -d ${path} ]] && is_recursive=1;
 27948	        while IFS= read -r -d '' f; do
 27949	            local shebang i;
 27950	            local error= match=;
 27951	            IFS= read -r shebang < "${f}";
 27952	            if [[ ${shebang} == '#!'* ]]; then
 27953	                local split_shebang=();
 27954	                read -r -a split_shebang <<< ${shebang#"#!"} || die;
 27955	                local in_path=${split_shebang[0]};
 27956	                local from='^#! *[^ ]*';
 27957	                if [[ ${in_path} == */env ]]; then
 27958	                    in_path=${split_shebang[1]};
 27959	                    from+=' *[^ ]*';
 27960	                fi;
 27961	                case ${in_path##*/} in 
 27962	                    "${EPYTHON}")
 27963	                        match=1
 27964	                    ;;
 27965	                    python | python3)
 27966	                        match=1
 27967	                    ;;
 27968	                    python2 | python[23].[0-9] | python3.[1-9][0-9] | pypy | pypy3 | jython[23].[0-9])
 27969	                        match=1;
 27970	                        error=1
 27971	                    ;;
 27972	                esac;
 27973	            fi;
 27974	            [[ -n ${force} ]] && error=;
 27975	            if [[ ! -n ${match} ]]; then
 27976	                [[ -n ${is_recursive} ]] && continue;
 27977	                error=1;
 27978	            fi;
 27979	            if [[ ! -n ${quiet} ]]; then
 27980	                einfo "Fixing shebang in ${f#${D%/}}.";
 27981	            fi;
 27982	            if [[ ! -n ${error} ]]; then
 27983	                debug-print "${FUNCNAME}: in file ${f#${D%/}}";
 27984	                debug-print "${FUNCNAME}: rewriting shebang: ${shebang}";
 27985	                sed -i -e "1s@${from}@#!${EPREFIX}/usr/bin/${EPYTHON}@" "${f}" || die;
 27986	                any_fixed=1;
 27987	            else
 27988	                eerror "The file has incompatible shebang:";
 27989	                eerror "  file: ${f#${D%/}}";
 27990	                eerror "  current shebang: ${shebang}";
 27991	                eerror "  requested impl: ${EPYTHON}";
 27992	                die "${FUNCNAME}: conversion of incompatible shebang requested";
 27993	            fi;
 27994	        done < <(find -H "${path}" -type f -print0 || die);
 27995	        if [[ ! -n ${any_fixed} ]]; then
 27996	            eerror "QA error: ${FUNCNAME}, ${path#${D%/}} did not match any fixable files.";
 27997	            eerror "There are no Python files in specified directory.";
 27998	            die "${FUNCNAME} did not match any fixable files";
 27999	        fi;
 28000	    done
 28001	}
 28002	python_gen_cond_dep () 
 28003	{ 
 28004	    debug-print-function ${FUNCNAME} "${@}";
 28005	    local impl matches=();
 28006	    local dep=${1};
 28007	    shift;
 28008	    _python_verify_patterns "${@}";
 28009	    for impl in "${_PYTHON_SUPPORTED_IMPLS[@]}";
 28010	    do
 28011	        if _python_impl_matches "${impl}" "${@}"; then
 28012	            local single_usedep="python_single_target_${impl}(-)";
 28013	            local multi_usedep="python_targets_${impl}(-)";
 28014	            local subdep=${dep//\$\{PYTHON_SINGLE_USEDEP\}/${single_usedep}};
 28015	            matches+=("python_single_target_${impl}? (
 28016					${subdep//\$\{PYTHON_USEDEP\}/${multi_usedep}} )");
 28017	        fi;
 28018	    done;
 28019	    echo "${matches[@]}"
 28020	}
 28021	python_gen_impl_dep () 
 28022	{ 
 28023	    debug-print-function ${FUNCNAME} "${@}";
 28024	    local impl;
 28025	    local matches=();
 28026	    local PYTHON_REQ_USE=${1};
 28027	    shift;
 28028	    _python_verify_patterns "${@}";
 28029	    for impl in "${_PYTHON_SUPPORTED_IMPLS[@]}";
 28030	    do
 28031	        if _python_impl_matches "${impl}" "${@}"; then
 28032	            local PYTHON_PKG_DEP;
 28033	            _python_export "${impl}" PYTHON_PKG_DEP;
 28034	            matches+=("python_single_target_${impl}? ( ${PYTHON_PKG_DEP} )");
 28035	        fi;
 28036	    done;
 28037	    echo "${matches[@]}"
 28038	}
 28039	python_gen_useflags () 
 28040	{ 
 28041	    debug-print-function ${FUNCNAME} "${@}";
 28042	    local impl matches=();
 28043	    _python_verify_patterns "${@}";
 28044	    for impl in "${_PYTHON_SUPPORTED_IMPLS[@]}";
 28045	    do
 28046	        if _python_impl_matches "${impl}" "${@}"; then
 28047	            matches+=("python_single_target_${impl}");
 28048	        fi;
 28049	    done;
 28050	    echo "${matches[@]}"
 28051	}
 28052	python_get_CFLAGS () 
 28053	{ 
 28054	    debug-print-function ${FUNCNAME} "${@}";
 28055	    _python_export "${@}" PYTHON_CFLAGS;
 28056	    echo "${PYTHON_CFLAGS}"
 28057	}
 28058	python_get_LIBS () 
 28059	{ 
 28060	    debug-print-function ${FUNCNAME} "${@}";
 28061	    _python_export "${@}" PYTHON_LIBS;
 28062	    echo "${PYTHON_LIBS}"
 28063	}
 28064	python_get_PYTHON_CONFIG () 
 28065	{ 
 28066	    debug-print-function ${FUNCNAME} "${@}";
 28067	    _python_export "${@}" PYTHON_CONFIG;
 28068	    echo "${PYTHON_CONFIG}"
 28069	}
 28070	python_get_includedir () 
 28071	{ 
 28072	    debug-print-function ${FUNCNAME} "${@}";
 28073	    _python_export "${@}" PYTHON_INCLUDEDIR;
 28074	    echo "${PYTHON_INCLUDEDIR}"
 28075	}
 28076	python_get_library_path () 
 28077	{ 
 28078	    debug-print-function ${FUNCNAME} "${@}";
 28079	    _python_export "${@}" PYTHON_LIBPATH;
 28080	    echo "${PYTHON_LIBPATH}"
 28081	}
 28082	python_get_scriptdir () 
 28083	{ 
 28084	    debug-print-function ${FUNCNAME} "${@}";
 28085	    _python_export "${@}" PYTHON_SCRIPTDIR;
 28086	    echo "${PYTHON_SCRIPTDIR}"
 28087	}
 28088	python_get_sitedir () 
 28089	{ 
 28090	    debug-print-function ${FUNCNAME} "${@}";
 28091	    _python_export "${@}" PYTHON_SITEDIR;
 28092	    echo "${PYTHON_SITEDIR}"
 28093	}
 28094	python_has_version () 
 28095	{ 
 28096	    debug-print-function ${FUNCNAME} "${@}";
 28097	    local root_arg=(-b);
 28098	    case ${1} in 
 28099	        -b | -d | -r)
 28100	            root_arg=("${1}");
 28101	            shift
 28102	        ;;
 28103	    esac;
 28104	    local pkg;
 28105	    for pkg in "$@";
 28106	    do
 28107	        ebegin "    ${pkg}";
 28108	        has_version "${root_arg[@]}" "${pkg}";
 28109	        eend ${?} || return;
 28110	    done;
 28111	    return 0
 28112	}
 28113	python_moduleinto () 
 28114	{ 
 28115	    debug-print-function ${FUNCNAME} "${@}";
 28116	    _PYTHON_MODULEROOT=${1}
 28117	}
 28118	python_newexe () 
 28119	{ 
 28120	    debug-print-function ${FUNCNAME} "${@}";
 28121	    [[ ${EBUILD_PHASE} != install ]] && die "${FUNCNAME} can only be used in src_install";
 28122	    [[ -n ${EPYTHON} ]] || die 'No Python implementation set (EPYTHON is null).';
 28123	    [[ ${#} -eq 2 ]] || die "Usage: ${FUNCNAME} <path> <new-name>";
 28124	    local wrapd=${_PYTHON_SCRIPTROOT:-/usr/bin};
 28125	    local f=${1};
 28126	    local newfn=${2};
 28127	    local scriptdir=$(python_get_scriptdir);
 28128	    local d=${scriptdir#${EPREFIX}};
 28129	    ( dodir "${wrapd}";
 28130	    exeopts -m 0755;
 28131	    exeinto "${d}";
 28132	    newexe "${f}" "${newfn}" || return ${?} );
 28133	    local dosym=dosym;
 28134	    [[ ${EAPI} == 7 ]] && dosym=dosym8;
 28135	    "${dosym}" -r /usr/lib/python-exec/python-exec2 "${wrapd}/${newfn}";
 28136	    if [[ -n ${_PYTHON_REWRITE_SHEBANG} ]]; then
 28137	        python_fix_shebang -q "${ED%/}/${d}/${newfn}";
 28138	    fi
 28139	}
 28140	python_newscript () 
 28141	{ 
 28142	    debug-print-function ${FUNCNAME} "${@}";
 28143	    [[ ${EBUILD_PHASE} != install ]] && die "${FUNCNAME} can only be used in src_install";
 28144	    local _PYTHON_REWRITE_SHEBANG=1;
 28145	    python_newexe "${@}"
 28146	}
 28147	python_optimize () 
 28148	{ 
 28149	    debug-print-function ${FUNCNAME} "${@}";
 28150	    [[ -n ${EPYTHON} ]] || die 'No Python implementation set (EPYTHON is null).';
 28151	    local PYTHON=${PYTHON};
 28152	    [[ -n ${PYTHON} ]] || _python_export PYTHON;
 28153	    [[ -x ${PYTHON} ]] || die "PYTHON (${PYTHON}) is not executable";
 28154	    if [[ ${#} -eq 0 ]]; then
 28155	        local f;
 28156	        while IFS= read -r -d '' f; do
 28157	            if [[ ${f} == /* && -d ${D%/}${f} ]]; then
 28158	                set -- "${D%/}${f}" "${@}";
 28159	            fi;
 28160	        done < <(
 28161				"${PYTHON}" - <<-EOF || die
 28162					import sys
 28163					print("".join(x + "\0" for x in sys.path))
 28164				EOF
 28165			);
 28166	        debug-print "${FUNCNAME}: using sys.path: ${*/%/;}";
 28167	    fi;
 28168	    local jobs=$(makeopts_jobs);
 28169	    local d;
 28170	    for d in "$@";
 28171	    do
 28172	        local instpath=${d#${D%/}};
 28173	        instpath=/${instpath##/};
 28174	        einfo "Optimize Python modules for ${instpath}";
 28175	        case "${EPYTHON}" in 
 28176	            python3.8)
 28177	                "${PYTHON}" -m compileall -j "${jobs}" -q -f -d "${instpath}" "${d}";
 28178	                "${PYTHON}" -O -m compileall -j "${jobs}" -q -f -d "${instpath}" "${d}";
 28179	                "${PYTHON}" -OO -m compileall -j "${jobs}" -q -f -d "${instpath}" "${d}"
 28180	            ;;
 28181	            python* | pypy3)
 28182	                "${PYTHON}" -m compileall -j "${jobs}" -o 0 -o 1 -o 2 --hardlink-dupes -q -f -d "${instpath}" "${d}"
 28183	            ;;
 28184	            pypy | jython2.7)
 28185	                "${PYTHON}" -m compileall -q -f -d "${instpath}" "${d}"
 28186	            ;;
 28187	            *)
 28188	                die "${FUNCNAME}: unexpected EPYTHON=${EPYTHON}"
 28189	            ;;
 28190	        esac;
 28191	    done
 28192	}
 28193	python_scriptinto () 
 28194	{ 
 28195	    debug-print-function ${FUNCNAME} "${@}";
 28196	    _PYTHON_SCRIPTROOT=${1}
 28197	}
 28198	python_setup () 
 28199	{ 
 28200	    debug-print-function ${FUNCNAME} "${@}";
 28201	    unset EPYTHON;
 28202	    if [[ -n ${PYTHON_COMPAT_OVERRIDE} ]]; then
 28203	        local impls=(${PYTHON_COMPAT_OVERRIDE});
 28204	        [[ ${#impls[@]} -eq 1 ]] || die "PYTHON_COMPAT_OVERRIDE must name exactly one implementation for python-single-r1";
 28205	        ewarn "WARNING: PYTHON_COMPAT_OVERRIDE in effect. The following Python";
 28206	        ewarn "implementation will be used:";
 28207	        ewarn;
 28208	        ewarn "	${PYTHON_COMPAT_OVERRIDE}";
 28209	        ewarn;
 28210	        ewarn "Dependencies won't be satisfied, and PYTHON_SINGLE_TARGET flags will be ignored.";
 28211	        _python_export "${impls[0]}" EPYTHON PYTHON;
 28212	        _python_wrapper_setup;
 28213	        einfo "Using ${EPYTHON} to build";
 28214	        return;
 28215	    fi;
 28216	    local impl;
 28217	    for impl in "${_PYTHON_SUPPORTED_IMPLS[@]}";
 28218	    do
 28219	        if use "python_single_target_${impl}"; then
 28220	            if [[ -n ${EPYTHON} ]]; then
 28221	                eerror "Your PYTHON_SINGLE_TARGET setting lists more than a single Python";
 28222	                eerror "implementation. Please set it to just one value. If you need";
 28223	                eerror "to override the value for a single package, please use package.env";
 28224	                eerror "or an equivalent solution (man 5 portage).";
 28225	                echo;
 28226	                die "More than one implementation in PYTHON_SINGLE_TARGET.";
 28227	            fi;
 28228	            _python_export "${impl}" EPYTHON PYTHON;
 28229	            _python_wrapper_setup;
 28230	            einfo "Using ${EPYTHON} to build";
 28231	        fi;
 28232	    done;
 28233	    if [[ ! -n ${EPYTHON} ]]; then
 28234	        eerror "No Python implementation selected for the build. Please set";
 28235	        eerror "the PYTHON_SINGLE_TARGET variable in your make.conf to one";
 28236	        eerror "of the following values:";
 28237	        eerror;
 28238	        eerror "${_PYTHON_SUPPORTED_IMPLS[@]}";
 28239	        echo;
 28240	        die "No supported Python implementation in PYTHON_SINGLE_TARGET.";
 28241	    fi
 28242	}
 28243	raw-ldflags () 
 28244	{ 
 28245	    local x input="$@";
 28246	    [[ -z ${input} ]] && input=${LDFLAGS};
 28247	    set --;
 28248	    for x in ${input};
 28249	    do
 28250	        case ${x} in 
 28251	            -Wl,*)
 28252	                x=${x#-Wl,};
 28253	                set -- "$@" ${x//,/ }
 28254	            ;;
 28255	            *)
 28256	
 28257	            ;;
 28258	        esac;
 28259	    done;
 28260	    echo "$@"
 28261	}
 28262	readme.gentoo_create_doc () 
 28263	{ 
 28264	    debug-print-function ${FUNCNAME} "${@}";
 28265	    if [[ -n "${DOC_CONTENTS}" ]]; then
 28266	        if [[ -n "${DISABLE_AUTOFORMATTING}" ]]; then
 28267	            echo "${DOC_CONTENTS}" > "${T}"/README.gentoo || die;
 28268	        else
 28269	            local saved_flags=$-;
 28270	            set -f;
 28271	            echo -e ${DOC_CONTENTS} | fold -s -w 70 | sed 's/[[:space:]]*$//' > "${T}"/README.gentoo;
 28272	            assert;
 28273	            set +f -${saved_flags};
 28274	        fi;
 28275	    else
 28276	        if [[ -f "${FILESDIR}/README.gentoo-${SLOT%/*}" ]]; then
 28277	            cp "${FILESDIR}/README.gentoo-${SLOT%/*}" "${T}"/README.gentoo || die;
 28278	        else
 28279	            if [[ -f "${FILESDIR}/README.gentoo${README_GENTOO_SUFFIX}" ]]; then
 28280	                cp "${FILESDIR}/README.gentoo${README_GENTOO_SUFFIX}" "${T}"/README.gentoo || die;
 28281	            else
 28282	                die "You are not specifying README.gentoo contents!";
 28283	            fi;
 28284	        fi;
 28285	    fi;
 28286	    ( docinto .;
 28287	    dodoc "${T}"/README.gentoo ) || die;
 28288	    README_GENTOO_DOC_VALUE=$(< "${T}/README.gentoo")
 28289	}
 28290	readme.gentoo_print_elog () 
 28291	{ 
 28292	    debug-print-function ${FUNCNAME} "${@}";
 28293	    if [[ -z "${README_GENTOO_DOC_VALUE}" ]]; then
 28294	        die "readme.gentoo_print_elog invoked without matching readme.gentoo_create_doc call!";
 28295	    else
 28296	        if ! [[ -n "${REPLACING_VERSIONS}" ]] || [[ -n "${FORCE_PRINT_ELOG}" ]]; then
 28297	            echo -e "${README_GENTOO_DOC_VALUE}" | while read -r ELINE; do
 28298	                elog "${ELINE}";
 28299	            done;
 28300	            elog "";
 28301	            elog "(Note: Above message is only printed the first time package is";
 28302	            elog "installed. Please look at ${EPREFIX}/usr/share/doc/${PF}/README.gentoo*";
 28303	            elog "for future reference)";
 28304	        fi;
 28305	    fi
 28306	}
 28307	replace-cpu-flags () 
 28308	{ 
 28309	    local newcpu="$#";
 28310	    newcpu="${!newcpu}";
 28311	    while [ $# -gt 1 ]; do
 28312	        replace-flags "-march=${1}" "-march=${newcpu}";
 28313	        replace-flags "-mcpu=${1}" "-mcpu=${newcpu}";
 28314	        replace-flags "-mtune=${1}" "-mtune=${newcpu}";
 28315	        shift;
 28316	    done;
 28317	    return 0
 28318	}
 28319	replace-flags () 
 28320	{ 
 28321	    [[ $# != 2 ]] && die "Usage: replace-flags <old flag> <new flag>";
 28322	    local f var new;
 28323	    for var in $(all-flag-vars);
 28324	    do
 28325	        new=();
 28326	        for f in ${!var};
 28327	        do
 28328	            [[ ${f} == ${1} ]] && f=${2};
 28329	            new+=("${f}");
 28330	        done;
 28331	        export ${var}="${new[*]}";
 28332	    done;
 28333	    return 0
 28334	}
 28335	replace-sparc64-flags () 
 28336	{ 
 28337	    [[ $# -ne 0 ]] && die "replace-sparc64-flags takes no arguments";
 28338	    local SPARC64_CPUS="ultrasparc3 ultrasparc v9";
 28339	    if [ "${CFLAGS/mtune}" != "${CFLAGS}" ]; then
 28340	        for x in ${SPARC64_CPUS};
 28341	        do
 28342	            CFLAGS="${CFLAGS/-mcpu=${x}/-mcpu=v8}";
 28343	        done;
 28344	    else
 28345	        for x in ${SPARC64_CPUS};
 28346	        do
 28347	            CFLAGS="${CFLAGS/-mcpu=${x}/-mcpu=v8 -mtune=${x}}";
 28348	        done;
 28349	    fi;
 28350	    if [ "${CXXFLAGS/mtune}" != "${CXXFLAGS}" ]; then
 28351	        for x in ${SPARC64_CPUS};
 28352	        do
 28353	            CXXFLAGS="${CXXFLAGS/-mcpu=${x}/-mcpu=v8}";
 28354	        done;
 28355	    else
 28356	        for x in ${SPARC64_CPUS};
 28357	        do
 28358	            CXXFLAGS="${CXXFLAGS/-mcpu=${x}/-mcpu=v8 -mtune=${x}}";
 28359	        done;
 28360	    fi;
 28361	    export CFLAGS CXXFLAGS
 28362	}
 28363	setup-allowed-flags () 
 28364	{ 
 28365	    [[ ${EAPI} == [67] ]] || die "Internal function ${FUNCNAME} is not available in EAPI ${EAPI}.";
 28366	    _setup-allowed-flags "$@"
 28367	}
 28368	src_compile () 
 28369	{ 
 28370	    local myopt;
 28371	    use debug && myopt="${myopt} debug=y";
 28372	    use python && myopt="${myopt} XENSTAT_PYTHON_BINDINGS=y";
 28373	    if test-flag-CC -fno-strict-overflow; then
 28374	        append-flags -fno-strict-overflow;
 28375	    fi;
 28376	    if use ipxe; then
 28377	        local -x NO_WERROR=1;
 28378	    fi;
 28379	    emake HOSTCC="$(tc-getBUILD_CC)" HOSTCXX="$(tc-getBUILD_CXX)" CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" AR="$(tc-getAR)" OBJDUMP="$(tc-getOBJDUMP)" RANLIB="$(tc-getRANLIB)" build-tools ${myopt};
 28380	    if use doc; then
 28381	        emake -C docs build;
 28382	    else
 28383	        emake -C docs man-pages;
 28384	    fi
 28385	}
 28386	src_configure () 
 28387	{ 
 28388	    local myconf=(--libdir="${EPREFIX}/usr/$(get_libdir)" --libexecdir="${EPREFIX}/usr/libexec" --localstatedir="${EPREFIX}/var" --disable-golang --disable-pvshim --disable-werror --disable-xen --enable-tools --enable-docs $(use_enable api xenapi) $(use_enable ipxe) $(usex system-ipxe '--with-system-ipxe=/usr/share/ipxe' '') $(use_enable ocaml ocamltools) $(use_enable ovmf) $(use_enable rombios) $(use_enable systemd) --with-xenstored=$(usex ocaml 'oxenstored' 'xenstored'));
 28389	    use system-seabios && myconf+=(--with-system-seabios=/usr/share/seabios/bios.bin);
 28390	    use system-qemu && myconf+=(--with-system-qemu=/usr/bin/qemu-system-x86_64);
 28391	    use amd64 && myconf+=($(use_enable qemu-traditional));
 28392	    tc-ld-disable-gold;
 28393	    econf ${myconf[@]}
 28394	}
 28395	src_install () 
 28396	{ 
 28397	    export INITD_DIR=/tmp/init.d;
 28398	    export CONFIG_LEAF_DIR=../tmp/default;
 28399	    local PYTHONDONTWRITEBYTECODE;
 28400	    export PYTHONDONTWRITEBYTECODE;
 28401	    emake DESTDIR="${ED}" DOCDIR="/usr/share/doc/${PF}" XEN_PYTHON_NATIVE_INSTALL=y install-tools;
 28402	    rm -rv "${ED}/var/run" || die;
 28403	    python_fix_shebang "${D}";
 28404	    rm -rf "${D}"/tmp || die;
 28405	    if use doc; then
 28406	        emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-docs;
 28407	        dodoc -r docs/{pdf,txt};
 28408	    else
 28409	        emake -C docs DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-man-pages;
 28410	    fi;
 28411	    dodoc ${DOCS[@]};
 28412	    newconfd "${FILESDIR}"/xendomains.confd xendomains;
 28413	    newconfd "${FILESDIR}"/xenstored.confd xenstored;
 28414	    newconfd "${FILESDIR}"/xenconsoled.confd xenconsoled;
 28415	    newinitd "${FILESDIR}"/xendomains.initd-r2 xendomains;
 28416	    newinitd "${FILESDIR}"/xenstored.initd-r1 xenstored;
 28417	    newinitd "${FILESDIR}"/xenconsoled.initd xenconsoled;
 28418	    newinitd "${FILESDIR}"/xencommons.initd xencommons;
 28419	    newconfd "${FILESDIR}"/xencommons.confd xencommons;
 28420	    newinitd "${FILESDIR}"/xenqemudev.initd xenqemudev;
 28421	    newconfd "${FILESDIR}"/xenqemudev.confd xenqemudev;
 28422	    newinitd "${FILESDIR}"/xen-watchdog.initd xen-watchdog;
 28423	    if use screen; then
 28424	        cat "${FILESDIR}"/xendomains-screen.confd >> "${D}"/etc/conf.d/xendomains || die;
 28425	        cp "${FILESDIR}"/xen-consoles.logrotate "${D}"/etc/xen/ || die;
 28426	        keepdir /var/log/xen-consoles;
 28427	    fi;
 28428	    if ! use static-libs; then
 28429	        rm -f "${D}"/usr/$(get_libdir)/*.a "${D}"/usr/$(get_libdir)/ocaml/*/*.a;
 28430	    fi;
 28431	    keepdir /etc/xen/auto;
 28432	    find "${D}" \( -name openbios-sparc32 -o -name openbios-sparc64 -o -name openbios-ppc -o -name palcode-clipper \) -delete || die;
 28433	    keepdir /var/lib/xen/dump;
 28434	    keepdir /var/lib/xen/xenpaging;
 28435	    keepdir /var/lib/xenstored;
 28436	    keepdir /var/log/xen;
 28437	    if use python; then
 28438	        python_domodule "${S}/tools/libs/stat/bindings/swig/python/xenstat.py";
 28439	        python_domodule "${S}/tools/libs/stat/bindings/swig/python/_xenstat.so";
 28440	    fi;
 28441	    python_optimize;
 28442	    readme.gentoo_create_doc
 28443	}
 28444	src_prepare () 
 28445	{ 
 28446	    mv ../seabios-${SEABIOS_VER} tools/firmware/seabios-dir-remote || die;
 28447	    pushd tools/firmware/ > /dev/null;
 28448	    ln -s seabios-dir-remote seabios-dir || die;
 28449	    popd > /dev/null;
 28450	    if [[ -v XEN_UPSTREAM_PATCHES_DIR ]]; then
 28451	        eapply "${XEN_UPSTREAM_PATCHES_DIR}";
 28452	    fi;
 28453	    if [[ -v XEN_GENTOO_PATCHES_DIR ]]; then
 28454	        eapply "${XEN_GENTOO_PATCHES_DIR}";
 28455	    fi;
 28456	    sed -i 's/qemu-bridge-helper/xen-bridge-helper/g' tools/qemu-xen/include/net/net.h tools/qemu-xen/meson.build tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/qemu-options.hx || die;
 28457	    mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die;
 28458	    if use ovmf; then
 28459	        mv ../edk2-${EDK2_COMMIT} tools/firmware/ovmf-dir-remote || die;
 28460	        rm -r tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl || die;
 28461	        rm -r tools/firmware/ovmf-dir-remote/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 || die;
 28462	        rm -r tools/firmware/ovmf-dir-remote/BaseTools/Source/C/BrotliCompress/brotli || die;
 28463	        rm -r tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli || die;
 28464	        mv ../openssl-OpenSSL_${EDK2_OPENSSL_VERSION} tools/firmware/ovmf-dir-remote/CryptoPkg/Library/OpensslLib/openssl || die;
 28465	        mv ../berkeley-softfloat-3-${EDK2_SOFTFLOAT_COMMIT} tools/firmware/ovmf-dir-remote/ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 || die;
 28466	        cp -r ../brotli-${EDK2_BROTLI_COMMIT} tools/firmware/ovmf-dir-remote/BaseTools/Source/C/BrotliCompress/brotli || die;
 28467	        cp -r ../brotli-${EDK2_BROTLI_COMMIT} tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli || die;
 28468	        cp tools/firmware/ovmf-makefile tools/firmware/ovmf-dir-remote/Makefile || die;
 28469	    fi;
 28470	    if use ipxe; then
 28471	        cp "${DISTDIR}/ipxe-git-${IPXE_COMMIT}.tar.gz" tools/firmware/etherboot/ipxe.tar.gz || die;
 28472	        cp "${XEN_GENTOO_PATCHES_DIR}/ipxe/${PN}-4.15.0-ipxe-gcc11.patch" tools/firmware/etherboot/patches/ipxe-gcc11.patch || die;
 28473	        echo ipxe-gcc11.patch >> tools/firmware/etherboot/patches/series || die;
 28474	    fi;
 28475	    sed -i -e "/texi2html -monolithic/s/-number//" tools/qemu-xen-traditional/Makefile || die;
 28476	    sed -e '/-include $(XEN_ROOT)\/.config/d' -i Config.mk || die "Couldn't	drop";
 28477	    unset CFLAGS;
 28478	    unset LDFLAGS;
 28479	    unset ASFLAGS;
 28480	    unset CPPFLAGS;
 28481	    if ! use pygrub; then
 28482	        sed -e '/^SUBDIRS-y += pygrub/d' -i tools/Makefile || die;
 28483	    fi;
 28484	    if ! use python; then
 28485	        sed -e '/^SUBDIRS-y += python$/d' -i tools/Makefile || die;
 28486	    fi;
 28487	    if ! use hvm; then
 28488	        sed -e '/SUBDIRS-$(CONFIG_X86) += firmware/d' -i tools/Makefile || die;
 28489	    else
 28490	        if ! use x86 && ! has x86 $(get_all_abis); then
 28491	            mkdir -p "${WORKDIR}"/extra-headers/gnu || die;
 28492	            touch "${WORKDIR}"/extra-headers/gnu/stubs-32.h || die;
 28493	            export CPATH="${WORKDIR}"/extra-headers;
 28494	        fi;
 28495	    fi;
 28496	    if use qemu; then
 28497	        if use sdl; then
 28498	            sed -i -e "s:\$\$source/configure:\0 --enable-sdl:" tools/Makefile || die;
 28499	        else
 28500	            sed -i -e "s:\${QEMU_ROOT\:\-\.}/configure:\0 --disable-sdl:" tools/qemu-xen-traditional/xen-setup || die;
 28501	            sed -i -e "s:\$\$source/configure:\0 --disable-sdl:" tools/Makefile || die;
 28502	        fi;
 28503	    else
 28504	        sed -i '/SUBDIRS-$(CONFIG_QEMU_XEN)/s/^/#/g' tools/Makefile || die;
 28505	    fi;
 28506	    sed -e "s;^BASH_COMPLETION_DIR      :=.*;BASH_COMPLETION_DIR := $(get_bashcompdir);" -i config/Paths.mk.in || die;
 28507	    sed -e 's:\$QEMU_XEN -xen-domid:test -e "\$QEMU_XEN" \&\& &:' -i tools/hotplug/Linux/init.d/xencommons.in || die;
 28508	    sed -e '/Usage/s/\$//g' -i tools/hotplug/Linux/init.d/xendriverdomain.in || die;
 28509	    sed -e "/^libdir=/s/\/lib/\/$(get_libdir)/" -i tools/qemu-xen/configure || die;
 28510	    if [[ "${ARCH}" == 'amd64' ]] && ! has_multilib_profile; then
 28511	        sed -i -e "/x86_emulator/d" tools/tests/Makefile || die;
 28512	    fi;
 28513	    sed -e 's:^#autoballoon=:autoballoon=:' -e 's:^#lockfile=:lockfile=:' -e 's:^#vif.default.script=:vif.default.script=:' -i tools/examples/xl.conf || die;
 28514	    sed -e "s:\$\$source/configure:\0 --disable-capstone:" -i tools/Makefile || die;
 28515	    sed -e "s:\$\$source/configure:\0 --disable-glusterfs:" -i tools/Makefile || die;
 28516	    sed -e "s:\$\$source/configure:\0 --disable-vnc-jpeg:" -i tools/Makefile || die;
 28517	    sed -e "s:\$\$source/configure:\0 --disable-containers:" -i tools/Makefile || die;
 28518	    sed -e 's/$(ABI_DUMPER) /echo /g' -i tools/libs/libs.mk || die;
 28519	    find . -type f \( -name Makefile -o -name "*.mk" \) -exec sed -i -e 's/-Werror //g' -e '/^CFLAGS *+= -Werror$/d' -e 's/, "-Werror"//' {} + || die;
 28520	    default
 28521	}
 28522	src_test () 
 28523	{ 
 28524	    default
 28525	}
 28526	src_unpack () 
 28527	{ 
 28528	    default
 28529	}
 28530	strip-flags () 
 28531	{ 
 28532	    [[ $# -ne 0 ]] && die "strip-flags takes no arguments";
 28533	    local x y var;
 28534	    local ALLOWED_FLAGS;
 28535	    _setup-allowed-flags;
 28536	    set -f;
 28537	    for var in $(all-flag-vars);
 28538	    do
 28539	        local new=();
 28540	        for x in ${!var};
 28541	        do
 28542	            for y in "${ALLOWED_FLAGS[@]}";
 28543	            do
 28544	                if [[ ${x} == ${y} ]]; then
 28545	                    new+=("${x}");
 28546	                    break;
 28547	                fi;
 28548	            done;
 28549	        done;
 28550	        if _is_flagq ${var} "-O*" && ! _is_flagq new "-O*"; then
 28551	            new+=(-O2);
 28552	        fi;
 28553	        if [[ ${!var} != "${new[*]}" ]]; then
 28554	            einfo "strip-flags: ${var}: changed '${!var}' to '${new[*]}'";
 28555	        fi;
 28556	        export ${var}="${new[*]}";
 28557	    done;
 28558	    set +f;
 28559	    return 0
 28560	}
 28561	strip-unsupported-flags () 
 28562	{ 
 28563	    [[ $# -ne 0 ]] && die "strip-unsupported-flags takes no arguments";
 28564	    export CFLAGS=$(test-flags-CC ${CFLAGS});
 28565	    export CXXFLAGS=$(test-flags-CXX ${CXXFLAGS});
 28566	    export FFLAGS=$(test-flags-F77 ${FFLAGS});
 28567	    export FCFLAGS=$(test-flags-FC ${FCFLAGS});
 28568	    export LDFLAGS=$(test-flags-CCLD ${LDFLAGS})
 28569	}
 28570	tc-arch () 
 28571	{ 
 28572	    tc-ninja_magic_to_arch portage "$@"
 28573	}
 28574	tc-arch-kernel () 
 28575	{ 
 28576	    tc-ninja_magic_to_arch kern "$@"
 28577	}
 28578	tc-check-openmp () 
 28579	{ 
 28580	    if ! _tc-has-openmp; then
 28581	        eerror "Your current compiler does not support OpenMP!";
 28582	        if tc-is-gcc; then
 28583	            eerror "Enable OpenMP support by building sys-devel/gcc with USE=\"openmp\".";
 28584	        else
 28585	            if tc-is-clang; then
 28586	                eerror "OpenMP support in sys-devel/clang is provided by sys-libs/libomp.";
 28587	            fi;
 28588	        fi;
 28589	        die "Active compiler does not have required support for OpenMP";
 28590	    fi
 28591	}
 28592	tc-cpp-is-true () 
 28593	{ 
 28594	    local CONDITION=${1};
 28595	    shift;
 28596	    $(tc-getTARGET_CPP) "${@}" -P - <<-EOF > /dev/null 2>&1
 28597	#if ${CONDITION}
 28598	true
 28599	#else
 28600	#error false
 28601	#endif
 28602	EOF
 28603	
 28604	}
 28605	tc-detect-is-softfloat () 
 28606	{ 
 28607	    [[ $(tc-getTARGET_CPP) == "gcc -E" ]] && return 1;
 28608	    case ${CTARGET:-${CHOST}} in 
 28609	        *-newlib | *-elf | *-eabi)
 28610	            return 1
 28611	        ;;
 28612	        arm*)
 28613	            if tc-cpp-is-true "defined(__ARM_PCS_VFP)"; then
 28614	                echo "no";
 28615	            else
 28616	                if tc-cpp-is-true "defined(__SOFTFP__)"; then
 28617	                    echo "yes";
 28618	                else
 28619	                    echo "softfp";
 28620	                fi;
 28621	            fi;
 28622	            return 0
 28623	        ;;
 28624	        *)
 28625	            return 1
 28626	        ;;
 28627	    esac
 28628	}
 28629	tc-enables-cxx-assertions () 
 28630	{ 
 28631	    tc-cpp-is-true "defined(_GLIBCXX_ASSERTIONS) || defined(_LIBCPP_ENABLE_ASSERTIONS) || defined(_LIBCPP_ENABLE_HARDENED_MODE)" ${CPPFLAGS} ${CXXFLAGS}
 28632	}
 28633	tc-enables-fortify-source () 
 28634	{ 
 28635	    tc-cpp-is-true "defined(_FORTIFY_SOURCE)" ${CPPFLAGS} ${CFLAGS} ${CXXFLAGS}
 28636	}
 28637	tc-enables-pie () 
 28638	{ 
 28639	    tc-cpp-is-true "defined(__PIE__)" ${CPPFLAGS} ${CFLAGS} ${CXXFLAGS}
 28640	}
 28641	tc-enables-ssp () 
 28642	{ 
 28643	    tc-cpp-is-true "defined(__SSP__) || defined(__SSP_STRONG__) || defined(__SSP_ALL__)" ${CPPFLAGS} ${CFLAGS} ${CXXFLAGS}
 28644	}
 28645	tc-enables-ssp-all () 
 28646	{ 
 28647	    tc-cpp-is-true "defined(__SSP_ALL__)" ${CPPFLAGS} ${CFLAGS} ${CXXFLAGS}
 28648	}
 28649	tc-enables-ssp-strong () 
 28650	{ 
 28651	    tc-cpp-is-true "defined(__SSP_STRONG__) || defined(__SSP_ALL__)" ${CPPFLAGS} ${CFLAGS} ${CXXFLAGS}
 28652	}
 28653	tc-endian () 
 28654	{ 
 28655	    local host=$1;
 28656	    [[ -z ${host} ]] && host=${CTARGET:-${CHOST}};
 28657	    host=${host%%-*};
 28658	    case ${host} in 
 28659	        aarch64*be)
 28660	            echo big
 28661	        ;;
 28662	        aarch64)
 28663	            echo little
 28664	        ;;
 28665	        alpha*)
 28666	            echo little
 28667	        ;;
 28668	        arc*b*)
 28669	            echo big
 28670	        ;;
 28671	        arc*)
 28672	            echo little
 28673	        ;;
 28674	        arm*b*)
 28675	            echo big
 28676	        ;;
 28677	        arm*)
 28678	            echo little
 28679	        ;;
 28680	        cris*)
 28681	            echo little
 28682	        ;;
 28683	        hppa*)
 28684	            echo big
 28685	        ;;
 28686	        i?86*)
 28687	            echo little
 28688	        ;;
 28689	        ia64*)
 28690	            echo little
 28691	        ;;
 28692	        loongarch*)
 28693	            echo little
 28694	        ;;
 28695	        m68*)
 28696	            echo big
 28697	        ;;
 28698	        mips*l*)
 28699	            echo little
 28700	        ;;
 28701	        mips*)
 28702	            echo big
 28703	        ;;
 28704	        powerpc*le)
 28705	            echo little
 28706	        ;;
 28707	        powerpc*)
 28708	            echo big
 28709	        ;;
 28710	        riscv*)
 28711	            echo little
 28712	        ;;
 28713	        s390*)
 28714	            echo big
 28715	        ;;
 28716	        sh*b*)
 28717	            echo big
 28718	        ;;
 28719	        sh*)
 28720	            echo little
 28721	        ;;
 28722	        sparc*)
 28723	            echo big
 28724	        ;;
 28725	        x86_64*)
 28726	            echo little
 28727	        ;;
 28728	        *)
 28729	            echo wtf
 28730	        ;;
 28731	    esac
 28732	}
 28733	tc-env_build () 
 28734	{ 
 28735	    tc-export_build_env;
 28736	    CFLAGS=${BUILD_CFLAGS} CXXFLAGS=${BUILD_CXXFLAGS} CPPFLAGS=${BUILD_CPPFLAGS} LDFLAGS=${BUILD_LDFLAGS} AR=$(tc-getBUILD_AR) AS=$(tc-getBUILD_AS) CC=$(tc-getBUILD_CC) CPP=$(tc-getBUILD_CPP) CXX=$(tc-getBUILD_CXX) LD=$(tc-getBUILD_LD) NM=$(tc-getBUILD_NM) PKG_CONFIG=$(tc-getBUILD_PKG_CONFIG) RANLIB=$(tc-getBUILD_RANLIB) READELF=$(tc-getBUILD_READELF) "$@"
 28737	}
 28738	tc-export () 
 28739	{ 
 28740	    local var;
 28741	    for var in "$@";
 28742	    do
 28743	        [[ $(type -t "tc-get${var}") != "function" ]] && die "tc-export: invalid export variable '${var}'";
 28744	        "tc-get${var}" > /dev/null;
 28745	    done
 28746	}
 28747	tc-export_build_env () 
 28748	{ 
 28749	    tc-export "$@";
 28750	    if tc-is-cross-compiler; then
 28751	        : "${BUILD_CFLAGS:=-O1 -pipe}";
 28752	        : "${BUILD_CXXFLAGS:=-O1 -pipe}";
 28753	        : "${BUILD_CPPFLAGS:= }";
 28754	        : "${BUILD_LDFLAGS:= }";
 28755	    else
 28756	        : "${BUILD_CFLAGS:=${CFLAGS}}";
 28757	        : "${BUILD_CXXFLAGS:=${CXXFLAGS}}";
 28758	        : "${BUILD_CPPFLAGS:=${CPPFLAGS}}";
 28759	        : "${BUILD_LDFLAGS:=${LDFLAGS}}";
 28760	    fi;
 28761	    export BUILD_{C,CXX,CPP,LD}FLAGS;
 28762	    local v;
 28763	    for v in BUILD_{C,CXX,CPP,LD}FLAGS;
 28764	    do
 28765	        export ${v#BUILD_}_FOR_BUILD="${!v}";
 28766	    done
 28767	}
 28768	tc-get-build-ptr-size () 
 28769	{ 
 28770	    $(tc-getBUILD_CPP) -P - <<< __SIZEOF_POINTER__ || die "Could not determine CBUILD pointer size"
 28771	}
 28772	tc-get-c-rtlib () 
 28773	{ 
 28774	    local res=$(
 28775			$(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} 			-print-libgcc-file-name 2>/dev/null
 28776		);
 28777	    case ${res} in 
 28778	        *libclang_rt*)
 28779	            echo compiler-rt
 28780	        ;;
 28781	        *libgcc*)
 28782	            echo libgcc
 28783	        ;;
 28784	        *)
 28785	            return 1
 28786	        ;;
 28787	    esac;
 28788	    return 0
 28789	}
 28790	tc-get-compiler-type () 
 28791	{ 
 28792	    local code='
 28793	#if defined(__PATHSCALE__)
 28794		HAVE_PATHCC
 28795	#elif defined(__clang__)
 28796		HAVE_CLANG
 28797	#elif defined(__GNUC__)
 28798		HAVE_GCC
 28799	#endif
 28800	';
 28801	    local res=$($(tc-getCPP "$@") -E -P - <<<"${code}");
 28802	    case ${res} in 
 28803	        *HAVE_PATHCC*)
 28804	            echo pathcc
 28805	        ;;
 28806	        *HAVE_CLANG*)
 28807	            echo clang
 28808	        ;;
 28809	        *HAVE_GCC*)
 28810	            echo gcc
 28811	        ;;
 28812	        *)
 28813	            echo unknown
 28814	        ;;
 28815	    esac
 28816	}
 28817	tc-get-cxx-stdlib () 
 28818	{ 
 28819	    local code='#include <ciso646>
 28820	
 28821	#if defined(_LIBCPP_VERSION)
 28822		HAVE_LIBCXX
 28823	#elif defined(__GLIBCXX__)
 28824		HAVE_LIBSTDCPP
 28825	#endif
 28826	';
 28827	    local res=$(
 28828			$(tc-getCXX) ${CPPFLAGS} ${CXXFLAGS} -x c++ -E -P - 			<<<"${code}" 2>/dev/null
 28829		);
 28830	    case ${res} in 
 28831	        *HAVE_LIBCXX*)
 28832	            echo libc++
 28833	        ;;
 28834	        *HAVE_LIBSTDCPP*)
 28835	            echo libstdc++
 28836	        ;;
 28837	        *)
 28838	            return 1
 28839	        ;;
 28840	    esac;
 28841	    return 0
 28842	}
 28843	tc-get-ptr-size () 
 28844	{ 
 28845	    $(tc-getCPP) -P - <<< __SIZEOF_POINTER__ || die "Could not determine CHOST pointer size"
 28846	}
 28847	tc-getAR () 
 28848	{ 
 28849	    tc-getPROG AR ar "$@"
 28850	}
 28851	tc-getAS () 
 28852	{ 
 28853	    tc-getPROG AS as "$@"
 28854	}
 28855	tc-getBUILD_AR () 
 28856	{ 
 28857	    tc-getBUILD_PROG AR ar "$@"
 28858	}
 28859	tc-getBUILD_AS () 
 28860	{ 
 28861	    tc-getBUILD_PROG AS as "$@"
 28862	}
 28863	tc-getBUILD_CC () 
 28864	{ 
 28865	    tc-getBUILD_PROG CC gcc "$@"
 28866	}
 28867	tc-getBUILD_CPP () 
 28868	{ 
 28869	    tc-getBUILD_PROG CPP "$(tc-getBUILD_CC) -E" "$@"
 28870	}
 28871	tc-getBUILD_CXX () 
 28872	{ 
 28873	    tc-getBUILD_PROG CXX g++ "$@"
 28874	}
 28875	tc-getBUILD_LD () 
 28876	{ 
 28877	    tc-getBUILD_PROG LD ld "$@"
 28878	}
 28879	tc-getBUILD_NM () 
 28880	{ 
 28881	    tc-getBUILD_PROG NM nm "$@"
 28882	}
 28883	tc-getBUILD_OBJCOPY () 
 28884	{ 
 28885	    tc-getBUILD_PROG OBJCOPY objcopy "$@"
 28886	}
 28887	tc-getBUILD_PKG_CONFIG () 
 28888	{ 
 28889	    tc-getBUILD_PROG PKG_CONFIG pkg-config "$@"
 28890	}
 28891	tc-getBUILD_PROG () 
 28892	{ 
 28893	    local vars="BUILD_$1 $1_FOR_BUILD HOST$1";
 28894	    tc-is-cross-compiler || vars+=" $1";
 28895	    _tc-getPROG CBUILD "${vars}" "${@:2}"
 28896	}
 28897	tc-getBUILD_RANLIB () 
 28898	{ 
 28899	    tc-getBUILD_PROG RANLIB ranlib "$@"
 28900	}
 28901	tc-getBUILD_READELF () 
 28902	{ 
 28903	    tc-getBUILD_PROG READELF readelf "$@"
 28904	}
 28905	tc-getBUILD_STRINGS () 
 28906	{ 
 28907	    tc-getBUILD_PROG STRINGS strings "$@"
 28908	}
 28909	tc-getBUILD_STRIP () 
 28910	{ 
 28911	    tc-getBUILD_PROG STRIP strip "$@"
 28912	}
 28913	tc-getCC () 
 28914	{ 
 28915	    tc-getPROG CC gcc "$@"
 28916	}
 28917	tc-getCPP () 
 28918	{ 
 28919	    tc-getPROG CPP "${CC:-gcc} -E" "$@"
 28920	}
 28921	tc-getCXX () 
 28922	{ 
 28923	    tc-getPROG CXX g++ "$@"
 28924	}
 28925	tc-getDLLWRAP () 
 28926	{ 
 28927	    tc-getPROG DLLWRAP dllwrap "$@"
 28928	}
 28929	tc-getF77 () 
 28930	{ 
 28931	    tc-getPROG F77 gfortran "$@"
 28932	}
 28933	tc-getFC () 
 28934	{ 
 28935	    tc-getPROG FC gfortran "$@"
 28936	}
 28937	tc-getGCJ () 
 28938	{ 
 28939	    tc-getPROG GCJ gcj "$@"
 28940	}
 28941	tc-getGO () 
 28942	{ 
 28943	    tc-getPROG GO gccgo "$@"
 28944	}
 28945	tc-getLD () 
 28946	{ 
 28947	    tc-getPROG LD ld "$@"
 28948	}
 28949	tc-getNM () 
 28950	{ 
 28951	    tc-getPROG NM nm "$@"
 28952	}
 28953	tc-getOBJCOPY () 
 28954	{ 
 28955	    tc-getPROG OBJCOPY objcopy "$@"
 28956	}
 28957	tc-getOBJDUMP () 
 28958	{ 
 28959	    tc-getPROG OBJDUMP objdump "$@"
 28960	}
 28961	tc-getPKG_CONFIG () 
 28962	{ 
 28963	    tc-getPROG PKG_CONFIG pkg-config "$@"
 28964	}
 28965	tc-getPROG () 
 28966	{ 
 28967	    _tc-getPROG CHOST "$@"
 28968	}
 28969	tc-getRANLIB () 
 28970	{ 
 28971	    tc-getPROG RANLIB ranlib "$@"
 28972	}
 28973	tc-getRC () 
 28974	{ 
 28975	    tc-getPROG RC windres "$@"
 28976	}
 28977	tc-getREADELF () 
 28978	{ 
 28979	    tc-getPROG READELF readelf "$@"
 28980	}
 28981	tc-getSTRINGS () 
 28982	{ 
 28983	    tc-getPROG STRINGS strings "$@"
 28984	}
 28985	tc-getSTRIP () 
 28986	{ 
 28987	    tc-getPROG STRIP strip "$@"
 28988	}
 28989	tc-getTARGET_CPP () 
 28990	{ 
 28991	    if [[ -n ${CTARGET} ]]; then
 28992	        _tc-getPROG CTARGET TARGET_CPP "gcc -E" "$@";
 28993	    else
 28994	        tc-getCPP "$@";
 28995	    fi
 28996	}
 28997	tc-has-tls () 
 28998	{ 
 28999	    local base="${T}/test-tc-tls";
 29000	    cat <<-EOF > "${base}.c"
 29001	int foo(int *i) {
 29002	static __thread int j = 0;
 29003	return *i ? j : *i;
 29004	}
 29005	EOF
 29006	
 29007	    local flags;
 29008	    case $1 in 
 29009	        -s)
 29010	            flags="-S"
 29011	        ;;
 29012	        -c)
 29013	            flags="-c"
 29014	        ;;
 29015	        -l)
 29016	
 29017	        ;;
 29018	        -*)
 29019	            die "Usage: tc-has-tls [-c|-l] [toolchain prefix]"
 29020	        ;;
 29021	    esac;
 29022	    : "${flags:=-fPIC -shared -Wl,-z,defs}";
 29023	    [[ $1 == -* ]] && shift;
 29024	    $(tc-getCC "$@") ${flags} "${base}.c" -o "${base}" &> /dev/null;
 29025	    local ret=$?;
 29026	    rm -f "${base}"*;
 29027	    return ${ret}
 29028	}
 29029	tc-is-clang () 
 29030	{ 
 29031	    [[ $(tc-get-compiler-type) == clang ]]
 29032	}
 29033	tc-is-cross-compiler () 
 29034	{ 
 29035	    [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]
 29036	}
 29037	tc-is-gcc () 
 29038	{ 
 29039	    [[ $(tc-get-compiler-type) == gcc ]]
 29040	}
 29041	tc-is-lto () 
 29042	{ 
 29043	    local f="${T}/test-lto.o";
 29044	    case $(tc-get-compiler-type) in 
 29045	        clang)
 29046	            $(tc-getCC) ${CFLAGS} -c -o "${f}" -x c - <<< "" || die;
 29047	            llvm-bcanalyzer "${f}" &> /dev/null && return 0
 29048	        ;;
 29049	        gcc)
 29050	            $(tc-getCC) ${CFLAGS} -c -o "${f}" -x c - <<< "" || die;
 29051	            [[ $($(tc-getREADELF) -S "${f}") == *.gnu.lto* ]] && return 0
 29052	        ;;
 29053	    esac;
 29054	    return 1
 29055	}
 29056	tc-is-softfloat () 
 29057	{ 
 29058	    tc-detect-is-softfloat || tc-tuple-is-softfloat
 29059	}
 29060	tc-is-static-only () 
 29061	{ 
 29062	    local host=${CTARGET:-${CHOST}};
 29063	    [[ ${host} == *-mint* ]]
 29064	}
 29065	tc-ld-disable-gold () 
 29066	{ 
 29067	    tc-ld-is-gold "$@" && tc-ld-force-bfd "$@"
 29068	}
 29069	tc-ld-force-bfd () 
 29070	{ 
 29071	    if ! tc-ld-is-gold "$@" && ! tc-ld-is-lld "$@"; then
 29072	        return;
 29073	    fi;
 29074	    ewarn "Forcing usage of the BFD linker";
 29075	    local ld=$(unset LD; tc-getLD "$@");
 29076	    local bfd_ld="${ld}.bfd";
 29077	    local path_ld=$(type -P "${bfd_ld}" 2>/dev/null);
 29078	    [[ -e ${path_ld} ]] && export LD=${bfd_ld};
 29079	    if tc-is-gcc || tc-is-clang; then
 29080	        export LDFLAGS="${LDFLAGS} -fuse-ld=bfd";
 29081	    fi
 29082	}
 29083	tc-ld-is-gold () 
 29084	{ 
 29085	    local out;
 29086	    local -x LC_ALL=C;
 29087	    out=$($(tc-getLD "$@") --version 2>&1);
 29088	    if [[ ${out} == *"GNU gold"* ]]; then
 29089	        return 0;
 29090	    fi;
 29091	    local base="${T}/test-tc-gold";
 29092	    cat <<-EOF > "${base}.c"
 29093	int main(void) { return 0; }
 29094	EOF
 29095	
 29096	    out=$($(tc-getCC "$@") ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -Wl,--version "${base}.c" -o "${base}" 2>&1);
 29097	    rm -f "${base}"*;
 29098	    if [[ ${out} == *"GNU gold"* ]]; then
 29099	        return 0;
 29100	    fi;
 29101	    return 1
 29102	}
 29103	tc-ld-is-lld () 
 29104	{ 
 29105	    local out;
 29106	    local -x LC_ALL=C;
 29107	    out=$($(tc-getLD "$@") --version 2>&1);
 29108	    if [[ ${out} == *"LLD"* ]]; then
 29109	        return 0;
 29110	    fi;
 29111	    local base="${T}/test-tc-lld";
 29112	    cat <<-EOF > "${base}.c"
 29113	int main(void) { return 0; }
 29114	EOF
 29115	
 29116	    out=$($(tc-getCC "$@") ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -Wl,--version "${base}.c" -o "${base}" 2>&1);
 29117	    rm -f "${base}"*;
 29118	    if [[ ${out} == *"LLD"* ]]; then
 29119	        return 0;
 29120	    fi;
 29121	    return 1
 29122	}
 29123	tc-ninja_magic_to_arch () 
 29124	{ 
 29125	    function _tc_echo_kernel_alias () 
 29126	    { 
 29127	        [[ ${type} == "kern" ]] && echo $1 || echo $2
 29128	    };
 29129	    local type=$1;
 29130	    local host=$2;
 29131	    [[ -z ${host} ]] && host=${CTARGET:-${CHOST}};
 29132	    case ${host} in 
 29133	        aarch64*)
 29134	            echo arm64
 29135	        ;;
 29136	        alpha*)
 29137	            echo alpha
 29138	        ;;
 29139	        arc*)
 29140	            echo arc
 29141	        ;;
 29142	        arm*)
 29143	            echo arm
 29144	        ;;
 29145	        avr*)
 29146	            _tc_echo_kernel_alias avr32 avr
 29147	        ;;
 29148	        bfin*)
 29149	            _tc_echo_kernel_alias blackfin bfin
 29150	        ;;
 29151	        c6x*)
 29152	            echo c6x
 29153	        ;;
 29154	        cris*)
 29155	            echo cris
 29156	        ;;
 29157	        frv*)
 29158	            echo frv
 29159	        ;;
 29160	        hexagon*)
 29161	            echo hexagon
 29162	        ;;
 29163	        hppa*)
 29164	            _tc_echo_kernel_alias parisc hppa
 29165	        ;;
 29166	        i?86*)
 29167	            echo x86
 29168	        ;;
 29169	        ia64*)
 29170	            echo ia64
 29171	        ;;
 29172	        loongarch*)
 29173	            _tc_echo_kernel_alias loongarch loong
 29174	        ;;
 29175	        m68*)
 29176	            echo m68k
 29177	        ;;
 29178	        metag*)
 29179	            echo metag
 29180	        ;;
 29181	        microblaze*)
 29182	            echo microblaze
 29183	        ;;
 29184	        mips*)
 29185	            echo mips
 29186	        ;;
 29187	        nios2*)
 29188	            echo nios2
 29189	        ;;
 29190	        nios*)
 29191	            echo nios
 29192	        ;;
 29193	        or1k* | or32*)
 29194	            echo openrisc
 29195	        ;;
 29196	        powerpc*)
 29197	            if [[ ${type} == "kern" ]]; then
 29198	                echo powerpc;
 29199	            else
 29200	                if [[ ${host} == powerpc64* ]]; then
 29201	                    echo ppc64;
 29202	                else
 29203	                    echo ppc;
 29204	                fi;
 29205	            fi
 29206	        ;;
 29207	        riscv*)
 29208	            echo riscv
 29209	        ;;
 29210	        s390*)
 29211	            echo s390
 29212	        ;;
 29213	        score*)
 29214	            echo score
 29215	        ;;
 29216	        sh64*)
 29217	            _tc_echo_kernel_alias sh64 sh
 29218	        ;;
 29219	        sh*)
 29220	            echo sh
 29221	        ;;
 29222	        sparc64*)
 29223	            _tc_echo_kernel_alias sparc64 sparc
 29224	        ;;
 29225	        sparc*)
 29226	            [[ ${PROFILE_ARCH} == "sparc64" ]] && _tc_echo_kernel_alias sparc64 sparc || echo sparc
 29227	        ;;
 29228	        tile*)
 29229	            echo tile
 29230	        ;;
 29231	        vax*)
 29232	            echo vax
 29233	        ;;
 29234	        x86_64*)
 29235	            if [[ ${type} == "kern" ]]; then
 29236	                echo x86;
 29237	            else
 29238	                echo amd64;
 29239	            fi
 29240	        ;;
 29241	        xtensa*)
 29242	            echo xtensa
 29243	        ;;
 29244	        *)
 29245	            echo unknown
 29246	        ;;
 29247	    esac
 29248	}
 29249	tc-stack-grows-down () 
 29250	{ 
 29251	    case ${ARCH} in 
 29252	        hppa | metag)
 29253	            return 1
 29254	        ;;
 29255	    esac;
 29256	    return 0
 29257	}
 29258	tc-tuple-is-softfloat () 
 29259	{ 
 29260	    local CTARGET=${CTARGET:-${CHOST}};
 29261	    case ${CTARGET//_/-} in 
 29262	        bfin* | h8300*)
 29263	            echo "only"
 29264	        ;;
 29265	        *-softfloat-*)
 29266	            echo "yes"
 29267	        ;;
 29268	        *-softfp-*)
 29269	            echo "softfp"
 29270	        ;;
 29271	        arm*-hardfloat-* | arm*eabihf)
 29272	            echo "no"
 29273	        ;;
 29274	        *-newlib | *-elf | *-eabi)
 29275	            echo "no"
 29276	        ;;
 29277	        arm*)
 29278	            echo "yes"
 29279	        ;;
 29280	        *)
 29281	            echo "no"
 29282	        ;;
 29283	    esac
 29284	}
 29285	test-compile () 
 29286	{ 
 29287	    local lang=$1;
 29288	    local code=$2;
 29289	    shift 2;
 29290	    [[ -z "${lang}" ]] && return 1;
 29291	    [[ -z "${code}" ]] && return 1;
 29292	    local compiler filename_in filename_out args=() libs=();
 29293	    case "${lang}" in 
 29294	        c)
 29295	            compiler="$(tc-getCC)";
 29296	            filename_in="${T}/test.c";
 29297	            filename_out="${T}/test.o";
 29298	            args+=(${CFLAGS[@]} -xc -c)
 29299	        ;;
 29300	        c++)
 29301	            compiler="$(tc-getCXX)";
 29302	            filename_in="${T}/test.cc";
 29303	            filename_out="${T}/test.o";
 29304	            args+=(${CXXFLAGS[@]} -xc++ -c)
 29305	        ;;
 29306	        f77)
 29307	            compiler="$(tc-getF77)";
 29308	            filename_in="${T}/test.f";
 29309	            filename_out="${T}/test.o";
 29310	            args+=(${FFFLAGS[@]} -xf77 -c)
 29311	        ;;
 29312	        f95)
 29313	            compiler="$(tc-getFC)";
 29314	            filename_in="${T}/test.f90";
 29315	            filename_out="${T}/test.o";
 29316	            args+=(${FCFLAGS[@]} -xf95 -c)
 29317	        ;;
 29318	        c+ld)
 29319	            compiler="$(tc-getCC)";
 29320	            filename_in="${T}/test.c";
 29321	            filename_out="${T}/test.exe";
 29322	            args+=(${CFLAGS[@]} ${LDFLAGS[@]} -xc);
 29323	            libs+=(${LIBS[@]})
 29324	        ;;
 29325	        c+++ld)
 29326	            compiler="$(tc-getCXX)";
 29327	            filename_in="${T}/test.cc";
 29328	            filename_out="${T}/test.exe";
 29329	            args+=(${CXXFLAGS[@]} ${LDFLAGS[@]} -xc++);
 29330	            libs+=(${LIBS[@]})
 29331	        ;;
 29332	        f77+ld)
 29333	            compiler="$(tc-getF77)";
 29334	            filename_in="${T}/test.f";
 29335	            filename_out="${T}/test.exe";
 29336	            args+=(${FFLAGS[@]} ${LDFLAGS[@]} -xf77);
 29337	            libs+=(${LIBS[@]})
 29338	        ;;
 29339	        f95+ld)
 29340	            compiler="$(tc-getFC)";
 29341	            filename_in="${T}/test.f90";
 29342	            filename_out="${T}/test.exe";
 29343	            args+=(${FCFLAGS[@]} ${LDFLAGS[@]} -xf95);
 29344	            libs+=(${LIBS[@]})
 29345	        ;;
 29346	        *)
 29347	            die "Unknown compiled language ${lang}"
 29348	        ;;
 29349	    esac;
 29350	    printf "%s\n" "${code}" > "${filename_in}" || die "Failed to create '${test_in}'";
 29351	    "${compiler}" ${args[@]} "${filename_in}" -o "${filename_out}" ${libs[@]} &> /dev/null
 29352	}
 29353	test-flag-CC () 
 29354	{ 
 29355	    _test-flag-PROG CC c "$@"
 29356	}
 29357	test-flag-CCLD () 
 29358	{ 
 29359	    _test-flag-PROG CC c+ld "$@"
 29360	}
 29361	test-flag-CXX () 
 29362	{ 
 29363	    _test-flag-PROG CXX c++ "$@"
 29364	}
 29365	test-flag-F77 () 
 29366	{ 
 29367	    _test-flag-PROG F77 f77 "$@"
 29368	}
 29369	test-flag-FC () 
 29370	{ 
 29371	    _test-flag-PROG FC f95 "$@"
 29372	}
 29373	test-flag-PROG () 
 29374	{ 
 29375	    [[ ${EAPI} == [67] ]] || die "Internal function ${FUNCNAME} is not available in EAPI ${EAPI}.";
 29376	    _test-flag-PROG "$@"
 29377	}
 29378	test-flags () 
 29379	{ 
 29380	    test-flags-CC "$@"
 29381	}
 29382	test-flags-CC () 
 29383	{ 
 29384	    _test-flags-PROG CC "$@"
 29385	}
 29386	test-flags-CCLD () 
 29387	{ 
 29388	    _test-flags-PROG CCLD "$@"
 29389	}
 29390	test-flags-CXX () 
 29391	{ 
 29392	    _test-flags-PROG CXX "$@"
 29393	}
 29394	test-flags-F77 () 
 29395	{ 
 29396	    _test-flags-PROG F77 "$@"
 29397	}
 29398	test-flags-FC () 
 29399	{ 
 29400	    _test-flags-PROG FC "$@"
 29401	}
 29402	test-flags-PROG () 
 29403	{ 
 29404	    [[ ${EAPI} == [67] ]] || die "Internal function ${FUNCNAME} is not available in EAPI ${EAPI}.";
 29405	    _test-flags-PROG "$@"
 29406	}
 29407	test_version_info () 
 29408	{ 
 29409	    if [[ $($(tc-getCC) --version 2>&1) == *$1* ]]; then
 29410	        return 0;
 29411	    else
 29412	        return 1;
 29413	    fi
 29414	}
 29415	ver_cut () 
 29416	{ 
 29417	    local range=${1};
 29418	    local v=${2:-${PV}};
 29419	    local start end;
 29420	    local -a comp;
 29421	    __eapi7_ver_split "${v}";
 29422	    local max=$((${#comp[@]}/2));
 29423	    __eapi7_ver_parse_range "${range}" "${max}";
 29424	    local IFS=;
 29425	    if [[ ${start} -gt 0 ]]; then
 29426	        start=$(( start*2 - 1 ));
 29427	    fi;
 29428	    echo "${comp[*]:start:end*2-start}"
 29429	}
 29430	ver_rs () 
 29431	{ 
 29432	    local v;
 29433	    (( ${#} & 1 )) && v=${@: -1} || v=${PV};
 29434	    local start end i;
 29435	    local -a comp;
 29436	    __eapi7_ver_split "${v}";
 29437	    local max=$((${#comp[@]}/2 - 1));
 29438	    while [[ ${#} -ge 2 ]]; do
 29439	        __eapi7_ver_parse_range "${1}" "${max}";
 29440	        for ((i = start*2; i <= end*2; i+=2 ))
 29441	        do
 29442	            [[ ${i} -eq 0 && -z ${comp[i]} ]] && continue;
 29443	            comp[i]=${2};
 29444	        done;
 29445	        shift 2;
 29446	    done;
 29447	    local IFS=;
 29448	    echo "${comp[*]}"
 29449	}
 29450	ver_test () 
 29451	{ 
 29452	    local va op vb;
 29453	    if [[ $# -eq 3 ]]; then
 29454	        va=${1};
 29455	        shift;
 29456	    else
 29457	        va=${PVR};
 29458	    fi;
 29459	    [[ $# -eq 2 ]] || die "${FUNCNAME}: bad number of arguments";
 29460	    op=${1};
 29461	    vb=${2};
 29462	    case ${op} in 
 29463	        -eq | -ne | -lt | -le | -gt | -ge)
 29464	
 29465	        ;;
 29466	        *)
 29467	            die "${FUNCNAME}: invalid operator: ${op}"
 29468	        ;;
 29469	    esac;
 29470	    __eapi7_ver_compare "${va}" "${vb}";
 29471	    test $? "${op}" 2
 29472	}
 29473	[?2004h]0;root@ryzwork:/home/jlpooleryzwork /home/jlpoole # exit
 29474	[?2004l
exit
 29475	
 29476	Script done on 2024-01-28 17:54:44-08:00 [COMMAND_EXIT_CODE="0"]